Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Add-NectarMSTeamsPartialMonitoringUser

Prev Next

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