Skip to content

Commit be06e8c

Browse files
authored
Merge branch 'master' into patch-2
2 parents f0fddd7 + 3941c6c commit be06e8c

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

exchange/exchange-ps/exchange/Add-UnifiedGroupLinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Microsoft 365 Groups are group objects that are available across Microsoft 365 s
3434

3535
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3636

37-
**Note**: Only members can be owners of a group, so you must first add a user as member before adding it as an owner.
37+
**Note**: Only members can be owners of a group, so you must first add a user as member before adding it as an owner. Guest users cannot be an owner of groups, even if the users are members of the groups.
3838

3939
## EXAMPLES
4040

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
### Default
2424
```
2525
New-RetentionCompliancePolicy [-Name] <String>
26+
[-Applications <MultiValuedProperty>]
2627
[-Comment <String>]
2728
[-Confirm]
2829
[-Enabled <Boolean>]
@@ -93,6 +94,27 @@ Accept pipeline input: False
9394
Accept wildcard characters: False
9495
```
9596
97+
### -Applications
98+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
99+
100+
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
101+
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
102+
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
103+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
104+
105+
```yaml
106+
Type: MultiValuedProperty
107+
Parameter Sets: Default
108+
Aliases:
109+
Applicable: Security & Compliance Center
110+
111+
Required: False
112+
Position: Named
113+
Default value: None
114+
Accept pipeline input: False
115+
Accept wildcard characters: False
116+
```
117+
96118
### -Comment
97119
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
98120

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Set-RetentionCompliancePolicy [-Identity] <PolicyIdParameter>
4545
[-AddSharePointLocationException <MultiValuedProperty>]
4646
[-AddSkypeLocation <MultiValuedProperty>]
4747
[-AddSkypeLocationException <MultiValuedProperty>]
48+
[-Applications <MultiValuedProperty>]
4849
[-Comment <String>]
4950
[-Confirm]
5051
[-Enabled <Boolean>]
@@ -469,6 +470,27 @@ Accept pipeline input: False
469470
Accept wildcard characters: False
470471
```
471472

473+
### -Applications
474+
The Applications parameter specifies the target when Microsoft 365 Groups are included in the policy (the ModernGroups parameter is set). Valid values are:
475+
476+
- `Group:Exchange` for the mailbox that's connected to the Microsoft 365 Group.
477+
- `Group:SharePoint` for the SharePoint site that's connected to the Microsoft 365 Group.
478+
- `"Group:Exchange","Group:SharePoint"` for both the mailbox and the SharePoint site that are connected to the Microsoft 365 Group.
479+
- blank (`$null`): This is the default value, and is functionally equivalent to the value `"Group:Exchange","Group:SharePoint"`.
480+
481+
```yaml
482+
Type: MultiValuedProperty
483+
Parameter Sets: Identity
484+
Aliases:
485+
Applicable: Security & Compliance Center
486+
487+
Required: False
488+
Position: Named
489+
Default value: None
490+
Accept pipeline input: False
491+
Accept wildcard characters: False
492+
```
493+
472494
### -Comment
473495
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
474496

0 commit comments

Comments
 (0)