Add-vRSLCMLockerPassword¶
Synopsis¶
Creates a new Password in the locker
Syntax¶
Add-vRSLCMLockerPassword [-userName] <String> [-alias] <String> [-password] <String> [[-description] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description¶
The Add-vRSLCMLockerPassword
cmdlet add as new passwords to the locker.
Examples¶
Example 1¶
Add-vRSLCMLockerPassword -userName admin -alias xint-admin -password VMw@re1! -description "Password for Cross-Instance Admin"
This example adds a password to the locker.
Parameters¶
-userName¶
The username of the password.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-alias¶
The alias of the password.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-password¶
The password of the password.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-description¶
The description of the password.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
Progress Action
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.