New-SCManagementGroupConnection

Creates a new connection to a System Center Operations Manager Management Group.

Syntax

New-SCManagementGroupConnection
   [[-ComputerName] <String[]>]
   [[-Credential] <PSCredential>]
   [-PassThru]
   [<CommonParameters>]

Description

The New-SCManagementGroupConnection cmdlet creates a new connection to a System Center Operations Manager Management Group. This command can also be executed with New-SCOMManagementGroupConnection.

Examples

1: Create a new management group connection using a specific computer name

PS C:\>New-SCManagementGroupConnection -ComputerName "MS1.contoso.com" -Credential (Get-Credential)

Creates a new System Center Operations Manager management group connection to a particular management server.

Parameters

-ComputerName

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

-Credential

Type:PSCredential
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

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