Skip to content

Latest commit

 

History

History
86 lines (57 loc) · 2.33 KB

Edit-UiPathUserPassword.md

File metadata and controls

86 lines (57 loc) · 2.33 KB
NAME
    Edit-UiPathUserPassword
    
SYNOPSIS
    
    
SYNTAX
    Edit-UiPathUserPassword -CurrentPassword <string> -Id <long> -NewPassword <string> [-AuthToken <AuthToken>] 
    [-RequestTimeout <int>] [<CommonParameters>]
    
    Edit-UiPathUserPassword [-User] <User> -CurrentPassword <string> -NewPassword <string> [-AuthToken <AuthToken>] 
    [-RequestTimeout <int>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Id <long>
        
        Required?                    true
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -User <User>
        
        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false
        
    -CurrentPassword <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -NewPassword <string>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AuthToken <AuthToken>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -RequestTimeout <int>
        
        Required?                    false
        Position?                    named
        Default value                100
        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 (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    UiPath.PowerShell.Models.User
    
    
OUTPUTS
    
    
RELATED LINKS