Skip to content

Commit c349a17

Browse files
committed
Merge branch 'main' into CBAUpdate-chrisda
2 parents 46f76a9 + 882172c commit c349a17

File tree

7 files changed

+673
-53
lines changed

7 files changed

+673
-53
lines changed

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ You can use any value that uniquely identifies the recipient. For example:
9292
9393
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
9494

95+
You must use this parameter with the LinkType parameter, which means the specified recipients will all receive the same role in the Microsoft 365 Group (you can't add recipients with different roles in the same command).
96+
9597
```yaml
9698
Type: RecipientIdParameter[]
9799
Parameter Sets: (All)
@@ -106,12 +108,15 @@ Accept wildcard characters: False
106108
```
107109

108110
### -LinkType
109-
The LinkType parameter specifies the Microsoft 365 Group property that you want to modify. Valid values are:
111+
The LinkType parameter specifies the recipient's role in the Microsoft 365 Group that you want to add. Valid values are:
112+
113+
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
114+
- Owners: Add or remove members, delete conversations, changes Team settings, delete the Team, and full control of the connected SharePoint site. A group must have at least one owner.
115+
- Subscribers: Members who receive conversation and calendar event notifications from the group. All subscribers are members of the group, but all members aren't necessarily subscribers (depending on the AutoSubscribeNewMembers property value of the group and when the member was added).
116+
117+
In PowerShell, any owner or subscriber that you want to add to the group must also be a member.
110118

111-
- Aggregators
112-
- Members
113-
- Owners
114-
- Subscribers
119+
You must use this parameter with the LinkType parameter.
115120

116121
```yaml
117122
Type: LinkType

exchange/exchange-ps/exchange/Get-UnifiedGroupLinks.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ Accept wildcard characters: False
6666
```
6767
6868
### -LinkType
69-
The LinkType parameter specifies the Microsoft 365 Group property that you want to view. Valid values are:
69+
The LinkType parameter filters the results by recipient roles in the Microsoft 365 Group. Valid values are:
7070
71-
- Aggregators
72-
- Members
73-
- Owners
74-
- Subscribers
71+
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
72+
- Owners: Add or remove members, delete conversations, changes Team settings, delete the Team, and full control of the connected SharePoint site. A group must have at least one owner.
73+
- Subscribers: Members who receive conversation and calendar event notifications from the group. All subscribers are members of the group, but all members aren't necessarily subscribers (depending on the AutoSubscribeNewMembers property value of the group and when the member was added).
7574
7675
```yaml
7776
Type: LinkType

0 commit comments

Comments
 (0)