We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b1d43 + 030f06b commit f0fcd1fCopy full SHA for f0fcd1f
CHANGELOG.md
@@ -136,6 +136,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
136
137
### Contributors
138
139
+- [jgfgoncalves]
140
- Stephen Cox [stephen-cox-nzx]
141
- Marijn Somers [Marijnsomers]
142
- Janne Holm [jhholm]
documentation/Move-PnPFile.md
@@ -57,7 +57,7 @@ Moves a folder named Archive located in the document library named "Shared Docum
57
```powershell
58
$job = Move-PnPFile -SourceUrl "Shared Documents/company.docx" -TargetUrl "SubSite2/Shared Documents" -NoWait
59
$jobStatus = Receive-PnPCopyMoveJobStatus -Job $job
60
-if($jobStatus.JobState == 0)
+if($jobStatus.JobState -eq 0)
61
{
62
Write-Host "Job finished"
63
}
0 commit comments