< Back
Get-AMPermission
Post
NAME Get-AMPermission
SYNOPSIS
Gets AutoMate Enterprise permissions.
SYNTAX
Get-AMPermission [[-InputObject] <Object>] [-ID <Object>] [<CommonParameters>]
DESCRIPTION
Get-AMPermission gets permissions for objects.
PARAMETERS
-InputObject <Object>
The object(s) to retrieve permissions for.
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ID <Object>
The ID of the permission to retrieve.
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Permissions for the following objects can be retrieved by this function:
Workflow
Task
Condition
Process
Agent
AgentGroup
User
UserGroup
Folder
OUTPUTS
Permission
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Get permissions for workflow "My Workflow"
Get-AMWorkflow "My Workflow" | Get-AMPermission
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Gets AutoMate Enterprise permissions.
SYNTAX
Get-AMPermission [[-InputObject] <Object>] [-ID <Object>] [<CommonParameters>]
DESCRIPTION
Get-AMPermission gets permissions for objects.
PARAMETERS
-InputObject <Object>
The object(s) to retrieve permissions for.
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ID <Object>
The ID of the permission to retrieve.
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Permissions for the following objects can be retrieved by this function:
Workflow
Task
Condition
Process
Agent
AgentGroup
User
UserGroup
Folder
OUTPUTS
Permission
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Get permissions for workflow "My Workflow"
Get-AMWorkflow "My Workflow" | Get-AMPermission
RELATED LINKS
https://github.com/AutomatePS/AutomatePS