Remove-DAMgmtServer

Removes the specified management servers from the DirectAccess (DA) deployment.

Syntax

Remove-DAMgmtServer
      [-MgmtServer] <String[]>
      [-ComputerName <String>]
      [-PassThru]
      [-CimSession <CimSession[]>]
      [-ThrottleLimit <Int32>]
      [-AsJob]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-DAMgmtServer cmdlet removes the specified management servers from the DirectAccess (DA) deployment. The Management server refers to update servers, Domain Controllers and other servers.

If admin tries to delete all the management servers by specifying the entire list when DA is deployed in a managed out configuration, then this cmdlet deletes all of the management servers except the last one in the list.

The management server configuration is applicable globally to the entire DA deployment and therefore is not impacted by multi-site deployments.

Examples

EXAMPLE 1

PS C:\> $mgmt = Get-DAMgmtServer -Type Manual



PS C:\>Remove-DAMgmtServer -MgmtServer $mgmt

This example retrieves all the servers that were configured manually. Note: Since DA Management server configuration is global, this list will contain all management servers configured manually across sites. The list must be passed to this cmdlet to remove these servers from DA configuration.

Parameters

-AsJob

ps_cimcommon_asjob

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

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ComputerName

Specifies the IPv4 or IPv6 address, or host name, of the computer on which the remote access server computer specific tasks should be run.

Type:String
Aliases:Cn
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

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

-MgmtServer

Specifies the list of management servers specified by IPv4 or IPv6 address, subnet or host name.

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

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

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

-ThrottleLimit

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
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:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

String[]

The array of Strings contains the following properties:

-- The list of management servers that were successfully removed from the DA deployment.