external help file | Module Name | online version | schema |
---|---|---|---|
DellOpenManage-help.xml |
DellOpenManage |
2.0.0 |
Get Profiles managed by OpenManage Enterprise
Get-OMEProfile [[-Value] <String[]>] [[-FilterBy] <String>] [<CommonParameters>]
Get Profiles. Returns all Profiles if no input received.
"ProfileName" | Get-OMEProfile
Get Profile by ProfileName
Get-OMEProfile | Where-Object { $_.ProfileName -eq "Profile from template 'Test Template 01' 00001" }
Get Profile by ProfileName where ProfileName includes single quotes. Use for Profiles deployed from Templates on the MX platform
"TemplateName" | Get-OMEProfile -FilterBy TemplateName
Get Profile by TemplateName
String containing search value. Use with -FilterBy parameter
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Filter the results by (Default="ServiceTag", "Name", "Id", "Model", "Type")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Name
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.