-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Get-CsOnlineUser.md #12508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Get-CsOnlineUser.md #12508
Conversation
Removing deprecated parameters.
Learn Build status updates of commit f449583: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 081312b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e3f549b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 358a0f0: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
||
### -Properties | ||
|
||
Allows you to specify the properties you want to include in the output. Provide the properties as a comma-separated list. Note that the following properties will always be present in the output: Identity, UserPrincipalName, Alias, AccountEnabled, DisplayName. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the possible input values and what are the definitions for the values?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get-CsOnlineUser cmdlet provides numerous attribtues in the output. With properties parameter, customer can choose any value which they want in the output rather than getting the complete set of values.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Get-CsOnlineUser doc, there's a parameter called "AccountType" that provides more information on the possible values for the "AccountType" parameter. https://learn.microsoft.com/en-us/powershell/module/teams/get-csonlineuser?view=teams-ps

I am looking for something like this. What does Identity, UserPrincipalName, Alias, AccountEnabled, and DisplayName mean in this context? Are these the only properties that a user is allowed to specify?
Learn Build status updates of commit 4cf6c9b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 7fc1e09: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Removing deprecated parameters.