Add-NectarMSTeamsPartialMonitoringUser
- 12 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Add-NectarMSTeamsPartialMonitoringUser
- Updated on 12 Apr 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Adds a user account to the Teams Partial User Monitoring list
Syntax
Add-NectarMSTeamsPartialMonitoringUser
-UserPrincipalName <String[]>
-TenantName <String>
Examples
Example 1
Add-NectarMSTeamsPartialMonitoringUser tferguson@contoso.com
Adds tferguson@nectarcorp.com to the Teams Partial Monitoring User list
Example 2
Add-NectarMSTeamsPartialMonitoringUser tferguson@contoso.com,tjones@contoso.com
Adds tferguson@nectarcorp.com and tjones@contoso.com to the Teams Partial Monitoring User list
Example 3
Import-Csv PartialUserList.csv | Add-NectarMSTeamsPartialMonitoringUser
Adds the contents of a CSV file called PartialUserList.csv to the Teams Partial Monitoring User list.
The CSV to import must have UserPrincipalName as the column header and include a list of UPNs
Parameters
-UserPrincipalName <String[]>
The UPN of the user account(s) to add. Separate multiple UPNs with comma
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?