Set-RASProviderAdminCredentials.md
NAME
Set-RASProviderAdminCredentials
SYNOPSIS
Update Admin Credential property to the list.
SYNTAX
**Set-RASProviderAdminCredentials [Id] (uint) -Username (string) [Enabled (bool)] [NewUsername (string)] [Password (string)] [(CommonParameters)]
**Set-RASProviderAdminCredentials [Name] (string) [[-SiteId] (uint)] -Username (string) [Enabled (bool)] [NewUsername (string)] [Password (string)] [(CommonParameters)]
DESCRIPTION
Update 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? falseSiteId (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.
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? falseId (uint)
The ID of the Provider server to modify. To obtain the ID, use the Get-RASProvider cmdlet.
Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? falseEnabled (bool)
Whether credentials are enabled or not
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseUsername (string)
Username
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseNewUsername (string)
The New Username
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falsePassword (string)
Password
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation. INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
**---------- EXAMPLE 1 ----------
Set-RASImageOptimizationRegistry -Id 1 -Enabled $false
Update Admin Credential property to the list..
RELATED LINKS
Last updated