New-PSUComputerGroup
Creates a new computer group.
SYNOPSIS
SYNTAX
New-PSUComputerGroup -Name <String> [-Description <String>] [-Tags <String[]>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUComputerGroup -Name 'Test Group'PARAMETERS
-AppToken
-ComputerName
-Description
-Integrated
-Name
-Tags
-UseDefaultCredentials
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?