Remove-CsTenantNetworkRegion

Use the Remove-CsTenantNetworkRegion cmdlet to remove a tenant network region.

Syntax

Remove-CsTenantNetworkRegion
      [-Identity] <string>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-CsTenantNetworkRegion cmdlet removes an existing tenant network region.

A network region contains a collection of network sites.

Examples

Example 1

PS C:\> Remove-CsTenantNetworkRegion -Identity "RedmondRegion"

The command shown in Example 1 removes 'RedmondRegion'.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

Unique identifier for the network region to be removed.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

System.Object