-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from PowerShell/release-1.5
Release 1.5
- Loading branch information
Showing
191 changed files
with
3,442 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"default": true, | ||
"MD029": { | ||
"style": "ordered" | ||
}, | ||
"MD034": false, | ||
"no-hard-tabs": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
// Place your settings in this file to overwrite the default settings | ||
{ | ||
"powershell.scriptAnalysis.enable": true, | ||
"powershell.scriptAnalysis.settingsPath": ".vscode/ScriptAnalyzerSettings.psd1" | ||
"powershell.scriptAnalysis.settingsPath": ".vscode/ScriptAnalyzerSettings.psd1", | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.svn": true, | ||
"**/.hg": true, | ||
"**/.DS_Store": true, | ||
"node_modules": true, | ||
"markdownissues.txt": true | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
Modules/SharePointDsc/DSCResources/MSFT_SPAccessServiceApp/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is responsible for creating Access Services Application instances within the local | ||
SharePoint farm. The resource will provision and configure the Access Services Service | ||
Application. | ||
This resource is responsible for creating Access Services Application instances | ||
within the local SharePoint farm. The resource will provision and configure the | ||
Access Services Service Application. |
9 changes: 5 additions & 4 deletions
9
Modules/SharePointDsc/DSCResources/MSFT_SPAlternateUrl/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to define an alternate access mapping URL for a specified web application. | ||
These can be assigned to specific zones for each web application. Alternatively a URL can be | ||
removed from a zone to ensure that it will remain empty and have no alternate URL. | ||
This resource is used to define an alternate access mapping URL for a specified | ||
web application. These can be assigned to specific zones for each web | ||
application. Alternatively a URL can be removed from a zone to ensure that it | ||
will remain empty and have no alternate URL. |
11 changes: 6 additions & 5 deletions
11
Modules/SharePointDsc/DSCResources/MSFT_SPAntivirusSettings/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to set the global antivirus settings for the local farm. These settings | ||
will be used to control the behavior of an external anti-virus scanning tool that is able to | ||
integrate with SharePoint. Note that this will not scan documents for viruses on it's own, an | ||
external tool still needs to be installed on the servers that integrates with SharePoint. | ||
This resource is used to set the global antivirus settings for the local farm. | ||
These settings will be used to control the behavior of an external anti-virus | ||
scanning tool that is able to integrate with SharePoint. Note that this will | ||
not scan documents for viruses on it's own, an external tool still needs to be | ||
installed on the servers that integrates with SharePoint. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
Modules/SharePointDsc/DSCResources/MSFT_SPAppCatalog/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource will ensure that a specific site collection is marked as the app catalog for | ||
the web application that the site is in. The catalog site needs to have been created using | ||
the correct template (APPCATALOG#0). | ||
This resource will ensure that a specific site collection is marked as the app | ||
catalog for the web application that the site is in. The catalog site needs to | ||
have been created using the correct template (APPCATALOG#0). | ||
|
||
This resource should be run using the farm account, and not another specific | ||
setup account. Running this with the setup account you have used in your | ||
configuration may relate to access denied errors. |
6 changes: 3 additions & 3 deletions
6
Modules/SharePointDsc/DSCResources/MSFT_SPAppDomain/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource will set the value for the app domain settings at the farm level. You can set the | ||
domain name and the prefix that is to be used for app URLs. | ||
This resource will set the value for the app domain settings at the farm level. | ||
You can set the domain name and the prefix that is to be used for app URLs. |
16 changes: 9 additions & 7 deletions
16
Modules/SharePointDsc/DSCResources/MSFT_SPAppManagementServiceApp/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to provision and manage an instance of the App Management Services | ||
Service Application. It will identify an instance of the app management service application | ||
through the application display name. Currently the resource will provision the app if it does | ||
not yet exist, and will change the application pool associated to the app if it does not match | ||
the configuration. Database names or server name will not be changed if the configuration does | ||
not match, these parameters are only used for the initial provisioning of the service application. | ||
This resource is used to provision and manage an instance of the App Management | ||
Services Service Application. It will identify an instance of the app | ||
management service application through the application display name. Currently | ||
the resource will provision the app if it does not yet exist, and will change | ||
the application pool associated to the app if it does not match the | ||
configuration. Database names or server name will not be changed if the | ||
configuration does not match, these parameters are only used for the initial | ||
provisioning of the service application. |
5 changes: 3 additions & 2 deletions
5
Modules/SharePointDsc/DSCResources/MSFT_SPAppStoreSettings/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource will configure the ability to purchase apps for both SharePoint and Office apps. | ||
This resource will configure the ability to purchase apps for both SharePoint | ||
and Office apps. |
16 changes: 9 additions & 7 deletions
16
Modules/SharePointDsc/DSCResources/MSFT_SPBCSServiceApp/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to provision and manage an instance of the Business Connectivity Services | ||
Service Application. It will identify an instance of the BCS app through the application | ||
display name. Currently the resource will provision the app if it does not yet exist, and will | ||
change the service account associated to the app if it does not match the configuration. Database | ||
names or server name will not be changed if the configuration does not match, these parameters | ||
are only used for the initial provisioning of the service application. | ||
This resource is used to provision and manage an instance of the Business | ||
Connectivity Services Service Application. It will identify an instance | ||
of the BCS app through the application display name. Currently the resource | ||
will provision the app if it does not yet exist, and will change the service | ||
account associated to the app if it does not match the configuration. Database | ||
names or server name will not be changed if the configuration does not match, | ||
these parameters are only used for the initial provisioning of the service | ||
application. |
21 changes: 12 additions & 9 deletions
21
Modules/SharePointDsc/DSCResources/MSFT_SPBlobCacheSettings/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to configure the Blob Cache settings for a web application. | ||
This resource is used to configure the Blob Cache settings for a web | ||
application. | ||
|
||
Important: | ||
This resource only configures the local server. It changes the web.config file directly | ||
and is NOT using the SPWebConfigModifications class. In order to configure all WFE servers | ||
in the farm, you have to apply this resource to all servers. | ||
This resource only configures the local server. It changes the web.config | ||
file directly and is NOT using the SPWebConfigModifications class. In order | ||
to configure all WFE servers in the farm, you have to apply this resource | ||
to all servers. | ||
|
||
Note: | ||
- In order to prevent inconsistancy between different web front end servers, make sure you | ||
configure this setting on all servers equally. | ||
|
||
- In order to prevent inconsistancy between different web front end servers, | ||
make sure you configure this setting on all servers equally. | ||
- If the specified folder does not exist, the resource will create the folder. | ||
|
||
Best practice: | ||
Specify a directory that is not on the same drive as where either the server operating system | ||
swap files or server log files are stored. | ||
Specify a directory that is not on the same drive as where either the server | ||
operating system swap files or server log files are stored. |
8 changes: 4 additions & 4 deletions
8
Modules/SharePointDsc/DSCResources/MSFT_SPCacheAccounts/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to set the "super user" and "super reader" cache accounts for the | ||
specified web application object (as described in the TechNet article [Configure object | ||
cache user accounts in SharePoint Server 2013](https://technet.microsoft.com/en-us/library/ff758656.aspx)). | ||
This resource is used to set the "super user" and "super reader" cache accounts | ||
for the specified web application object (as described in the TechNet article | ||
[Configure object cache user accounts in SharePoint Server 2013](https://technet.microsoft.com/en-us/library/ff758656.aspx)). |
10 changes: 6 additions & 4 deletions
10
Modules/SharePointDsc/DSCResources/MSFT_SPConfigWizard/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to perform the upgrade step of installing SharePoint updates, like Cumulative Updates, Service Packs and Language Packs. | ||
The DatabaseUpgradeDays and DatabaseUpgradeTime parameters specify a window in which the update can be installed. | ||
This module has to be used to complete the update installation step, performed by SPProductUpdate. | ||
This resource is used to perform the upgrade step of installing SharePoint | ||
updates, like Cumulative Updates, Service Packs and Language Packs. The | ||
DatabaseUpgradeDays and DatabaseUpgradeTime parameters specify a window in | ||
which the update can be installed. This module has to be used to complete the | ||
update installation step, performed by SPProductUpdate. |
11 changes: 6 additions & 5 deletions
11
Modules/SharePointDsc/DSCResources/MSFT_SPContentDatabase/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to add and remove Content Databases to web applications and configure | ||
these databases. Note: The resource cannot be used to move the database to a different | ||
SQL instance. It will throw an error when it detects that the specified SQL instance is a | ||
different instance that is currently in use. | ||
This resource is used to add and remove Content Databases to web applications | ||
and configure these databases. Note: The resource cannot be used to move the | ||
database to a different SQL instance. It will throw an error when it detects | ||
that the specified SQL instance is a different instance that is currently in | ||
use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 20 additions & 16 deletions
36
Modules/SharePointDsc/DSCResources/MSFT_SPCreateFarm/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
**Description** | ||
# Description | ||
|
||
This resource is used to provision a new SharePoint farm. It should only be used on the first | ||
server in the farm to create the configuration database, all servers to join the farm after the | ||
first server creates the configuration database should use SPJoinFarm. Once the config DB has | ||
been created, the resource will install local help collections, secure resources, activate | ||
This resource is used to provision a new SharePoint farm. It should only be | ||
used on the first server in the farm to create the configuration database, all | ||
servers to join the farm after the first server creates the configuration | ||
database should use SPJoinFarm. Once the config DB has been created, the | ||
resource will install local help collections, secure resources, activate | ||
features and provision the central admin site. | ||
|
||
The passphrase is passed as a Credential object.The username of this credential is ignored, only | ||
the value of the password is used as the farm passphrase. | ||
The passphrase is passed as a Credential object.The username of this | ||
credential is ignored, only the value of the password is used as the farm | ||
passphrase. | ||
|
||
The port of the Central Admin website can be set by using the CentralAdministrationPort property, | ||
if this is not defined the site will be provisioned on port 9999. However this setting will not | ||
impact existing deployments that already have Central Admin provisioned on another port. Also when | ||
a farm is created, the current behavior is to not enroll the server as a cache server (which is | ||
the default behavior of SharePoint). This means you need to use SPDistributedCacheService on at | ||
least one server in the farm to designate it as a cache server. | ||
The port of the Central Admin website can be set by using the | ||
CentralAdministrationPort property, if this is not defined the site will be | ||
provisioned on port 9999. However this setting will not impact existing | ||
deployments that already have Central Admin provisioned on another port. Also | ||
when a farm is created, the current behavior is to not enroll the server as a | ||
cache server (which is the default behavior of SharePoint). This means you | ||
need to use SPDistributedCacheService on at least one server in the farm to | ||
designate it as a cache server. | ||
|
||
CentralAdministrationAuth can be specified as "NTLM" or "KERBEROS". If not specified, it defaults | ||
to NTLM. If using Kerberos, make sure to have appropriate SPNs setup for Farm account and Central | ||
Administration URI. | ||
CentralAdministrationAuth can be specified as "NTLM" or "KERBEROS". If not | ||
specified, it defaults to NTLM. If using Kerberos, make sure to have | ||
appropriate SPNs setup for Farm account and Central Administration URI. |
Oops, something went wrong.