< Back

New-AMAgentGroup

Sat Jan 11, 2020 2:49 am

NAME New-AMAgentGroup



SYNOPSIS

Creates a new AutoMate Enterprise agent group.





SYNTAX

New-AMAgentGroup [-Name] <String> [-Notes <String>] [-Folder <Object>] [-Connection <Object>] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

New-AMAgentGroup creates an agent group object.





PARAMETERS

-Name <String>

The name of the new object.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Notes <String>

The new notes to set on the object.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Folder <Object>

The folder to place the object in.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <Object>

The server to create the object on.



Required? false

Position? named

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:\\># Create an agent group



New-AMAgentGroup -Name "All Agents" -Notes "Group containing all agents"











RELATED LINKS

https://github.com/AutomatePS/AutomatePS