Add-RASProviderRemotePCStatic

NAME

Add-RASProviderRemotePCStatic

SYNOPSIS

Adds a Remote PC Static to a Provider.

SYNTAX

Add-RASProviderRemotePCStatic [-Idarrow-up-right] <uint> -MACarrow-up-right <string> -RemotePCStaticNamearrow-up-right <string> [-Subnetarrow-up-right <string>] [<CommonParametersarrow-up-right>] Add-RASProviderRemotePCStatic [-InputObjectarrow-up-right] <RemotePCStaticProviderarrow-up-right> -MACarrow-up-right <string> -RemotePCStaticNamearrow-up-right <string> [-Subnetarrow-up-right <string>] [<CommonParametersarrow-up-right>] Add-RASProviderRemotePCStatic [-Serverarrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -MACarrow-up-right <string> -RemotePCStaticNamearrow-up-right <string> [-Subnetarrow-up-right <string>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Adds a Remote PC Static to a Provider.

PARAMETERS

-RemotePCStaticName <string> Remote PC Static Name.

        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-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.

-InputObject <RemotePCStaticProviderarrow-up-right> An object representing the Provider server to modify. To obtain the object, use the Get-RASProvider cmdlet.

<CommonParameters>

INPUTS

RemotePCStaticProviderarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- 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.

Last updated