Add-RASProviderAdminCredentials
Last updated
Last updated
Add-RASProviderAdminCredentials
Adds Admin Credential property to the list.
Add-RASProviderAdminCredentials [-] <uint> [- <bool>] [- <string>] [- <string>] [<>]
Add-RASProviderAdminCredentials [-] <string> [[-] <uint>] [- <bool>] [- <string>] [- <string>] [<>]
Adds Admin Credential to the following list.
-Name <string> The name of the Provider.
-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>
-none-
-none-
---------- EXAMPLE 1 ----------
Add-RASProviderAdminCredential -Id 1 -Enabled $true -Username "Administrator"
Adds the Admin Credentials to the property list