external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Get groups from OpenManage Enterprise
Get-OMESupportAssistGroup [-Group] <Group> [<CommonParameters>]
Returns all groups if no input received
"Support Assist Group 1" | Get-OMEGroup | Get-OMESupportAssistGroup | Format-Table
Get group by name
"Support Assist Group 1" | Get-OMEGroup | Get-OMESupportAssistGroup | ConvertTo-Json | Set-Content "C:\Temp\export.json"
Get group by name to file
{{ Fill Group Description }}
Type: Group
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.