Forum Discussion
Petri-X
Feb 26, 2020Bronze Contributor
Do you want always get all the properties?
Hi, Anybody else is wishing to see similar possibilities than AD's PowerShell module have. I mean, when you do regular "get-aduser -identity HerOrHim" you get few basic attributes over the wire. If ...
VasilMichev
Feb 26, 2020MVP
For ExO, you can get them by using implicit remoting, or simply by using the new, V2 cmdlets: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2?view=exchange-ps
For the rest of the modules, you're stuck with the full set, but you can use Graph-based alternatives.