Anything About IT

Learning, Building, Sharing

PowerShell Script - Get-MsolUserInformation

The Get-MsolUserInformation cmdlet provides an easy way to retrieve all users that are a member or guest and/or are registered in Azure Directory or A...

PowerShell Script - Get-MsolRoleMemberDetails

To get a list of all users that belong to a given role, the Microsoft Azure Active Directory module has a cmdlet Get-MsolRoleMember, however to run th...

PowerShell Script - Get-WinBuildInfo

Here’s a script I wrote that retrieves all the Windows 10 build information, including Insider level when enabled. [ ![ss1](images/ss1_thumb.png) ](ht...

Windows 10 Upgrade Analytics – Notes and PowerShell snippets

I am considering using the Windows 10 upgrade analytics for our Windows 10 project that we’ve just started just recently. Below you find some random n...

Clean up unused Azure Resources with PowerShell

Today when I opened my Azure portal I had a little surprise. The monthly MSDN subscription credit was much lower as I expected it to be. Did I eventua...

PowerShell script to run the Windows App Certification Kit

The Windows App Certification Kit is an easy to use tool to check whether an application has potential compatibility issues when running on Windows 10...