Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.66 KB

Add-UiPathFolderMachines.md

File metadata and controls

67 lines (43 loc) · 1.66 KB
NAME
    Add-UiPathFolderMachines
    
SYNOPSIS
    
    
SYNTAX
    Add-UiPathFolderMachines [[-Folder] <Folder>] -MachineIds <long[]> [-AuthToken <AuthToken>] [-RequestTimeout 
    <int>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -Folder <Folder>
        
        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false
        
    -MachineIds <long[]>
        
        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.Folder
    
    
OUTPUTS
    
    
RELATED LINKS