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
This may or may not be a bug, but I've tried everything I can think of to make it work.
I'm trying to run New-PnPSiteFileVersionExpirationReportJob as an SP Admin. I have Site Owner permission to the site I'm trying to run it on.
New-PnPSiteFileVersionExpirationReportJob
I'm using Connect-PnPOnline to connect to the site, which is successful.
Connect-PnPOnline
When I run the cmdlet, I get the following error:
I've also tried New-PnPLibraryFileVersionExpirationReportJob and get the same error.
New-PnPLibraryFileVersionExpirationReportJob
I've tried making only a single connection to the site in question (no -ReturnConnection)
-ReturnConnection
My question is what permissions I need to run this cmdlet.
I expect the ReportJob to be submitted.
See error above.
See screenshot above.
2.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This may or may not be a bug, but I've tried everything I can think of to make it work.
I'm trying to run
New-PnPSiteFileVersionExpirationReportJob
as an SP Admin. I have Site Owner permission to the site I'm trying to run it on.I'm using
Connect-PnPOnline
to connect to the site, which is successful.When I run the cmdlet, I get the following error:
I've also tried
New-PnPLibraryFileVersionExpirationReportJob
and get the same error.I've tried making only a single connection to the site in question (no
-ReturnConnection
)My question is what permissions I need to run this cmdlet.
Expected behavior
I expect the ReportJob to be submitted.
Actual behavior
See error above.
Steps to reproduce behavior
See screenshot above.
What is the version of the Cmdlet module you are running?
2.12
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: