Get-NectarMSTeamsPartialMonitoringUsers
- 11 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarMSTeamsPartialMonitoringUsers
- Updated on 11 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Return a list of users who are currently manually assigned to Teams Partial User Monitoring
Description
Return a list of users who are currently manually assigned to Teams Partial User Monitoring. Requires a global admin account. Not available to tenant-level admins.
Syntax
Get-NectarMSTeamsPartialMonitoringUsers
-TenantName <String>
-PageSize <Int32>
Examples
Example 1
Get-NectarMSTeamsPartialMonitoringUsers
Parameters
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
| Parameter | Value |
|---|---|
| Required | false |
| Position | 1 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-PageSize <Int32>
The size of the page used to return data. Defaults to 1000
| Parameter | Value |
|---|---|
| Required | false |
| Position | 2 |
| Required | false |
| Default Value | 1000 |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
Was this article helpful?