Skip to content

Commit a48da1f

Browse files
committed
Delegatee to Delegate
1 parent c4547a5 commit a48da1f

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

exchange/exchange-ps/exchange/Add-VivaOrgInsightsDelegatedRole.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

17-
Use the Add-VivaOrgInsightsDelegatedRole cmdlet to add delegate access to the specified account (the delegatee) so they can view organizational insights like the leader (the delegator).
17+
Use the Add-VivaOrgInsightsDelegatedRole cmdlet to add delegate access to the specified account (the delegate) so they can view organizational insights like the leader (the delegator).
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

2121
## SYNTAX
2222

2323
```
24-
Add-VivaOrgInsightsDelegatedRole -Delegatee <Guid> -Delegator <Guid>
24+
Add-VivaOrgInsightsDelegatedRole -Delegate <Guid> -Delegator <Guid>
2525
[-ResultSize <Unlimited>]
2626
[<CommonParameters>]
2727
```
@@ -39,17 +39,17 @@ To run this cmdlet, you need to be a member of one of the following role groups
3939

4040
### Example 1
4141
```powershell
42-
Add-VivaOrgInsightsDelegatedRole -Delegatee 5eaf7164-f36f-5381-5546-dcaa1792f077 -Delegator 043f6d38-378b-7dcd-7cd8-c1a901881fa9
42+
Add-VivaOrgInsightsDelegatedRole -Delegate 5eaf7164-f36f-5381-5546-dcaa1792f077 -Delegator 043f6d38-378b-7dcd-7cd8-c1a901881fa9
4343
```
4444

45-
This example adds the organization insights viewing capability of the specified delegator account to the specified delegatee account.
45+
This example adds the organization insights viewing capability of the specified delegator account to the specified delegate account.
4646

4747
## PARAMETERS
4848

49-
### -Delegatee
50-
The Delegatee parameter specifies the account that can view organizational insights like the leader (the account specified by the Delegator account).
49+
### -Delegate
50+
The Delegate parameter specifies the account that can view organizational insights like the leader (the account specified by the Delegator account).
5151

52-
A valid value for this parameter is the Microsoft Entra ObjectId value of the delegatee account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
52+
A valid value for this parameter is the Microsoft Entra ObjectId value of the delegate account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
5353

5454
```yaml
5555
Type: Guid
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -Delegator
68-
The Delegator parameter specifies account of the leader that can view organizational insights. The organizational insights viewing capability is delegated to the specified delegatee (the account specified by the Delegatee parameter).
68+
The Delegator parameter specifies the account of the leader that can view organizational insights. This capability is delegated to the account specified by the Delegate parameter.
6969
7070
A valid value for this parameter is the ObjectID value of the delegator account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
7171

exchange/exchange-ps/exchange/Get-VivaOrgInsightsDelegatedRole.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

17-
Use the Get-VivaOrgInsightsDelegatedRole cmdlet to view all delegatees of the specified delegator. Delegatee accounts can view organizational insights like the specified delegator.
17+
Use the Get-VivaOrgInsightsDelegatedRole cmdlet to view all delegates of the specified delegator. Delegate accounts can view organizational insights like the specified delegator.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

@@ -27,7 +27,7 @@ Get-VivaOrgInsightsDelegatedRole -Delegator <Guid>
2727
```
2828

2929
## DESCRIPTION
30-
Typically, you use this cmdlet with the Remove-VivaOrgInsightsDelegatedRole cmdlet to find the Microsoft Entra ObjectId values of the delegatee accounts.
30+
Typically, you use this cmdlet with the Remove-VivaOrgInsightsDelegatedRole cmdlet to find the Microsoft Entra ObjectId values of the delegate accounts.
3131

3232
To run this cmdlet, you need to be a member of one of the following role groups in Microsoft Entra ID in the destination organization:
3333

@@ -49,7 +49,7 @@ This example filters the results by the specified delegator.
4949
## PARAMETERS
5050

5151
### -Delegator
52-
The Delegator parameter specifies account of the leader that can view organizational insights. The organizational insights viewing capability is delegated to delegatees.
52+
The Delegator parameter specifies the account of the leader that can view organizational insights. This capability is given to delegates.
5353

5454
A valid value for this parameter is the ObjectID value of the delegator account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
5555

exchange/exchange-ps/exchange/Remove-VivaOrgInsightsDelegatedRole.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

17-
Use the Remove-VivaOrgInsightsDelegatedRole cmdlet to remove delegate access from the specified account (the delegatee) so they can't view organizational insights like the leader (the delegator).
17+
Use the Remove-VivaOrgInsightsDelegatedRole cmdlet to remove delegate access from the specified account (the delegate) so they can't view organizational insights like the leader (the delegator).
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

2121
## SYNTAX
2222

2323
```
24-
Remove-VivaOrgInsightsDelegatedRole -Delegatee <Guid> -Delegator <Guid>
24+
Remove-VivaOrgInsightsDelegatedRole -Delegate <Guid> -Delegator <Guid>
2525
[-ResultSize <Unlimited>]
2626
[<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
30-
Use the Get-VivaOrgInsightsDelegatedRole cmdlet to find the Microsoft Entra ObjectId values of the delegatee accounts of a delegator account.
30+
Use the Get-VivaOrgInsightsDelegatedRole cmdlet to find the Microsoft Entra ObjectId values of delegate accounts that were given the capabilities of delegator accounts.
3131

3232
To run this cmdlet, you need to be a member of one of the following role groups in Microsoft Entra ID in the destination organization:
3333

@@ -41,17 +41,17 @@ To run this cmdlet, you need to be a member of one of the following role groups
4141

4242
### Example 1
4343
```powershell
44-
Remove-VivaOrgInsightsDelegatedRole -Delegatee 5eaf7164-f36f-5381-5546-dcaa1792f077 -Delegator 043f6d38-378b-7dcd-7cd8-c1a901881fa9
44+
Remove-VivaOrgInsightsDelegatedRole -Delegate 5eaf7164-f36f-5381-5546-dcaa1792f077 -Delegator 043f6d38-378b-7dcd-7cd8-c1a901881fa9
4545
```
4646

47-
This example removes the organization insights viewing capability of the specified delegator account from the specified delegatee account.
47+
This example removes the organization insights viewing capability of the specified delegator account from the specified delegate account.
4848

4949
## PARAMETERS
5050

51-
### -Delegatee
52-
The Delegatee parameter specifies the account that can view organizational insights like the leader (the account specified by the Delegator account).
51+
### -Delegate
52+
The Delegate parameter specifies the account that can view organizational insights like the leader (the account specified by the Delegator account).
5353

54-
A valid value for this parameter is the Microsoft Entra ObjectId value of the delegatee account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
54+
A valid value for this parameter is the Microsoft Entra ObjectId value of the delegate account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
5555

5656
```yaml
5757
Type: Guid
@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
```
6868
6969
### -Delegator
70-
The Delegator parameter specifies account of the leader that can view organizational insights. The organizational insights viewing capability is delegated to the specified delegatee (the account specified by the Delegatee parameter).
70+
The Delegator parameter specifies the account of the leader that can view organizational insights. This capability is delegated to the account specified by the Delegate parameter.
7171
7272
A valid value for this parameter is the ObjectID value of the delegator account. Use the [Get-MgUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users/get-mguser) cmdlet in Microsoft Graph PowerShell to find this value.
7373

0 commit comments

Comments
 (0)