Add-RASProviderRemotePCStatic
Last updated
Last updated
Add-RASProviderRemotePCStatic
Adds a Remote PC Static to a Provider.
Add-RASProviderRemotePCStatic [-] <uint> - <string> - <string> [- <string>] [<>] Add-RASProviderRemotePCStatic [-] <> - <string> - <string> [- <string>] [<>] Add-RASProviderRemotePCStatic [-] <string> [[-] <uint>] - <string> - <string> [- <string>] [<>]
Adds a Remote PC Static to a Provider.
-RemotePCStaticName <string> Remote PC Static Name.
-MAC <string> Remote PC Static MAC Address.
-Subnet <string> Remote PC Static Subnet. Default: 0.0.0.0
-Server <string> The name of the target Provider server. This must be the actual server name used in the RAS farm.
-SiteId <uint> Site ID in which to modify the specified Provider server. If the parameter is omitted, the site ID of the Licensing Server will be used.
-Id <uint> The ID of the Provider server to modify. To obtain the ID, use the Get-RASProvider cmdlet.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Add-RASProviderRemotePCStatic -Id 1 -RemotePCStaticName Test0 -MAC 00-11-22-33-44-00 Adds a Remote PC Static Test0 to the Remote PC Static List of the Provider with Id 1.
-InputObject <> An object representing the Provider server to modify. To obtain the object, use the Get-RASProvider cmdlet.