Add-CMManagementPoint

Add-CMManagementPoint

Adds a management point to Configuration Manager.

Syntax

Parameter Set: MPByHttpAndDBReplica
Add-CMManagementPoint -DatabaseName <String> -SiteCode <String> -SiteSystemServerName <String> -SqlServerFqdnName <String> [-GenerateAlert] [-SqlServerInstanceName <String> ] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: MPByHttpAndSiteDB
Add-CMManagementPoint -SiteCode <String> -SiteSystemServerName <String> [-GenerateAlert] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: MPByHttpsAndDBReplica
Add-CMManagementPoint -DatabaseName <String> -EnableSsl -SiteCode <String> -SiteSystemServerName <String> -SqlServerFqdnName <String> [-AllowDevice] [-ClientConnectionType <ClientConnectionTypes> {Internet | InternetAndIntranet | Intranet} ] [-GenerateAlert] [-SqlServerInstanceName <String> ] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: MPByHttpsAndSiteDB
Add-CMManagementPoint -EnableSsl -SiteCode <String> -SiteSystemServerName <String> [-AllowDevice] [-ClientConnectionType <ClientConnectionTypes> {Internet | InternetAndIntranet | Intranet} ] [-GenerateAlert] [-UserName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-CMManagementPoint cmdlet adds a management point to Microsoft System Center 2012 SP1 Configuration Manager. A management point is a System Center 2012 Configuration Manager site system role that provides policy and service information to clients and receives configuration data from clients.

Parameters

-AllowDevice

Indicates that the management point supports device clients.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ClientConnectionType<ClientConnectionTypes>

Specifies the type of the client connection. The acceptable values for this parameter are:

-- Internet
-- InternetAndIntranet
-- Intranet

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DatabaseName<String>

Specifies the name of the site database or site database replica that the management point uses to query for site database information.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-EnableSsl

Indicates that the cmdlet enables SSL for the management point.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-GenerateAlert

Indicates that Configuration Manager generates an alert when the management point is not healthy.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code of the Configuration Manager site that hosts the site system role.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the name of the server that hosts the site system role.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SqlServerFqdnName<String>

Specifies a fully qualified domain name (FQDN) for Internet-based and intranet-based clients to use when they communicate with the site system. You must specify this parameter if Internet-based client systems communicate with the site system.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SqlServerInstanceName<String>

Specifies the name of the SQL Server instance that clients use to communicate with the site system.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-UserName<String>

Specifies a domain user account that the management point uses to access site information.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Add a management point

This command adds a management point to a System Center 2012 Configuration Manager installation. The command specifies the following information about the management point:

-- The new management point appears on the site system named CMDEV-TEST02.TSQA.CONTOSO.COM. This name is also the fully qualified domain name for the SQL Server instance named MSSQLServer.
-- The site has code CM2.
-- The management point accepts connections from internet and intranet clients and from portable devices.
-- The management point has the associated database name Test.
-- The management point uses the domain user account for the user named TSQA\MPAdmin.
-- The cmdlet displays all messages that the addition operation generates.

PS C:\> Add-CMManagementPoint -SiteSystemServerName "CMDEV-TEST02.TSQA.CONTOSO.COM" -SiteCode "CM2" -ClientConnectionType InternetAndIntranet -AllowDevice $True -GenerateAlert -SQLServerFqdnName "CMDEV-TEST02.TSQA.CONTOSO.COM" -SQLServerInstanceName "MSSQLServer" -DatabaseName "test" -UserName "TSQA\MPAdmin" -Verbose

Get-CMManagementPoint

Remove-CMManagementPoint

Set-CMManagementPoint