Skip to content

Commit 521e004

Browse files
Update Move-PnPFile.md (#4559)
Corrected a tiny spelling mistake in an example. $jobStatus = Receive-PnPCopyMoveJobStatus -Job $job Co-authored-by: Gautam Sheth <[email protected]>
1 parent f1ad456 commit 521e004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/Move-PnPFile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Moves a folder named Archive located in the document library named "Shared Docum
5656
### EXAMPLE 5
5757
```powershell
5858
$job = Move-PnPFile -SourceUrl "Shared Documents/company.docx" -TargetUrl "SubSite2/Shared Documents" -NoWait
59-
$jobStatus = Receive-PnPCopyMoveJobStatus -Job $result
59+
$jobStatus = Receive-PnPCopyMoveJobStatus -Job $job
6060
if($jobStatus.JobState == 0)
6161
{
6262
Write-Host "Job finished"
@@ -209,4 +209,4 @@ Accept wildcard characters: False
209209
210210
## RELATED LINKS
211211
212-
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
212+
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 commit comments

Comments
 (0)