New-CMWirelessProfileConfigurationItem

New-CMWirelessProfileConfigurationItem

Creates a wireless profile.

Syntax

Parameter Set: Default
New-CMWirelessProfileConfigurationItem -DesiredConfigurationDigestPath <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMWirelessProfileConfigurationItem cmdlet creates a wireless profile. Client computers use wireless profiles for configuration when they connect to a company's wireless network.

Parameters

-DesiredConfigurationDigestPath<String>

Specifies a path to the configuration data stored as a digest.

Aliases

none

Required?

true

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: Create a wireless profile configuration item

This command creates a wireless profile configuration item by using the digest file C:\Digests\Wireless.xml.

PS C:\> New-CMWirelessProfileConfigurationItem -DesiredConfigurationDigestPath "C:\Digests\Wireless.xml"

Copy-CMWirelessProfileConfigurationItem

Get-CMWirelessProfileConfigurationItem

Remove-CMWirelessProfileConfigurationItem

Set-CMWirelessProfileConfigurationItem