2.4K followers
I work as System Administrator for more than 10 years now and I love to make my life easier by automating work & personal stuff via PowerShell. So why don't share it with everyone :)
Recently we've enabled the PowerShell Script Block logging security feature in our environment to be able to see what PowerShell commands were run on...
Creating Get-MgUser2 proxy function that returns ALL properties when '*' is used in the property parameter ยท Problem You may have noticed that Microsoft...
Why I hate Microsoft Graph PowerShell modules... ๐ ยท Several weeks ago I've started to migrate our PowerShell scripts from using soon-to-be-deprecated...
If you are using PowerShell modules AzureAD, AzureADPreview, or MSOnline in your scripts you should be aware that they are gonna be retired on...
The official command Connect-MgGraph doesn't support authentication using saved credentials. But there is a solution ๐ Preview v.2 version of the...
Azure Automation Account has a handy feature to define (shared) Variables that can be used across all your Runbooks. What is not so nice at least for...