Skip to content

Commit 67accd4

Browse files
author
Brian Farnhill
committed
Updates for release 1.5
1 parent dfeb919 commit 67accd4

File tree

79 files changed

+752
-586
lines changed

Some content is hidden

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

79 files changed

+752
-586
lines changed

Modules/SharePointDsc/SharePointDsc.psd1

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -126,40 +126,22 @@ PrivateData = @{
126126

127127
# ReleaseNotes of this module
128128
ReleaseNotes = '
129-
* Set-TargetResource of Service Application now also removes all associated proxies
130-
* Fixed issue with all SPServiceApplication for OS not in En-Us language, add GetType().FullName method in:
131-
- SPAccessServiceApp
132-
- SPAppManagementServiceApp
133-
- SPBCSServiceApp
134-
- SPExcelServiceApp
135-
- SPManagedMetaDataServiceApp
136-
- SPPerformancePointServiceApp
137-
- SPSearchServiceApp
138-
- SPSearchCrawlRule
139-
- SPSecureStoreServiceApp
140-
- SPSubscriptionSettingsServiceApp
141-
- SPUsageApplication
142-
- SPUserProfileServiceApp
143-
- SPVisioServiceApp
144-
- SPWordAutomationServiceApp
145-
- SPWorkManagementServiceApp
146-
* Fixed issue with SPServiceInstance for OS not in En-Us language, add GetType().Name method in:
147-
- SPDistributedCacheService
148-
- SPUserProfileSyncService
149-
* Fixed issue with SPInstallLanguagePack to install before farm creation
150-
* Fixed issue with mounting SPContentDatabase
151-
* Fixed issue with SPShellAdmin and Content Database method
152-
* Fixed issue with SPServiceInstance (Set-TargetResource) for OS not in En-Us language
153-
* Added .Net 4.6 support check to SPInstall and SPInstallPrereqs
154-
* Improved code styling
155-
* SPVisioServiceapplication now creates proxy and lets you specify a name for it
156-
* New resources: SPAppStoreSettings
157-
* Fixed bug with SPInstallPrereqs to allow minor version changes to prereqs for SP2016
158-
* Refactored unit tests to consolidate and streamline test approaches
159-
* Updated SPExcelServiceApp resource to add support for trusted file locations and most other properties of the service app
160-
* Added support to SPMetadataServiceApp to allow changing content type hub URL on existing service apps
161-
* Fixed a bug that would cause SPSearchResultSource to throw exceptions when the enterprise search centre URL has not been set
162-
* Updated documentation of SPProductUpdate to reflect the required install order of product updates
129+
* Fixed issue with SPManagedMetaDataServiceApp if ContentTypeHubUrl parameter is
130+
null
131+
* Added minimum PowerShell version to module manifest
132+
* Added testing for valid markdown syntax to unit tests
133+
* Added support for MinRole enhancements added in SP2016 Feature Pack 1
134+
* Fixed bug with search topology that caused issues with names of servers needing
135+
to all be the same case
136+
* Fixed bug in SPInstallLanguagePack where language packs could not be installed
137+
on SharePoint 2016
138+
* Added new resource SPSearchFileType
139+
* Updated SPDatabaseAAG to allow database name patterns
140+
* Fixed a bug were PerformancePoint and Excel Services Service Application
141+
proxies would not be added to the default proxy group when they are
142+
provisioned
143+
* Added an error catch to provide more detail about running SPAppCatalog with
144+
accounts other than the farm account
163145
'
164146

165147
} # End of PSData hashtable

Modules/SharePointDsc/en-us/about_SPAccessServiceApp.help.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.NAME
22
SPAccessServiceApp
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is responsible for creating Access Services Application instances within the local
7-
SharePoint farm. The resource will provision and configure the Access Services Service
8-
Application.
6+
This resource is responsible for creating Access Services Application instances
7+
within the local SharePoint farm. The resource will provision and configure the
8+
Access Services Service Application.
99

1010
.PARAMETER Name
1111
Key - string

Modules/SharePointDsc/en-us/about_SPAlternateUrl.help.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
.NAME
22
SPAlternateUrl
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is used to define an alternate access mapping URL for a specified web application.
7-
These can be assigned to specific zones for each web application. Alternatively a URL can be
8-
removed from a zone to ensure that it will remain empty and have no alternate URL.
6+
This resource is used to define an alternate access mapping URL for a specified
7+
web application. These can be assigned to specific zones for each web
8+
application. Alternatively a URL can be removed from a zone to ensure that it
9+
will remain empty and have no alternate URL.
910

1011
.PARAMETER WebAppUrl
1112
Key - String

Modules/SharePointDsc/en-us/about_SPAntivirusSettings.help.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
.NAME
22
SPAntivirusSettings
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is used to set the global antivirus settings for the local farm. These settings
7-
will be used to control the behavior of an external anti-virus scanning tool that is able to
8-
integrate with SharePoint. Note that this will not scan documents for viruses on it's own, an
9-
external tool still needs to be installed on the servers that integrates with SharePoint.
6+
This resource is used to set the global antivirus settings for the local farm.
7+
These settings will be used to control the behavior of an external anti-virus
8+
scanning tool that is able to integrate with SharePoint. Note that this will
9+
not scan documents for viruses on it's own, an external tool still needs to be
10+
installed on the servers that integrates with SharePoint.
1011

1112
.PARAMETER ScanOnDownload
1213
Key - Boolean

Modules/SharePointDsc/en-us/about_SPAppCatalog.help.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
.NAME
22
SPAppCatalog
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource will ensure that a specific site collection is marked as the app catalog for
7-
the web application that the site is in. The catalog site needs to have been created using
8-
the correct template (APPCATALOG#0).
6+
This resource will ensure that a specific site collection is marked as the app
7+
catalog for the web application that the site is in. The catalog site needs to
8+
have been created using the correct template (APPCATALOG#0).
9+
10+
This resource should be run using the farm account, and not another specific
11+
setup account. Running this with the setup account you have used in your
12+
configuration may relate to access denied errors.
913

1014
.PARAMETER SiteUrl
1115
Key - string

Modules/SharePointDsc/en-us/about_SPAppDomain.help.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.NAME
22
SPAppDomain
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource will set the value for the app domain settings at the farm level. You can set the
7-
domain name and the prefix that is to be used for app URLs.
6+
This resource will set the value for the app domain settings at the farm level.
7+
You can set the domain name and the prefix that is to be used for app URLs.
88

99
.PARAMETER AppDomain
1010
Key - string

Modules/SharePointDsc/en-us/about_SPAppManagementServiceApp.help.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
.NAME
22
SPAppManagementServiceApp
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is used to provision and manage an instance of the App Management Services
7-
Service Application. It will identify an instance of the app management service application
8-
through the application display name. Currently the resource will provision the app if it does
9-
not yet exist, and will change the application pool associated to the app if it does not match
10-
the configuration. Database names or server name will not be changed if the configuration does
11-
not match, these parameters are only used for the initial provisioning of the service application.
6+
This resource is used to provision and manage an instance of the App Management
7+
Services Service Application. It will identify an instance of the app
8+
management service application through the application display name. Currently
9+
the resource will provision the app if it does not yet exist, and will change
10+
the application pool associated to the app if it does not match the
11+
configuration. Database names or server name will not be changed if the
12+
configuration does not match, these parameters are only used for the initial
13+
provisioning of the service application.
1214

1315
.PARAMETER Name
1416
Key - string

Modules/SharePointDsc/en-us/about_SPAppStoreSettings.help.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.NAME
22
SPAppStoreSettings
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource will configure the ability to purchase apps for both SharePoint and Office apps.
6+
This resource will configure the ability to purchase apps for both SharePoint
7+
and Office apps.
78

89
.PARAMETER WebAppUrl
910
Key - string

Modules/SharePointDsc/en-us/about_SPBCSServiceApp.help.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
.NAME
22
SPBCSServiceApp
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is used to provision and manage an instance of the Business Connectivity Services
7-
Service Application. It will identify an instance of the BCS app through the application
8-
display name. Currently the resource will provision the app if it does not yet exist, and will
9-
change the service account associated to the app if it does not match the configuration. Database
10-
names or server name will not be changed if the configuration does not match, these parameters
11-
are only used for the initial provisioning of the service application.
6+
This resource is used to provision and manage an instance of the Business
7+
Connectivity Services Service Application. It will identify an instance
8+
of the BCS app through the application display name. Currently the resource
9+
will provision the app if it does not yet exist, and will change the service
10+
account associated to the app if it does not match the configuration. Database
11+
names or server name will not be changed if the configuration does not match,
12+
these parameters are only used for the initial provisioning of the service
13+
application.
1214

1315
.PARAMETER Name
1416
Key - string

Modules/SharePointDsc/en-us/about_SPBlobCacheSettings.help.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
.NAME
22
SPBlobCacheSettings
33

4-
.DESCRIPTION
4+
# Description
55

6-
This resource is used to configure the Blob Cache settings for a web application.
6+
This resource is used to configure the Blob Cache settings for a web
7+
application.
78

89
Important:
9-
This resource only configures the local server. It changes the web.config file directly
10-
and is NOT using the SPWebConfigModifications class. In order to configure all WFE servers
11-
in the farm, you have to apply this resource to all servers.
10+
This resource only configures the local server. It changes the web.config
11+
file directly and is NOT using the SPWebConfigModifications class. In order
12+
to configure all WFE servers in the farm, you have to apply this resource
13+
to all servers.
1214

1315
Note:
14-
- In order to prevent inconsistancy between different web front end servers, make sure you
15-
configure this setting on all servers equally.
16+
17+
- In order to prevent inconsistancy between different web front end servers,
18+
make sure you configure this setting on all servers equally.
1619
- If the specified folder does not exist, the resource will create the folder.
1720

1821
Best practice:
19-
Specify a directory that is not on the same drive as where either the server operating system
20-
swap files or server log files are stored.
22+
Specify a directory that is not on the same drive as where either the server
23+
operating system swap files or server log files are stored.
2124

2225
.PARAMETER WebAppUrl
2326
Key - string

0 commit comments

Comments
 (0)