Skip to content

Commit 54af25c

Browse files
authored
Merge branch 'master' into Dariomws306-object-3
2 parents 6528e2d + f9dd596 commit 54af25c

File tree

1,143 files changed

+50636
-2110
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,143 files changed

+50636
-2110
lines changed

exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOGeoAdministrator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ schema: 2.0.0
88
# Add-SPOGeoAdministrator
99

1010
## SYNOPSIS
11-
Adds a new SharePoint user or security Group as Get-Administrator of the current Multi-Geo Tenant.
11+
12+
Adds a new SharePoint user or security Group as Get-Administrator of the current Multi-Geo Tenant.
1213

1314

1415
## SYNTAX

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteDesignTask.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Add-SPOSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl
4444
## PARAMETERS
4545

4646
### -SiteDesignId
47+
4748
The ID of the site design to apply.
4849

4950
```yaml
@@ -73,11 +74,14 @@ Accept pipeline input: False
7374
Accept wildcard characters: False
7475
```
7576
76-
## RELATED LINKS
77+
## INPUTS
7778
78-
- [Get-SPOSiteDesignTask](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-spositedesigntask?view=sharepoint-ps)
79+
## OUTPUTS
7980
80-
- [Invoke-SPOSiteDesign](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/invoke-spositedesign?view=sharepoint-ps)
81+
## NOTES
8182
83+
## RELATED LINKS
8284
85+
[Get-SPOSiteDesignTask](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-spositedesigntask?view=sharepoint-ps)
8386
87+
[Invoke-SPOSiteDesign](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/invoke-spositedesign?view=sharepoint-ps)

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

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -80,94 +80,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
8080
## OUTPUTS
8181
8282
### System.Object
83-
## NOTES
84-
85-
## RELATED LINKS
86-
87-
[Get-SPOSiteDesignRunStatus](Get-SPOSiteDesignRunStatus.md)
88-
=======
89-
---
90-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
91-
Module Name: Microsoft.Online.SharePoint.PowerShell
92-
online version:
93-
schema: 2.0.0
94-
---
95-
96-
# Get-SPOSiteDesignRun
97-
98-
## SYNOPSIS
99-
Retrieves a list of site designs applied to a specified site collection.
100-
101-
102-
## SYNTAX
103-
104-
```
105-
Get-SPOSiteDesignRun [-WebUrl] <String> [[-SiteDesignId] <SPOSiteDesignPipeBind>] [<CommonParameters>]
106-
```
107-
108-
## DESCRIPTION
109-
Retrieves a list of site designs applied to a specified site collection. The WebUrl is required to know which site collection to query. The returned output includes the ID of the scheduled job, the web and site IDs, and the site design ID, version, and title.
110-
111-
## EXAMPLES
112-
113-
### ------------ Example 1 --------------------
114-
115-
This example would return a list of the site designs applied to the specified site. Providing a specific site design ID will return the details for just that applied site design.
116-
117-
```powershell
118-
PS C:\> Get-SPOSiteDesignRun -WebUrl "https://contoso.sharepoint.com/sites/project-playbook"
119-
120-
Id: | sean530z-55a3-4804-8b0a-80578626d6ef
121-
SiteDesignId: | sean530b-4133-444e-9e31-fb0c07f69d3a
122-
WebId: | 4f8509cd-7972-44d0-a14a-3c8ad69ee50f
123-
SiteId: | d5d19d7c-sean-4625-9461-281bfc8a9ece
124-
SiteDesignVersion: | 3
125-
SiteDesignTitle: | Contoso Project Playbook
126-
```
12783
128-
## PARAMETERS
129-
130-
### -SiteDesignId
131-
The ID of a specific site design. Use this optional parameter if you wish to only return details on a specific site design run.
132-
133-
```yaml
134-
Type: SPOSiteDesignPipeBind
135-
Parameter Sets: (All)
136-
Aliases:
137-
138-
Required: False
139-
Position: 1
140-
Default value: None
141-
Accept pipeline input: True (ByValue)
142-
Accept wildcard characters: False
143-
```
144-
145-
### -WebUrl
146-
The Url of the site collection.
147-
148-
```yaml
149-
Type: String
150-
Parameter Sets: (All)
151-
Aliases:
152-
153-
Required: True
154-
Position: 0
155-
Default value: None
156-
Accept pipeline input: False
157-
Accept wildcard characters: False
158-
```
159-
160-
### CommonParameters
161-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
162-
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
163-
164-
## INPUTS
165-
166-
### Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignPipeBind
167-
168-
## OUTPUTS
169-
170-
### System.Object
17184
## NOTES
17285
17386
## RELATED LINKS

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

Lines changed: 3 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -8,93 +8,7 @@ schema: 2.0.0
88
# Get-SPOSiteDesignRunStatus
99

1010
## SYNOPSIS
11-
Retrieves and displays a list of all site script actions executed for a specified site design applied to a site.
12-
13-
## SYNTAX
14-
15-
```
16-
Get-SPOSiteDesignRunStatus [-Run] <SPOSiteDesignRun> [<CommonParameters>]
17-
```
18-
19-
## DESCRIPTION
20-
Retrieves and displays a list of all site script actions executed for a specified site design applied to a site.
21-
22-
## EXAMPLES
23-
24-
### Example 1
25-
26-
This example gets the run for a specific site design applied to a site and sets it to a variable. This variable is then passed into the command -run parameter. The result is a display of all the site script actions applied for that site design run, including the script action title and outcome.
27-
28-
```powershell
29-
PS C:\> $myrun = Get-SPOSiteDesignRun -WebUrl "https://contoso.sharepoint.com/sites/project-playbook" -SiteDesignId cefd782e-sean-4814-a68a-b33b116c302f
30-
31-
PS C:\> Get-SPOSiteDesignRunStatus -Run $myrun
32-
33-
OrdinalIndex: | 0
34-
SiteScriptId: | sean530b-4133-444e-9e31-fb0c07f69d3a
35-
SiteScriptTitle: | project tracker script for contoso legal
36-
SiteScriptIndex: | 0
37-
ActionIndex: | 0
38-
ActionTitle: | Add principal contoso legal team to SPGroup Owners.
39-
ActionKey: | 4f8509cd-0000-0000-0000-00000000
40-
OutcomeCode: | Success
41-
OutcomeText: |
42-
43-
OrdinalIndex: | 1
44-
SiteScriptId: | sean530b-4133-444e-9e31-abc123abc123
45-
SiteScriptTitle: | project tracker script for contoso legal
46-
SiteScriptIndex: | 0
47-
ActionIndex: | 1
48-
ActionTitle: | Apply theme Contoso Legal.
49-
ActionKey: | 4f8509cd-0000-0000-0000-00000000
50-
OutcomeCode: | Success
51-
OutcomeText: |
52-
```
53-
54-
## PARAMETERS
5511

56-
### -Run
57-
The site design run for the desired set of script action details.
58-
59-
```yaml
60-
Type: SPOSiteDesignRun
61-
Parameter Sets: (All)
62-
Aliases:
63-
64-
Required: True
65-
Position: 0
66-
Default value: None
67-
Accept pipeline input: True (ByValue)
68-
Accept wildcard characters: False
69-
```
70-
71-
### CommonParameters
72-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
73-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
74-
75-
## INPUTS
76-
77-
### Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignRun
78-
79-
## OUTPUTS
80-
81-
### System.Object
82-
## NOTES
83-
84-
## RELATED LINKS
85-
86-
[Get-SPOSiteDesignRun](Get-SPOSiteDesignRun.md)
87-
=======
88-
---
89-
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
90-
Module Name: Microsoft.Online.SharePoint.PowerShell
91-
online version:
92-
schema: 2.0.0
93-
---
94-
95-
# Get-SPOSiteDesignRunStatus
96-
97-
## SYNOPSIS
9812
Retrieves and displays a list of all site script actions executed for a specified site design applied to a site.
9913

10014
## SYNTAX
@@ -104,6 +18,7 @@ Get-SPOSiteDesignRunStatus [-Run] <SPOSiteDesignRun> [<CommonParameters>]
10418
```
10519

10620
## DESCRIPTION
21+
10722
Retrieves and displays a list of all site script actions executed for a specified site design applied to a site.
10823

10924
## EXAMPLES
@@ -141,6 +56,7 @@ OutcomeText: |
14156
## PARAMETERS
14257

14358
### -Run
59+
14460
The site design run for the desired set of script action details.
14561

14662
```yaml
@@ -166,6 +82,7 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
16682
## OUTPUTS
16783
16884
### System.Object
85+
16986
## NOTES
17087
17188
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
external help file: sharepointonline.xml
3-
Module Name: SharePointOnlinePowerShell
4-
Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXZ
5-
Help Version: 17.0.15229.2100
6-
Download Help Link: https://officedocs-cdn.azureedge.net/powershell/sharepoint/
2+
Module Name: SharePoint Online PowerShell
3+
Module Guid: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
74
title: sharepoint-online
85
Locale: en-US
96
---
@@ -14,6 +11,8 @@ Locale: en-US
1411

1512
The following cmdlet references are for SharePoint Online.
1613

14+
## sharepoint-online Cmdlets
15+
1716
### [Add-SPOGeoAdministrator](Add-SPOGeoAdministrator.md)
1817
{{Manually Enter Add-SPOGeoAdministrator Description Here}}
1918

@@ -387,4 +386,4 @@ The following cmdlet references are for SharePoint Online.
387386
{{Manually Enter Upgrade-SPOSite Description Here}}
388387

389388

390-
<!--updated March 6, 2018; moved cmdlets from https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-powershell; added items from TOC that were missing on this page-->
389+
<!--updated March 6, 2018; moved cmdlets from https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-powershell; added items from TOC that were missing on this page-->

sharepoint/sharepoint-ps/sharepoint-server/Add-DatabaseToAvailabilityGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Accept wildcard characters: False
129129
```
130130
131131
### CommonParameters
132-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
132+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
133133
134134
## INPUTS
135135

sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchResource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add-FASTSearchResource [-Path] <String> [-FilePath] <String> [<CommonParameters>
2020
This cmdlet uploads a specified file, located in the local environment, to the Microsoft FAST Search Server 2010 for SharePoint resource store.
2121
The location of the resource store is typically specified in %FASTSEARCH%/etc/Admin.config (where %FASTSEARCH% is the FAST Search Server 2010 for SharePoint installation folder.) Specify a unique location of the resource in the upload URI.
2222

23-
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (http://go.microsoft.com/fwlink/?LinkId=163227).
23+
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
2424

2525
## EXAMPLES
2626

@@ -66,7 +66,7 @@ Accept wildcard characters: False
6666
```
6767
6868
### CommonParameters
69-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
69+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
7070
7171
## INPUTS
7272

sharepoint/sharepoint-ps/sharepoint-server/Add-FASTSearchSpelltuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This cmdlet activates alignment of t
2121

2222
The Did You Mean feature is dictionary based; when spell tuning is activated, Did You Mean only suggests terms that are actually in the index.
2323

24-
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (http://go.microsoft.com/fwlink/?LinkId=163227).
24+
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
2525

2626
## EXAMPLES
2727

@@ -33,7 +33,7 @@ For permissions and the most current information about FAST Search Server 2010 f
3333
## PARAMETERS
3434

3535
### CommonParameters
36-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
36+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
3737

3838
## INPUTS
3939

sharepoint/sharepoint-ps/sharepoint-server/Add-SPAppDeniedEndpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add-SPAppDeniedEndpoint [-Endpoint] <String> [-AssignmentCollection <SPAssignmen
2323
## DESCRIPTION
2424
Use the Add-SPAppDeniedEndpoint cmdlet to add a relative URL endpoint of a server to the list of app-denied endpoints in the farm.
2525

26-
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
26+
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
2727

2828
## EXAMPLES
2929

@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112

113113
### CommonParameters
114-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
114+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
115115

116116
## INPUTS
117117

sharepoint/sharepoint-ps/sharepoint-server/Add-SPClaimTypeMapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add-SPClaimTypeMapping [-Identity] <SPClaimMappingPipeBind>
2424
## DESCRIPTION
2525
The Add-SPClaimTypeMapping cmdlet adds a claim type mapping rule to a security token service (STS) identity provider from a farm trust STS authentication provider.
2626

27-
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
27+
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
2828

2929
## EXAMPLES
3030

@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
```
113113
114114
### CommonParameters
115-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
115+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
116116
117117
## INPUTS
118118

sharepoint/sharepoint-ps/sharepoint-server/Add-SPDiagnosticsPerformanceCounter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add-SPDiagnosticsPerformanceCounter [-Category] <String> [-Instance <String>] [-
3939
## DESCRIPTION
4040
This cmdlet contains more than one parameter set.
4141
You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets.
42-
For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).
42+
For more information about how to use parameter sets, see Cmdlet Parameter Sets (https://go.microsoft.com/fwlink/?LinkID=187810).
4343

4444
The Add-SPDiagnosticsPerformanceCounter cmdlet adds a performance counter to a front end Web server or a database server.
4545
A performance counter is read and recorded in the usage database.
@@ -274,7 +274,7 @@ Accept wildcard characters: False
274274
```
275275

276276
### CommonParameters
277-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
277+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
278278

279279
## INPUTS
280280

sharepoint/sharepoint-ps/sharepoint-server/Add-SPDistributedCacheServiceInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add-SPDistributedCacheServiceInstance [-AssignmentCollection <SPAssignmentCollec
3434

3535
## DESCRIPTION
3636

37-
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see [Cmdlet Parameter Sets](http://go.microsoft.com/fwlink/?LinkID=187810).
37+
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see [Cmdlet Parameter Sets](https://go.microsoft.com/fwlink/?LinkID=187810).
3838

3939
Use the Add-SPDistributedCacheServiceInstance cmdlet to add an instance of the distributed cache server to a local server. This is required to start the AppFabric service.
4040

@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
```
117117
118118
### CommonParameters
119-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
119+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
120120
121121
## INPUTS
122122

0 commit comments

Comments
 (0)