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.

Remove-NectarMSTeamsPartialMonitoringUser

Prev Next

Removes a user account from the Teams Partial User Monitoring list

Syntax

Remove-NectarMSTeamsPartialMonitoringUser
  -UserPrincipalName  <String[]>
  -TenantName  <String>

Examples

Example 1

Remove-NectarMSTeamsPartialMonitoringUser tferguson@contoso.com,tjones@contoso.com

Removes tferguson@contoso.com and tjones@contoso.com from the Partial User Monitoring list

Example 2

Get-NectarMSTeamsPartialMonitoringUser | Remove-NectarMSTeamsPartialMonitoringUser

Removes all users from the Teams Partial User Monitoring list

Parameters

-UserPrincipalName <String[]>
The UPN of the user account(s) to remove. 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