Set-PSUComputerGroup
Updates a computer group in PowerShell Universal.
SYNOPSIS
SYNTAX
Id
Set-PSUComputerGroup [-Id] <Int64> [-Name <String>] [-Description <String>] [-Tags <String[]>]
[-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials]
[-Integrated] [-TrustCertificate] [-Cookies] [<CommonParameters>]ComputerGroup
Set-PSUComputerGroup [-ComputerGroup] <ComputerGroup> [-Name <String>] [-Description <String>]
[-Tags <String[]>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-AppToken
-ComputerGroup
-ComputerName
-Description
-Id
-Integrated
-Name
-Tags
-UseDefaultCredentials
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
PowerShellUniversal.ComputerGroup
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?