We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Version 2.2.0 of PnP Powershell module Powershell v 7.3.0
Connect-PnPOnline -Url [my-sponline-tenant] -Interactive The connecting user is site collection administrator, but an external guest user.
Connect-PnPOnline -Url [my-sponline-tenant] -Interactive
Get-PnPSiteTemplate -Handlers SearchSettings -IncludeSearchConfiguration -Out output-search-handler.xml
Contents of searchconfig.json
{ "$schema": "https://aka.ms/sppnp-extract-configuration-schema", "handlers": [ "SearchSettings" ], "searchSettings": { "include": true } }
Get-PnPSiteTemplate -Configuration C:\path\searchconfig.json -Out output-search-config.xml
I expect the contents of output-search-handler.xml and output-search-config.xml to be identical.
The text was updated successfully, but these errors were encountered:
This issue should be moved to pnp/powershell, the error seems to be in GetSiteTemplate:
GetSiteTemplate
https://github.com/pnp/powershell/blob/d774dca91902fd34c660157c9b3e150e0e5ad950/src/Commands/Provisioning/Site/GetSiteTemplate.cs#L223
Sorry, something went wrong.
This issue can be closed when pnp/powershell#3741 is made available.
Successfully merging a pull request may close this issue.
Issue
Using Version 2.2.0 of PnP Powershell module
Powershell v 7.3.0
Preparation
Connect-PnPOnline -Url [my-sponline-tenant] -Interactive
The connecting user is site collection administrator, but an external guest user.
Expected behavior
Get-PnPSiteTemplate -Handlers SearchSettings -IncludeSearchConfiguration -Out output-search-handler.xml
Contents of searchconfig.json
Get-PnPSiteTemplate -Configuration C:\path\searchconfig.json -Out output-search-config.xml
I expect the contents of output-search-handler.xml and output-search-config.xml to be identical.
Actual behavior
The text was updated successfully, but these errors were encountered: