< Back

Set-AMFolder

Sat Jan 11, 2020 3:28 am

NAME Set-AMFolder



SYNOPSIS

Sets properties of an AutoMate Enterprise folder.





SYNTAX

Set-AMFolder [-InputObject] <Object> [-Notes] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Set-AMFolder can change properties of a folder object.





PARAMETERS

-InputObject <Object>

The object to modify.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Notes <String>

The new notes to set on the object.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



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



OUTPUTS



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



PS C:\\># Modify folder notes



Get-AMFolder Test | Set-AMFolder -Notes "This folder contains test workflows"











RELATED LINKS

https://github.com/AutomatePS/AutomatePS