diff --git a/documentation/Invoke-PnPSiteTemplate.md b/documentation/Invoke-PnPSiteTemplate.md index fff70625d..3b75d29a0 100644 --- a/documentation/Invoke-PnPSiteTemplate.md +++ b/documentation/Invoke-PnPSiteTemplate.md @@ -115,10 +115,10 @@ This will create two new ExtensibilityHandler objects that are run while provisi ### EXAMPLE 9 ```powershell -Invoke-PnPSiteTemplate -Path .\ -InputInstance $template +Invoke-PnPSiteTemplate -InputInstance $template ``` -Applies a site template from an in-memory instance of a SiteTemplate type of the PnP Core Component, reading the supporting files, if any, from the current (.\) path. The syntax can be used together with any other supported parameters. +Applies a site template from an in-memory instance of a SiteTemplate type of the PnP Core Component. ### EXAMPLE 10 ```powershell diff --git a/documentation/Remove-PnPTenantDeletedSite.md b/documentation/Remove-PnPTenantDeletedSite.md index 5a504f2b5..5d20681d5 100644 --- a/documentation/Remove-PnPTenantDeletedSite.md +++ b/documentation/Remove-PnPTenantDeletedSite.md @@ -20,7 +20,7 @@ Removes a site collection from the Tenant recycle bin. ## SYNTAX ```powershell -Remove-PnPTenantDeletedSite [-Url] [-Force] [-NoWait] [-Connection ] [-Verbose] +Remove-PnPTenantDeletedSite [-Identity] [-Force] [-NoWait] [-Connection ] [-Verbose] ``` ## DESCRIPTION @@ -50,6 +50,7 @@ Specifies the full URL of the site collection that needs to be deleted. ```yaml Type: String Parameter Sets: (All) +Aliases: Url Required: True Position: 0