Check .Net Framework Version / tool to find out .Net Framework version

Check .Net Framework Version / tool to find out .Net Framework versionUpdated June 3rd 2020 Hi everyone, during my daily work I often have to look after .Net Version on different kind of systems (servers and clients). So I thought; why not simplify this task. So I wrote a small powershell skript which checks .Net …

OneDrive Business KFM Known Folder Move without GPOs via Powershell

OneDrive Business KFM Known Folder Move without GPOs via Powershell Hi everyone, OneDrive for Business is developing all the time and got a new feature which is known as KMF (Known Folder Move). This feature was release in late june 2018 with release  18.111.0603.0004. So what does it mean? This little feature allows you to …

Generate robocopy jobs from foldername automatically

Generate robocopy jobs from foldername automatically Hi there, from time to time I’m migrating some small fileservers. Often I have to create a hole new folder structure for the new fileserver. When the structure is available of course I have to migrate the data, by using robocopy. But it is difficult to copy all data …

Find microsoft teams organization wide with guests included

Find microsoft teams organization wide with guests included Some may have read my previous article about finding guests in teams, see link. Unfortunately, with the “normal” teams cmdlets only user-based queries can be dropped, so if my user is not a member of the team, then I also do not find the O365 group.So I …