When changing users and groups in applocker policies the mmc crashes. After a lot of investigation a lot of people said that it was a bug and it was fixed in Windows 10. I identified the following .NET updates; KB4024847 KB 4073700 KB 4055001 KB 4054980 I uninstalled all the above .NET and i …
Month: March 2018
Greate cmdlets to use during exchange migration This powershell cmdlet requieres that you are connected to exchange online. It will list the status of all mailboxes beeing synced. Get-MigrationUser -Status Syncing | Get-MigrationUserStatistics | ft Identity, PercentageComplete, State, TotalItemsInSourceMailboxCoun t, BytesTransferred, EstimatedTotalTransfersize Another cmd-let that gives some more detailed look Get-MoveRequestStatistics -identity e-mailaddress Replace emailaddress …