Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.18 KB

File metadata and controls

65 lines (46 loc) · 1.18 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Get-OMERole

SYNOPSIS

Get list of account roles

SYNTAX

Get-OMERole [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

This script uses the OME REST API. Note that the credentials entered are not stored to disk.

EXAMPLES

EXAMPLE 1

Get-OMERole | Format-Table

List all account roles

EXAMPLE 2

Get-OMERole -Name "chassis" | Format-Table

Search account roles by name

PARAMETERS

-Name

String containing name to search by

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS