You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPFolder.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Get-PnPFolder -Url <String>
19
19
```
20
20
21
21
## DESCRIPTION
22
-
Retrieves a folder if it exists. Use Ensure-PnPFolder to create the folder if it does not exist.
22
+
Retrieves a folder if it exists. Use Resolve-PnPFolder to create the folder if it does not exist. (Note: The old Ensure-PnPFolder cmdlet has been deprecated)
23
23
24
24
## EXAMPLES
25
25
@@ -94,4 +94,4 @@ Accept pipeline input: False
94
94
95
95
## RELATED LINKS
96
96
97
-
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)[Ensure-PnPFolder](https://github.com/OfficeDev/PnP-PowerShell/blob/master/Documentation/EnsureSPOFolder.md)
97
+
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)[Ensure-PnPFolder](https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/resolve-pnpfolder)
0 commit comments