Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Thanks, I used Get-ADUser USERNAME to get the information (splitting the Properties up cut off the ends of the values). Commented Aug 25, 2015 at 14:56
  • 1
    You can generally do a | -select -expand SOMETHING and get the item alone. Commented Aug 25, 2015 at 15:16
  • Thanks! is objectGUID different from objectId that is returned in the Get-MsolUser cmdlet? Commented Apr 10, 2017 at 15:32
  • 1
    @asgs That looks like a 365 command which I don't have access to so can't help sorry. Commented Apr 10, 2017 at 15:44