Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed May 28, 2024
1 parent e3e9931 commit 210bd51
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions website/docs/commands/Get-MtRoleMember.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,22 @@ Returns all the members of a role.

## SYNTAX

### Eligible

```powershell
Get-MtRoleMember [-roleId] <Guid> [-Eligible] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

### Active

```powershell
Get-MtRoleMember [-roleId] <Guid> [-Active] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

### All

```powershell
Get-MtRoleMember [-roleId] <Guid> [-Eligible] [-Active] [-All] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-MtRoleMember [-roleId] <Guid> [-All] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -55,10 +68,10 @@ Accept wildcard characters: False

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: Eligible
Aliases:

Required: False
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Expand All @@ -71,10 +84,10 @@ Accept wildcard characters: False

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: Active
Aliases:

Required: False
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Expand All @@ -87,10 +100,10 @@ Accept wildcard characters: False

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Parameter Sets: All
Aliases:

Required: False
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Expand Down

0 comments on commit 210bd51

Please sign in to comment.