You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to return a different property from the initial variable?
Here I am using the property displayname to build the menu (because in this case they are more readable) but what i need to extract based on the script user's input is the .userprincipalname from my initial get-msoluser command.
Hi,
I was wondering if it's possible to return a different property from the initial variable?
Here I am using the property displayname to build the menu (because in this case they are more readable) but what i need to extract based on the script user's input is the .userprincipalname from my initial get-msoluser command.
``function Search-User {
Param ($Question )
}``
The text was updated successfully, but these errors were encountered: