Replies: 3 comments 1 reply
-
What am I missing here, is it working for you? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can this be reopened again @veronicageek |
Beta Was this translation helpful? Give feedback.
0 replies
-
@4iJacob - Please open a new issue in the repo filling the template. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI All,
Following this issue which should be fixed I must be doing something wrong: link
Cmdlet "Move-PnPFile -IgnoreVersionHistory" is not working as expected.
Expected behavior
When using "Move-PnPFile -IgnoreVersionHistory" i expect to see in the target site only the last version for the file moved.
Actual behavior
When using "Move-PnPFile -IgnoreVersionHistory" it moves all version history for one file.
Steps to reproduce behavior
$job = Move-PnPFile -SourceUrl $SourceFileURL -TargetUrl $TargetFileURL -IgnoreVersionHistory -AllowSchemaMismatch -NoWait
What is the version of the Cmdlet module you are running?
Using PnP.PowerShell 2.1.1 and PowerShell 7.3.4
Beta Was this translation helpful? Give feedback.
All reactions