< Back

Get-AMObjectProperty

Sat Jan 11, 2020 2:41 am

NAME Get-AMObjectProperty



SYNOPSIS

Gets AutoMate Enterprise workflow/task/agent properties if non-inherited values are used. If the inherited values

are used, nothing will be returned.





SYNTAX

Get-AMObjectProperty [[-InputObject] <Object>] [<CommonParameters>]





DESCRIPTION

Get-AMObjectProperty gets properties for objects.





PARAMETERS

-InputObject <Object>

The object(s) to retrieve properties for.



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue)

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

Properties for the following objects can be retrieved by this function:

Workflow

Task

Agent





OUTPUTS

WorkflowProperty, TaskProperty, AgentProperty





-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Get permissions for workflow "My Workflow"



Get-AMWorkflow "My Workflow" | Get-AMObjectProperty











RELATED LINKS

https://github.com/AutomatePS/AutomatePS