You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,45 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
7
8
-
## [3.8.1904.0] - unreleased
8
+
## [3.10.1906.0 - June 2019 Release]
9
+
10
+
### Added
11
+
12
+
### Changed
13
+
14
+
### Deprecated
15
+
16
+
### Contributors
17
+
18
+
## [3.9.1905.0 - May 2019 Release]
19
+
20
+
### Added
21
+
22
+
- Added Template as a possible PromoteAs value for a Add-PnPClientSidePage and Set-PnPClientSidePage
23
+
- Added -HeaderLayout and -HeaderEmphasis parameters to Set-PnPWeb
24
+
- Support to specify lcid for Export-PnPTaxonomy for a particular termset
25
+
- Added support in the Navigation cmdlets to manage the site footer on modern sites.
26
+
- Added Invoke-PnPSPRestMethod cmdlet to execute REST requests towards a SharePoint site.
27
+
- Added Enable-PnPCommSite cmdlet to convert the root site collection of a tenant into a communication site.
28
+
29
+
### Changed
30
+
31
+
- Updated documentation
32
+
- ConvertTo-PnPClientSidePage: modernize the first page in case there's multiple pages matching the provided pattern (parameters identity, folder and library)
33
+
- ConvertTo-PnPClientSidePage: added parameter `-PublishingTargetPageName` parameter that allows one to override the name of the target publishing page. This is needed for some pages like default.aspx
34
+
- ConvertTo-PnPClientSidePage: added parameter `-SkipUrlRewrite` to prevent URL rewriting in cross site transformation scenarios
35
+
- Export-PnPClientSidePageMapping: added parameter `-PublishingPage` to scope the page layout analysis to the page layout of the provided file
36
+
- Export-PnPClientSidePageMapping: added parameter `-AnalyzeOOBPageLayouts` to allow analysis of OOB page layouts. By default OOB page layouts will be skipped
37
+
- Fix to allow setting list property bag values on NoScript sites
38
+
39
+
### Deprecated
40
+
- Removed support for the Template Gallery as the gallery itself is not online anymore.
Remarks=@"This will convert the root site collection to become a communication site",
21
+
SortOrder=2)]
22
+
publicclassEnableCommSite:PnPAdminCmdlet
23
+
{
24
+
[Parameter(Mandatory=false,HelpMessage=@"Specifies the full URL of the new site collection. It must be in a valid managed path in the company's site. For example, for company contoso, valid managed paths are https://contoso.sharepoint.com/sites and https://contoso.sharepoint.com/teams.")]
Remarks=@"This will create a new Communications Site collection with the title 'Contoso' and the url 'https://tenant.sharepoint.com/sites/contoso'. Allows owners to invite users outside of the organization.",
Remarks=@"This will create a new Communications Site collection with the title 'Contoso' and the url 'https://tenant.sharepoint.com/sites/contoso' and sets the default language to Italian.",
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Title",Mandatory=true,HelpMessage=@"Specifies the title of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONBUILTINDESIGN)]
54
54
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Title",Mandatory=true,HelpMessage=@"Specifies the title of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONCUSTOMDESIGN)]
55
-
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Url",Mandatory=true,HelpMessage=@"Specifies the full url of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONBUILTINDESIGN)]
56
-
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Url",Mandatory=true,HelpMessage=@"Specifies the full url of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONCUSTOMDESIGN)]
55
+
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Url",Mandatory=true,HelpMessage=@"Specifies the full url of the new site collection, this parameter only applies to Communications Sites",ParameterSetName=ParameterSet_COMMUNICATIONBUILTINDESIGN)]
56
+
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Url",Mandatory=true,HelpMessage=@"Specifies the full url of the new site collection, this parameter only applies to Communications Sites",ParameterSetName=ParameterSet_COMMUNICATIONCUSTOMDESIGN)]
57
57
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Description",Mandatory=false,HelpMessage=@"Specifies the description of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONBUILTINDESIGN)]
58
58
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Description",Mandatory=false,HelpMessage=@"Specifies the description of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONCUSTOMDESIGN)]
59
59
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Classification",Mandatory=false,HelpMessage=@"Specifies the classification of the new site collection",ParameterSetName=ParameterSet_COMMUNICATIONBUILTINDESIGN)]
[CmdletAdditionalParameter(ParameterType=typeof(uint),ParameterName="Lcid",Mandatory=false,HelpMessage=@"Specifies the language of the new site collection. Defaults to the current language of the web connected to.",ParameterSetName=ParameterSet_COMMUNICATIONCUSTOMDESIGN)]
67
67
[CmdletAdditionalParameter(ParameterType=typeof(uint),ParameterName="Lcid",Mandatory=false,HelpMessage=@"Specifies the language of the new site collection. Defaults to the current language of the web connected to.",ParameterSetName=ParameterSet_TEAM)]
68
68
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Title",Mandatory=true,HelpMessage=@"Specifies the title of the new site collection",ParameterSetName=ParameterSet_TEAM)]
69
-
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Alias",Mandatory=true,HelpMessage=@"Specifies the alias of the new site collection which represents the part of the URL that will be assigned to the site behind 'https://tenant.sharepoint.com/sites/' or 'https://tenant.sharepoint.com/teams/' based on the managed path configuration in the SharePoint Online Admin portal",ParameterSetName=ParameterSet_TEAM)]
69
+
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Alias",Mandatory=true,HelpMessage=@"Specifies the alias of the new site collection which represents the part of the URL that will be assigned to the site behind 'https://tenant.sharepoint.com/sites/' or 'https://tenant.sharepoint.com/teams/' based on the managed path configuration in the SharePoint Online Admin portal, this parameter only applies to Modern Team Sites",ParameterSetName=ParameterSet_TEAM)]
70
70
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Description",Mandatory=false,HelpMessage=@"Specifies the description of the new site collection",ParameterSetName=ParameterSet_TEAM)]
71
71
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="Classification",Mandatory=false,HelpMessage=@"Specifies the classification of the new site collection",ParameterSetName=ParameterSet_TEAM)]
72
72
[CmdletAdditionalParameter(ParameterType=typeof(string),ParameterName="IsPublic",Mandatory=false,HelpMessage=@"Specifies if new site collection is public. Defaults to false.",ParameterSetName=ParameterSet_TEAM)]
@@ -227,4 +227,4 @@ public class TeamSiteParameters
Copy file name to clipboardExpand all lines: Commands/Base/GetHealthScore.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
namespaceSharePointPnP.PowerShell.Commands.Base
7
7
{
8
8
[Cmdlet(VerbsCommon.Get,"PnPHealthScore")]
9
-
[CmdletHelp("Retrieves the healthscore",
10
-
"Retrieves the current health score value of the serverwhich is a value between 0 and 10. Lower is better.",
9
+
[CmdletHelp("Retrieves the healthscore value.",
10
+
"Retrieves the current X-SharePointHealthScore value of the server, or CPU, on which your SharePoint instance runs. X-SharePointHealthScore is a value between 0 and 10, where 0 indicates the server is idle and 10 indicates the server is very busy. For more information visit https://docs.microsoft.com/office365/enterprise/diagnosing-performance-issues-with-sharepoint-online and https://docs.microsoft.com/openspecs/sharepoint_protocols/ms-wsshp/c60ddeb6-4113-4a73-9e97-26b5c3907d33.",
11
11
Category=CmdletHelpCategory.Base,
12
12
OutputType=typeof(int),
13
13
OutputTypeDescription="Returns a int value representing the current health score value of the server.")]
0 commit comments