共用方式為


New-CMRemoteConnectionProfileConfigurationItem

建立遠端連線配置檔。

語法

New-CMRemoteConnectionProfileConfigurationItem
   [-Description <String>]
   [-Enable <Boolean>]
   [-EnableNla <Boolean>]
   [-EnablePrimaryUser <Boolean>]
   [-EnableTSConnection <Boolean>]
   [-EnableTSFirewallRule <Boolean>]
   -Name <String>
   [-RDGatewayServer <String>]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

New-CMRemoteConnectionProfileConfigurationItem Cmdlet 會建立遠端連線配置檔。 用戶端計算機會使用遠端連線配置檔,從網域外部或透過因特網從遠端連線到計算機。

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:建立遠端連線設定檔設定專案

PS XYZ:\> New-CMRemoteConnectionProfileConfigurationItem -Name "EuropeanRemoteConnections" -EnablePrimaryUsers $True -EnableTSConnection $True -EnableTSFirewallRule $True

此命令會建立名為 EuropeanRemoteConnections 的遠端連線設定檔設定專案。 針對此專案, EnablePrimaryUsersEnableTSConnectionEnableTSFirewall 屬性全都設定為 $True。

參數

-Confirm

執行 Cmdlet 之前提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Description

指定遠端連線設定檔的描述。

類型:String
別名:LocalizedDescription
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Enable

類型:Boolean
別名:EnableConnectionSettings
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnableNla

指出是否只允許從使用網路層級驗證執行遠端桌面的電腦進行連線。

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnablePrimaryUser

類型:Boolean
別名:EnablePrimaryUsers
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnableTSConnection

指出是否允許遠端連線至客戶端電腦。 如果您為此參數指定值,則必須指定 EnablePrimaryUsersEnableTSFirewallRule 參數的值。

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnableTSFirewallRule

指出是否允許 Windows 網域和專用網連線的 Windows 防火牆例外狀況。 如果您為此參數指定值,則必須指定 EnablePrimaryUsersEnableTSConnections 參數的值。

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

指定遠端連線設定檔的名稱。

類型:String
別名:LocalizedDisplayName
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-RDGatewayServer

指定遠端桌面閘道伺服器的主機名和埠,例如 Boston.gateway.Contoso.com:8080。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

IResultObject