Skip to content

Search-vROPSUserGroup

Synopsis

Search for a user group in the source

Syntax

Search-vROPSUserGroup [[-sourceId] <String>] [[-domain] <String>] [[-groupName] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Search-vROPSUserGroup cmdlet searches for a user group in the source in VMware Aria Operations.

Examples

Example 1

Search-vROPSUserGroup -sourceId 6d971ad0-a979-4dc1-81af-e77f6c8c158c -domain sfo.rainpole.io -groupName "gg-vrops-read-only@sfo.rainpole.io"

This example searches for a user group in the source defined by source ID.

Parameters

-sourceId

The ID of the source to search.

Type: String
Parameter Sets: (All)
Aliases:

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

-domain

The domain of the user group to search.

Type: String
Parameter Sets: (All)
Aliases:

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

-groupName

The name of the user group to search.

Type: String
Parameter Sets: (All)
Aliases:

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

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

Common Parameters

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