We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ad456 commit 521e004Copy full SHA for 521e004
documentation/Move-PnPFile.md
@@ -56,7 +56,7 @@ Moves a folder named Archive located in the document library named "Shared Docum
56
### EXAMPLE 5
57
```powershell
58
$job = Move-PnPFile -SourceUrl "Shared Documents/company.docx" -TargetUrl "SubSite2/Shared Documents" -NoWait
59
-$jobStatus = Receive-PnPCopyMoveJobStatus -Job $result
+$jobStatus = Receive-PnPCopyMoveJobStatus -Job $job
60
if($jobStatus.JobState == 0)
61
{
62
Write-Host "Job finished"
@@ -209,4 +209,4 @@ Accept wildcard characters: False
209
210
## RELATED LINKS
211
212
-[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
+[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
0 commit comments