New PowerShell Module Microsoft Teams 0.9.6 tutorial

Hi everyone, some time passed since the last articles about Microsoft Teams and PowerShell integration. So there are some breaking news.  The teams module now finally can find all teams not only the team login user is member. Whoohoo 😉 One other big improvement is that you don’t need a MS Teams license anymore for …

NTFS AGDLP group nesting between two domains via powershell

NTFS AGDLP group nesting between two domains via powershell the last two years I was involved in some small project migrating domains to a new forest. There are lots of consideration you have to think about. One piece of this considerations should be your fileserver. Lots of  fileservers don’t have a proper ntfs acls following …

Windows Admin Center 1809 install and distribute selfsigned certificate

Windows Admin Center 1809 install and distribute selfsigned certificate Hi everyone, as Windows Admin Center is becoming more and more popular, I asked myself; how I can change/renew the default certificate in an WAC installation. After installation the default certificate is valid for about three months. So there is not much time 🙂 to change …

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 …

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 …