Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 2.08 KB

Get-CMWirelessProfile.md

File metadata and controls

101 lines (76 loc) · 2.08 KB

description: Gets a wireless profile. external help file: AdminUI.PS.psm1-help.xml Module Name: ConfigurationManager ms.date: 05/05/2019 schema: 2.0.0 title: Get-CMWirelessProfile

Get-CMWirelessProfile

SYNOPSIS

Gets a wireless profile.

SYNTAX

ByValue (Default)

Get-CMWirelessProfile [-Fast] [<CommonParameters>]

ById

Get-CMWirelessProfile [-Id] <Int32> [-Fast] [<CommonParameters>]

ByName

Get-CMWirelessProfile [-Name] <String> [-Fast] [<CommonParameters>]

DESCRIPTION

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

EXAMPLES

Example 1

PS XYZ:\>

PARAMETERS

-Fast

Add this parameter to not automatically refresh lazy properties. Lazy properties contain values that are relatively inefficient to retrieve. Getting these properties can cause additional network traffic and decrease cmdlet performance.

If you don't use this parameter, the cmdlet displays a warning. To disable this warning, set $CMPSSuppressFastNotUsedCheck = $true.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Id

Type: Int32
Parameter Sets: ById
Aliases: CIId, CI_ID

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Type: String
Parameter Sets: ByName
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS