Add-RASProviderAdminCredentials

NAME

Add-RASProviderAdminCredentials

SYNOPSIS

Adds Admin Credential property to the list.

SYNTAX

Add-RASProviderAdminCredentials [-Id] <uint> [-Enabled <bool>] [-Password <string>] [-Username <string>] [<CommonParameters>]

Add-RASProviderAdminCredentials [-Name] <string> [[-SiteId] <uint>] [-Enabled <bool>] [-Password <string>] [-Username <string>] [<CommonParameters>]

DESCRIPTION

Adds Admin Credential to the following list.

PARAMETERS

-Name <string> The name of the Provider.

        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

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

-Enabled <bool> Whether credentials are enabled or not

-Username <string> Username

-Password <string> Password

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Add-RASProviderAdminCredential -Id 1 -Enabled $true -Username "Administrator"

Adds the Admin Credentials to the property list

Last updated