Posts

Showing posts from February, 2024

Get-MgUser and Get-MgBetaUser

 I saw lots of complains about missing user properties of Get-MgUser. If you use Microsoft.Graph module I recommend you to install Microsoft.Graph.Beta module, too and test beta commands. In this case Get-MgBetaUser returns missing user properties, like Country, City, etc.

Reset-AppxPackage

Image
Operating system: Windows 10 PSVersion:   5.1.19041.3930 In theory, Reset-AppxPackage command is part of Appx package  but it is not available on Windows 10. If you run Get-Module Appx, you can see that the command is missing from the list. It is a well-known issue. I did not find any solutions to install and use this command. Comment : This command is available on Windows 11.