Remove-RASProviderAdminCredentials
NAME
Remove-RASProviderAdminCredentials
SYNOPSIS
Removes admin credential property from the list.
SYNTAX
Remove-RASProviderAdminCredentials [Id] (uint) -Username (string) [(CommonParameters)]
Remove-RASProviderAdminCredentials [Name] (string) [[-SiteId] (uint)] -Username (string) [(CommonParameters)]
DESCRIPTION
Removes admin credential property from the list.
PARAMETERS
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.
Username (string)
(CommonParameters)
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Remove-RASProviderAdminCredentials -Id 1 -Username "Administrator"
Removes admin credential property from the list.
RELATED LINKS
Last updated