Skip to content

Commit

Permalink
Merge pull request #3004 from gautamdsheth/feature/remove-common-params
Browse files Browse the repository at this point in the history
Remove common parameters from docs
  • Loading branch information
gautamdsheth authored Apr 11, 2023
2 parents 94c41b9 + a23f07d commit 3f7f399
Show file tree
Hide file tree
Showing 506 changed files with 618 additions and 618 deletions.
2 changes: 1 addition & 1 deletion documentation/Add-PnPAlert.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Adds an alert for a user to a list
Add-PnPAlert [-List] <ListPipeBind> [-Title <String>] [-User <UserPipeBind>]
[-DeliveryMethod <AlertDeliveryChannel>] [-ChangeType <AlertEventType>] [-Frequency <AlertFrequency>]
[-Filter <AlertFilter>] [-Time <DateTime>] [-AlertTemplateName <string>] [-Connection <PnPConnection>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add/uploads an available app to the app catalog

```powershell
Add-PnPApp [-Path] <String> [-Scope <AppCatalogScope>] [-Overwrite] [-Timeout <Int32>] [-Publish [-SkipFeatureDeployment]]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPApplicationCustomizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds a SharePoint Framework client side extension application customizer to a sp
```powershell
Add-PnPApplicationCustomizer [-Title <String>] [-Description <String>] [-Sequence <Int32>]
[-Scope <CustomActionScope>] -ClientSideComponentId <Guid> [-ClientSideComponentProperties <String>]
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPAvailableSiteClassification.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds one or more classic site classification values to the list of possible valu
## SYNTAX

```powershell
Add-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]> [<CommonParameters>]
Add-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]>
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPAzureADGroupMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds members to a particular Azure Active Directory Group. This can be a securit
## SYNTAX

```powershell
Add-PnPAzureADGroupMember -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
Add-PnPAzureADGroupMember -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPAzureADGroupOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds users to the owners of an Azure Active Directory group. This can be a secur
## SYNTAX

```powershell
Add-PnPAzureADGroupOwner -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
Add-PnPAzureADGroupOwner -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPContentType.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a new content type

```powershell
Add-PnPContentType -Name <String> [-ContentTypeId <String>] [-Description <String>] [-Group <String>]
[-ParentContentType <ContentType>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ParentContentType <ContentType>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPContentTypeToDocumentSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a content type to a document set

```powershell
Add-PnPContentTypeToDocumentSet -ContentType <ContentTypePipeBind[]> -DocumentSet <DocumentSetPipeBind>
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPContentTypeToList.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a new content type to a list

```powershell
Add-PnPContentTypeToList -List <ListPipeBind> -ContentType <ContentTypePipeBind> [-DefaultContentType]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPContentTypesFromContentTypeHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds published content types from content type hub site to current site. If the
## SYNTAX

```powershell
Add-PnPContentTypesFromContentTypeHub -ContentTypes List<String> [-Site <SitePipeBind>] [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPContentTypesFromContentTypeHub -ContentTypes List<String> [-Site <SitePipeBind>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions documentation/Add-PnPCustomAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Adds a custom action
Add-PnPCustomAction -Name <String> -Title <String> -Description <String> -Group <String> -Location <String>
[-Sequence <Int32>] [-Url <String>] [-ImageUrl <String>] [-CommandUIExtension <String>]
[-RegistrationId <String>] [-Rights <PermissionKind[]>] [-RegistrationType <UserCustomActionRegistrationType>]
[-Scope <CustomActionScope>] [-Connection <PnPConnection>] [<CommonParameters>]
[-Scope <CustomActionScope>] [-Connection <PnPConnection>]
```

### Client Side Component Id
```powershell
Add-PnPCustomAction -Name <String> -Title <String> -Location <String> [-Sequence <Int32>]
[-RegistrationId <String>] [-RegistrationType <UserCustomActionRegistrationType>] [-Scope <CustomActionScope>]
-ClientSideComponentId <Guid> [-ClientSideComponentProperties <String>]
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPDataRowsToSiteTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds datarows to a list inside a PnP Provisioning Template
```powershell
Add-PnPDataRowsToSiteTemplate [-Path] <String> -List <ListPipeBind> [-Query <String>]
[-Fields <String[]>] [-IncludeSecurity] [[-TemplateProviderExtensions] <ITemplateProviderExtension[]>]
[-TokenizeUrls] [-Connection <PnPConnection>] [<CommonParameters>]
[-TokenizeUrls] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPDocumentSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Creates a new document set in a library.

```powershell
Add-PnPDocumentSet -List <ListPipeBind> -Name <String> -ContentType <ContentTypePipeBind>
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPEventReceiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds a new remote event receiver
```powershell
Add-PnPEventReceiver [-List <ListPipeBind>] [-Scope <EventReceiverScope>] -Name <String> -Url <String> -EventReceiverType <EventReceiverType>
-Synchronization <EventReceiverSynchronization> [-SequenceNumber <Int32>] [-Force]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPField.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add-PnPField [-List <ListPipeBind>] -DisplayName <String> -InternalName <String>
### Add field reference to list
```powershell
Add-PnPField -List <ListPipeBind> -Field <FieldPipeBind> [-Connection <PnPConnection>]
[<CommonParameters>]
```

### Add field to web
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPFieldFromXml.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a field to a list or as a site column based upon a CAML/XML field definitio

```powershell
Add-PnPFieldFromXml [-List <ListPipeBind>] [-FieldXml] <String>
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPFieldToContentType.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds an existing site column to a content type

```powershell
Add-PnPFieldToContentType -Field <FieldPipeBind> -ContentType <ContentTypePipeBind> [-Required] [-Hidden]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
6 changes: 3 additions & 3 deletions documentation/Add-PnPFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ Uploads a file to Web
```powershell
Add-PnPFile -Path <String> -Folder <FolderPipeBind> [-NewFileName <String>] [-Checkout] [-CheckInComment <String>] [-CheckinType <CheckinType>]
[-Approve] [-ApproveComment <String>] [-Publish] [-PublishComment <String>] [-UseWebDav] [-Values <Hashtable>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>]
```

### Upload file from stream
```powershell
Add-PnPFile -Folder <FolderPipeBind> -FileName <String> -Stream <Stream> [-Checkout] [-CheckInComment <String>] [-CheckinType <CheckinType>]
[-Approve] [-ApproveComment <String>] [-Publish] [-PublishComment <String>] [-UseWebDav] [-Values <Hashtable>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>]
```

### Create or update file from text
```powershell
Add-PnPFile -Folder <FolderPipeBind> -FileName <String> -Content <text> [-Checkout] [-CheckInComment <String>] [-CheckinType <CheckinType>]
[-Approve] [-ApproveComment <String>] [-Publish] [-PublishComment <String>] [-UseWebDav] [-Values <Hashtable>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>] [<CommonParameters>]
[-ContentType <ContentTypePipeBind>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions documentation/Add-PnPFileToSiteTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Adds a file to a PnP Provisioning Template package
Add-PnPFileToSiteTemplate [-Path] <String> [-Source] <String> [-Folder] <String>
[[-Container] <String>] [[-FileLevel] <FileLevel>] [-FileOverwrite]
[[-TemplateProviderExtensions] <ITemplateProviderExtension[]>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

### Remove File
```powershell
Add-PnPFileToSiteTemplate [-Path] <String> [-SourceUrl] <String> [[-Container] <String>]
[[-FileLevel] <FileLevel>] [-FileOverwrite] [[-TemplateProviderExtensions] <ITemplateProviderExtension[]>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPFolder.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Creates a folder within a parent folder

```powershell
Add-PnPFolder -Name <String> -Folder <FolderPipeBind> [-Connection <PnPConnection>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions documentation/Add-PnPGroupMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Adds a user to a SharePoint group
### Internal
```powershell
Add-PnPGroupMember -LoginName <String> -Group <GroupPipeBind>
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

### External
```powershell
Add-PnPGroupMember -Group <GroupPipeBind> -EmailAddress <String> [-SendEmail] [-EmailBody <String>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPHtmlPublishingPageLayout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds a HTML based publishing page layout
```powershell
Add-PnPHtmlPublishingPageLayout -SourceFilePath <String> -Title <String> -Description <String>
-AssociatedContentTypeID <String> [-DestinationFolderHierarchy <String>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPHubSiteAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Connects a site to a hubsite.

```powershell
Add-PnPHubSiteAssociation -Site <SitePipeBind> -HubSite <SitePipeBind> [-Connection <PnPConnection>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPIndexedProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Marks the value of the propertybag key specified to be indexed by search.

```powershell
Add-PnPIndexedProperty [-Key] <String> [-List <ListPipeBind>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPJavaScriptBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a link to a JavaScript snippet/block to a web or site collection, valid onl

```powershell
Add-PnPJavaScriptBlock -Name <String> -Script <String> [-Sequence <Int32>] [-Scope <CustomActionScope>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPJavaScriptLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a link to a JavaScript file to a web or sitecollection, valid only for Shar

```powershell
Add-PnPJavaScriptLink -Name <String> -Url <String[]> [-Sequence <Int32>] [-Scope <CustomActionScope>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPListFoldersToSiteTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds folders to a list in a PnP Provisioning Template
```powershell
Add-PnPListFoldersToSiteTemplate [-Path] <String> [-List] <ListPipeBind> [-Recursive]
[-IncludeSecurity] [[-TemplateProviderExtensions] <ITemplateProviderExtension[]>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions documentation/Add-PnPListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Adds an item to the list and sets the creation time to the current date and time

```powershell
Add-PnPListItem [-List] <ListPipeBind> [-ContentType <ContentTypePipeBind>] [-Values <Hashtable>]
[-Folder <String>] [-Label <String>] [-Connection <PnPConnection>] [<CommonParameters>]
[-Folder <String>] [-Label <String>] [-Connection <PnPConnection>]
```

### Batched

```powershell
Add-PnPListItem [-List] <ListPipeBind> -Batch <PnPBatch> [-ContentType <ContentTypePipeBind>] [-Values <Hashtable>]
[-Folder <String>] [-Connection <PnPConnection>] [<CommonParameters>]
[-Folder <String>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
6 changes: 3 additions & 3 deletions documentation/Add-PnPListItemAttachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Adds an attachment to the specified list item in the SharePoint list

### Upload attachment file from path
```powershell
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-Path <String>] [-NewFileName <String>] [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-Path <String>] [-NewFileName <String>] [-Connection <PnPConnection>]
```

### Upload attachment file from stream
```powershell
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-FileName <String>] [-Stream <Stream>] [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-FileName <String>] [-Stream <Stream>] [-Connection <PnPConnection>]
```

### Create attachment file from text
```powershell
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-FileName <String>] [-Content <text>] [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPListItemAttachment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-FileName <String>] [-Content <text>] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPListItemComment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a comment to the specified list item in the SharePoint list

### Single
```powershell
Add-PnPListItemComment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-Text] [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPListItemComment [-List] <ListPipeBind> [-Identity] <ListItemPipeBind> [-Text] [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPMasterPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds a Masterpage
```powershell
Add-PnPMasterPage -SourceFilePath <String> -Title <String> -Description <String>
[-DestinationFolderHierarchy <String>] [-UIVersion <String>] [-DefaultCssFile <String>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPMicrosoft365GroupMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds members to a particular Microsoft 365 Group
## SYNTAX

```powershell
Add-PnPMicrosoft365GroupMember -Identity <Microsoft365GroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
Add-PnPMicrosoft365GroupMember -Identity <Microsoft365GroupPipeBind> -Users <String[]> [-RemoveExisting]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPMicrosoft365GroupOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds users to a Microsoft 365 Group as Owners.
## SYNTAX

```powershell
Add-PnPMicrosoft365GroupOwner -Identity <Microsoft365GroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
Add-PnPMicrosoft365GroupOwner -Identity <Microsoft365GroupPipeBind> -Users <String[]> [-RemoveExisting]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPMicrosoft365GroupToSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Groupifies a classic team site by creating a Microsoft 365 group for it and conn
```powershell
Add-PnPMicrosoft365GroupToSite -Url <String> -Alias <String> -DisplayName <String> [-Description <String>]
[-Classification <String>] [-IsPublic] [-KeepOldHomePage] [-HubSiteId <Guid>] [-Owners <String[]>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPOrgAssetsLibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Adds a given document library as a organizational asset source

```powershell
Add-PnPOrgAssetsLibrary -LibraryUrl <String> [-ThumbnailUrl <String>] [-CdnType <SPOTenantCdnType>] [-OrgAssetType <OrgAssetType>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPOrgNewsSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Adds the site as an organization news source in your tenant
## SYNTAX

```powershell
Add-PnPOrgNewsSite -OrgNewsSiteUrl <SitePipeBind> [-Connection <PnPConnection>] [<CommonParameters>]
Add-PnPOrgNewsSite -OrgNewsSiteUrl <SitePipeBind> [-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion documentation/Add-PnPPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add-PnPPage [-Name] <String> [-LayoutType <PageLayoutType>]
[-PromoteAs <PagePromoteType>] [-ContentType <ContentTypePipeBind>] [-CommentsEnabled] [-Publish]
[-HeaderLayoutType <PageHeaderLayoutType>] [-ScheduledPublishDate <DateTime>]
[-Translate][-TranslationLanguageCodes <Int[][]>]
[-Connection <PnPConnection>] [<CommonParameters>]
[-Connection <PnPConnection>]
```

## DESCRIPTION
Expand Down
Loading

0 comments on commit 3f7f399

Please sign in to comment.