New-CMWirelessProfileObject

New-CMWirelessProfileObject

Creates a profile that specifies settings for AMT-based computers on a wireless network.

構文

Parameter Set: NewWirelessProfileObject
New-CMWirelessProfileObject -ClientAuthenticationMethod <ClientAuthenticationMethodType> {EapTls | EapTtlsMschapv2 | Peapv0EapMschapv2} -ClientCertificateTemplate <String> -ClientCertificationAuthorityName <String> -ClientIssuingCertificationAuthority <String> -EncryptionMethod <EncryptionType> {AES | TKIP} -NetworkName <String> -ProfileName <String> -SecurityType <WirelessProfileSecurityType> {WPA2Enterprise | WPAEnterprise} -TrustedRootCertificate <X509Certificate2> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The New-CMWirelessProfileObject cmdlet creates a Microsoft System Center 2012 Configuration Manager profile that specifies settings that Intel Active Management Technology (Intel AMT)-based computers use on a wireless network. These settings must match the configuration on your Remote Authentication Dial-In User Service (RADIUS) server. System Center 2012 Configuration Manager cannot validate that these settings with your RADIUS server.

パラメーター

-ClientAuthenticationMethod<ClientAuthenticationMethodType>

Specifies the client authentication method configured on your RADIUS server. Valid values are:

-- EapTls. EAP-TLS.
-- EapTtlsMschapv2. EAP-TTLS/MSCHAPv2.
-- Peapv0EapMschapv2. PEAPv0/EAP-MSCHAPv2.

The default authentication method is EAP-TLS.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ClientCertificateTemplate<String>

Specifies a client certificate template.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ClientCertificationAuthorityName<String>

Specifies a certification authority for the client.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ClientIssuingCertificationAuthority<String>

Specifies an issuing certification authority for the client.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-EncryptionMethod<EncryptionType>

Specifies the encryption method. This method is the same as the encryption method for your wireless network. Valid values are: AES and TKIP. The default value for this parameter is AES.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-NetworkName<String>

Specifies the name of your wireless network, also known as the service set identifier (SSID). This name cannot exceed 32 characters.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ProfileName<String>

Specifies a name for this profile. Use alphanumeric characters only, start the name with a letter, and do not exceed 32 characters.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SecurityType<WirelessProfileSecurityType>

Specifies the security type for your wireless network. Valid values are: WPA2Enterprise and WPAEnterprise. The default value for this parameter is WPA2Enterprise.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-TrustedRootCertificate<X509Certificate2>

Specifies the trusted root certificate that the RADIUS server uses as its server authentication certificate.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Create a profile for AMT-based computers on a wireless network

This command creates a profile for Intel AMT-based computers on a wireless network. The command specifies security settings, such as the client authentication method, information necessary for certificates, and wireless network configuration. These settings must match the settings for the RADIUS server and wireless network.

PS C:\> New-CMWirelessProfileObject -ClientAuthenticationMethod  EapTtlsMschapv2 -ClientCertificateTemplate "Contoso Wireless User"  -ClientCertificationAuthorityName "Contoso CA 1" -ClientIssuingCertificationAuthority "ContosoCA.Contoso.com" -EncryptionMethod TKIP -NetworkName "ContosoWireless" -ProfileName "WirelessLocalUser" -SecurityType WPA2Enterprise -TrustedRootCertificate "Contoso Root CA"

関連トピック

New-CMWiredProfileObject