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 …

Manage Microsoft Teams with Powershell /ISE (generate teams templates)

Manage Microsoft Teams with Powershell /ISE (generate teams templates) Hi everyone, Lately, I’ve been working more and more with Microsoft teams, so I thought a lot about automating with Powershell. So here’s my first article on MS Teams administration with the help of Powershell. The aim of this article is to create a team template, …

Use ISE as central administration tool (Evolution of ISE profile) part 1

Use ISE as central administration tool (Evolution of ISE profile) part 1 Preface: all information mentioned in this article are based on profile file of ISE, for further information about profilefiles have a look at Microsoft description To quickly generate a ISE profile file you can use the following code in your ISE if (!(Test-Path …

Add personal functions in powershell ise editor, Add-Ons ISE

Add personal functions in powershell ise editor, Add-Ons ISE Since I always act project-related in different environments, I wondered if it is possible to extend my already adapted ISE (with ISE steroids). Again and again, I need remote powershell in the environments and had to re-integrate the commands for the remote session into my ISE …

Find users in Azure AD or Office365 with password never expires and old passwords

A lot of companies put much some services from on-premises installation to the cloud. For this reason my todays post treats Office365 or AzureAD. In larger environments containing hybrid office 365 /azure ad (also in pure azure ad environments) overview gets lost really quick because azure ad does not have diagnostic tools (not as deep …