Skip to content

Commit 2a91a2b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into nasim
2 parents 60d3536 + 6b6243b commit 2a91a2b

File tree

1,034 files changed

+9210
-8124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,034 files changed

+9210
-8124
lines changed

exchange/exchange-ps/exchange/mailboxes/Add-RecipientPermission.md

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ For information about the parameter sets in the Syntax section below, see Exchan
1919

2020
```
2121
Add-RecipientPermission [-Identity] <RecipientIdParameter> -AccessRights <MultiValuedProperty>
22-
-Trustee <SecurityPrincipalIdParameter> [-Confirm] [-WhatIf] [<CommonParameters>]
22+
-Trustee <SecurityPrincipalIdParameter> [-SkipDomainValidationForMailContact] [-SkipDomainValidationForMailUser] [-SkipDomainValidationForSharedMailbox] [-Confirm] [-WhatIf] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
26-
When a user is assigned SendAs permission to a user or group, the user can send messages that appear to come from the other user or group.
26+
SendAs permission allows a user or group members to send messages that apear to come from the specified mailbox, mail contact, mail user, or group.
2727

2828
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://technet.microsoft.com/library/mt432940.aspx).
2929

@@ -39,9 +39,7 @@ This example gives the user Ayla Kol SendAs permission for the mailbox Help Desk
3939
## PARAMETERS
4040

4141
### -AccessRights
42-
The AccessRights parameter specifies the permission.
43-
44-
Valid input for this parameter is SendAs.
42+
The AccessRights parameter specifies the permission. The only value for this parameter is SendAs.
4543

4644
```yaml
4745
Type: MultiValuedProperty
@@ -56,7 +54,7 @@ Accept wildcard characters: False
5654
```
5755
5856
### -Identity
59-
The Identity parameter specifies the target recipient. The user or group specified by the Trustee parameter can operate on this recipient.
57+
The Identity parameter specifies the target recipient. The user or group specified by the Trustee parameter receives SendAs permission on this recipient.
6058
6159
You can specify any type of recipient, for example:
6260
@@ -101,9 +99,9 @@ Accept wildcard characters: False
10199
```
102100
103101
### -Trustee
104-
The Trustee parameter specifies the user or group to whom you're granting the permission. This allows the user or group to operate on the recipient specified by the Identity parameter.
102+
The Trustee parameter specifies the user or group that receives SendAs perimission on the recipient specified by the Identity parameter.
105103
106-
You can specify the following types of users or groups:
104+
You can specify the following types of users or groups (security principals) for this parameter:
107105
108106
- Mailbox users
109107
@@ -149,6 +147,51 @@ Accept pipeline input: True
149147
Accept wildcard characters: False
150148
```
151149
150+
### -SkipDomainValidationForMailContact
151+
The SkipDomainValidationForMailContact switch skips the check that confirms the proxy addresses of the external contact specified by the Identity parameter are in the accepted domains of the organization. You don't need to specify a value with this switch.
152+
153+
```yaml
154+
Type: SwitchParameter
155+
Parameter Sets: (All)
156+
Aliases:
157+
Applicable: Exchange Online
158+
Required: False
159+
Position: Named
160+
Default value: None
161+
Accept pipeline input: False
162+
Accept wildcard characters: False
163+
```
164+
165+
### -SkipDomainValidationForMailUser
166+
The SkipDomainValidationForMailUser switch skips the check that confirms the proxy addresses of the mail user specified by the Identity parameter are in the accepted domains of the organization. You don't need to specify a value with this switch.
167+
168+
```yaml
169+
Type: SwitchParameter
170+
Parameter Sets: (All)
171+
Aliases:
172+
Applicable: Exchange Online
173+
Required: False
174+
Position: Named
175+
Default value: None
176+
Accept pipeline input: False
177+
Accept wildcard characters: False
178+
```
179+
180+
### -SkipDomainValidationForSharedMailbox
181+
The SkipDomainValidationForSharedMailbox switch skips the check that confirms the proxy addresses of the shared mailbox specified by the Identity parameter are in the accepted domains of the organization. You don't need to specify a value with this switch.
182+
183+
```yaml
184+
Type: SwitchParameter
185+
Parameter Sets: (All)
186+
Aliases:
187+
Applicable: Exchange Online
188+
Required: False
189+
Position: Named
190+
Default value: None
191+
Accept pipeline input: False
192+
Accept wildcard characters: False
193+
```
194+
152195
### -Confirm
153196
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
154197

exchange/exchange-ps/exchange/policy-and-compliance-ediscovery/New-CaseHoldPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ Accept wildcard characters: False
194194
```
195195
196196
### -SharePointLocation
197-
The SharePointLocation parameter specifies the SharePoint Online sites to include. You identify the site by its URL value, or you can use the value All to include all sites.
197+
The SharePointLocation parameter specifies the SharePoint Online and OneDrive for Business sites to include. You identify a site by its URL value.
198198
199199
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
200200
201-
SharePoint Online sites can't be added to the policy until they have been indexed. If no sites are specified, then no sites are placed on hold.
201+
Sites can't be added to the policy until they have been indexed. If no sites are specified, then no sites are placed on hold.
202202
203203
```yaml
204204
Type: MultiValuedProperty

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHubSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Parameter Sets: (All)
6363
Aliases:
6464
Applicable: SharePoint Online
6565

66-
Required: True
66+
Required: False
6767
Position: Named
6868
Default value: None
6969
Accept pipeline input: False

sharepoint/sharepoint-ps/sharepoint-online/Grant-SPOHubSiteRights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Parameter Sets: (All)
4949
Aliases:
5050
Applicable: SharePoint Online
5151

52-
Required: False
52+
Required: True
5353
Position: Named
5454
Default value: None
5555
Accept pipeline input: False

sharepoint/sharepoint-ps/sharepoint-online/Register-SPOHubSite.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Enables the hub site feature on a site to make it a hub site.
1414
## SYNTAX
1515

1616
```
17-
Register-SPOHubSite [-Site] <SpoSitePipeBind> [<CommonParameters>]
17+
Register-SPOHubSite
18+
-Site <SpoSitePipeBind>
19+
-Principals <string[]>
20+
[<CommonParameters>]
1821
```
1922

2023
## DESCRIPTION
@@ -47,7 +50,23 @@ Parameter Sets: (All)
4750
Aliases:
4851
Applicable: SharePoint Online
4952

50-
Required: False
53+
Required: True
54+
Position: Named
55+
Default value: None
56+
Accept pipeline input: False
57+
Accept wildcard characters: False
58+
```
59+
60+
### -Principals
61+
Specifies One or more principles to be granted rights to the specified HubSite.
62+
63+
```yaml
64+
Type: string[]
65+
Parameter Sets: (All)
66+
Aliases:
67+
Applicable: SharePoint Online
68+
69+
Required: True
5170
Position: Named
5271
Default value: None
5372
Accept pipeline input: False

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOHubSite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Sets the hub site information such as name, logo, and description.
1414

1515
```
1616
Set-SPOHubSite [-Identity] <SpoHubSitePipeBind>
17-
[-Title <string>]
18-
[-LogoUrl <string>]
19-
[-Description <string>]
20-
[<CommonParameters>]
17+
[-Title <string>]
18+
[-LogoUrl <string>]
19+
[-Description <string>]
20+
[<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION

skype/skype-ps/skype/Add-CsSlaDelegates.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
external help file:
3-
applicable: Skype for Business Server 2015
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Skype for Business Server 2015, Skype for Business Server 2019
44
title: Add-CsSlaDelegates
55
schema: 2.0.0
66
---
@@ -46,7 +46,7 @@ Specifies a user that will respond to a call on the shared number specified by t
4646
Type: Uri
4747
Parameter Sets: (All)
4848
Aliases:
49-
Applicable: Skype for Business Server 2015
49+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
5050

5151
Required: True
5252
Position: Named
@@ -73,7 +73,7 @@ User identities can be specified using one of five formats:
7373
Type: UserIdParameter
7474
Parameter Sets: (All)
7575
Aliases:
76-
Applicable: Skype for Business Server 2015
76+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
7777

7878
Required: True
7979
Position: 1
@@ -89,7 +89,7 @@ Prompts you for confirmation before executing the command.
8989
Type: SwitchParameter
9090
Parameter Sets: (All)
9191
Aliases: cf
92-
Applicable: Skype for Business Server 2015
92+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
9393

9494
Required: False
9595
Position: Named
@@ -105,7 +105,7 @@ The presence of the passthru switch causes the cmdlet to pass the current object
105105
Type: SwitchParameter
106106
Parameter Sets: (All)
107107
Aliases:
108-
Applicable: Skype for Business Server 2015
108+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
109109

110110
Required: False
111111
Position: Named
@@ -121,7 +121,7 @@ Describes what would happen if you executed the command without actually executi
121121
Type: SwitchParameter
122122
Parameter Sets: (All)
123123
Aliases: wi
124-
Applicable: Skype for Business Server 2015
124+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
125125

126126
Required: False
127127
Position: Named
@@ -142,3 +142,4 @@ The `Add-CsSlaDelegates` cmdlet returns a Microsoft.Rtc.Management.SlaConfigurat
142142
## NOTES
143143

144144
## RELATED LINKS
145+

skype/skype-ps/skype/Approve-CsDeviceUpdateRule.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
external help file:
3-
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
44
title: Approve-CsDeviceUpdateRule
55
schema: 2.0.0
66
---
@@ -87,7 +87,7 @@ Consequently, a device update rule configured for the Redmond site will have an
8787
Type: XdsIdentity
8888
Parameter Sets: Identity
8989
Aliases:
90-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
90+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
9191

9292
Required: False
9393
Position: 2
@@ -103,7 +103,7 @@ Allows you to pass a reference to an object to the cmdlet rather than set indivi
103103
Type: PSObject
104104
Parameter Sets: Instance
105105
Aliases:
106-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
106+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
107107

108108
Required: False
109109
Position: Named
@@ -119,7 +119,7 @@ Suppresses the display of any non-fatal error message that might occur when runn
119119
Type: SwitchParameter
120120
Parameter Sets: (All)
121121
Aliases:
122-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
122+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
123123

124124
Required: False
125125
Position: Named
@@ -135,7 +135,7 @@ Describes what would happen if you executed the command without actually executi
135135
Type: SwitchParameter
136136
Parameter Sets: (All)
137137
Aliases: wi
138-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
138+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
139139

140140
Required: False
141141
Position: Named
@@ -151,7 +151,7 @@ Prompts you for confirmation before executing the command.
151151
Type: SwitchParameter
152152
Parameter Sets: (All)
153153
Aliases: cf
154-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015
154+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
155155

156156
Required: False
157157
Position: Named
@@ -186,3 +186,4 @@ Instead, the `Approve-CsDeviceUpdateRule` cmdlet approves instances of the Micro
186186
[Reset-CsDeviceUpdateRule](Reset-CsDeviceUpdateRule.md)
187187

188188
[Restore-CsDeviceUpdateRule](Restore-CsDeviceUpdateRule.md)
189+

0 commit comments

Comments
 (0)