external help file | Module Name | online version | schema |
---|---|---|---|
PowerGRR-help.xml |
PowerGRR |
2.0.0 |
Get all labels.
Get-GRRLabel [[-Credential] <PSCredential>] [-ShowJSON] [<CommonParameters>]
Get all labels.
PS C:\> Get-GRRLabel -Credential $creds
Return every label which is available in GRR.
PS C:\> Get-GRRLabel -Credential $creds | sls osx
Return every available label which contains "osx".
GRR credentials.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Return plain JSON instead of parsed JSON object.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
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 (http://go.microsoft.com/fwlink/?LinkID=113216).