Import-CMWirelessProfileConfigurationItem
匯入無線配置檔設定專案。
語法
Import-CMWirelessProfileConfigurationItem
[-Description <String>]
-Name <String>
-Path <String>
[-Severity <NoncomplianceSeverity>]
-SupportedPlatform <IResultObject[]>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Import-CMWirelessProfileConfigurationItem Cmdlet 會從檔案匯入現有的無線配置文件專案。
注意事項
從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>
。 如需詳細資訊,請 參閱開始使用。
範例
範例 1:匯入無線配置檔設定專案
PS XYZ:\><?xml version="1.0"?>
<WLANProfile xmlns="https://www.microsoft.com/networking/WLAN/profile/v1">
<name>Open-WEP</name>
<SSIDConfig>
<SSID>
<hex>4E455753534944283229</hex>
<name>NEWSSID(2)</name>
</SSID>
<nonBroadcast>false</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<autoSwitch>true</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>open</authentication>
<encryption>WEP</encryption>
<useOneX>false</useOneX>
</authEncryption>
<preAuthThrottle>3</preAuthThrottle>
</security>
</MSM>
</WLANProfile>
PS XYZ:\> Import-CMWirelessProfileConfigurationItem -Name "Wireless2" -Description "Imported wireless profile" -Path "c:\WLanProfile.xml" -SupportedPlatform (Get-CMSupportedPlatform -Name "*Windows*10*" -Fast)
第一個區段提供無線配置檔的 xml 內容。 將此內容儲存至「C:\WLanProfile.xml」。
命令會取得 Windows 10 支援的平臺,並匯入名為 WLanProfile.xml 的無線配置檔,並將它命名為 Wireless2。 Windows 10 平臺是以無線配置檔布建。
參數
-Confirm
執行 Cmdlet 之前提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Description
指定無線配置檔的描述。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisableWildcardHandling
此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ForceWildcardHandling
此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定無線配置檔的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Path
指定包含要匯入之無線配置檔的檔案路徑。
類型: | String |
別名: | FileName, FilePath, ImportFilePath, WifiProfileXmlPath |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Severity
指定報告的不符合規範嚴重性。 有效值為:
- 無
- 參考
- 警告
- 重大
- CriticalWithEvent
類型: | NoncomplianceSeverity |
接受的值: | None, Informational, Warning, Critical, CriticalWithEvent |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SupportedPlatform
指定支援的平台物件。 平臺是使用無線配置檔布建。 若要取得支持的平台物件,請使用 Get-CMSupportedPlatform Cmdlet。
類型: | IResultObject[] |
別名: | SupportedPlatforms |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
IResultObject