Unblock-PASUser
Unblock-PASUser
SYNOPSIS
Activates a suspended user
SYNTAX
Gen2 (Default)
Unblock-PASUser -id <Int32> [<CommonParameters>]
Gen1
Unblock-PASUser -UserName <String> -Suspended <Boolean> [<CommonParameters>]
DESCRIPTION
Activates an existing vault user who was suspended due to password failures.
Default operation requires minimum version of 10.10
EXAMPLES
EXAMPLE 1
Unblock-PASUser -UserName MrFatFingers -Suspended $false
Activates suspended vault user MrFatFingers using the Gen1 API
EXAMPLE 2
Unblock-PASUser -id 666
Activates suspended vault user with id 666, using the API from 10.10+
PARAMETERS
-id
The user’s unique ID
Minimum required version 10.10
Type: Int32
Parameter Sets: Gen2
Aliases:
Required: True
Position: Named
Default value: 0
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-UserName
The user’s name
Type: String
Parameter Sets: Gen1
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Suspended
Suspension status
Type: Boolean
Parameter Sets: Gen1
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
https://pspas.pspete.dev/commands/Unblock-PASUser
https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/activate-user-v10.htm