Skip to content

Commit

Permalink
Fixing syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Mar 25, 2024
1 parent 1ea005c commit 2735980
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions documentation/Copy-PnPFolder.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,17 @@ title: Copy-PnPFolder
## SYNOPSIS
Copies a folder or file to a different location within SharePoint Online or allows uploading of an entire local folder with optionally subfolders to SharePoint Online.

### Copy files within Microsoft 365

## SYNTAX

### Copy files within Microsoft 365

```powershell
Copy-PnPFolder -SourceUrl <String> -TargetUrl <String> [-Overwrite] [-Force] [-IgnoreVersionHistory] [-NoWait] [-Connection <PnPConnection>] [-Verbose]
```

### Copy files from local to Microsoft 365

## SYNTAX

```powershell
Copy-PnPFolder -LocalPath <String> -TargetUrl <String> [-Overwrite] [-Recurse] [-RemoveAfterCopy] [-Connection <PnPConnection>] [-Verbose]
Expand Down

0 comments on commit 2735980

Please sign in to comment.