Quantcast
Viewing all articles
Browse latest Browse all 12198

The powershell where you retrive the User object looks wrong

Your code:$CCowles = Get-MsolGroup | Where-Object {$_.DisplayName -eq "Cody Cowles"}Should be:$CCowles = Get-MsolUser | Where-Object {$_.DisplayName -eq "Cody Cowles"}

Viewing all articles
Browse latest Browse all 12198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>