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.
1 parent f0cb3d6 commit 3dff6c2Copy full SHA for 3dff6c2
sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPNavigationNode.md
@@ -37,7 +37,7 @@ Removes the navigation node with the specified id
37
38
### ------------------EXAMPLE 2------------------
39
```powershell
40
-$nodes = Get-PnPNavigationNode -QuickLaunch
+$nodes = Get-PnPNavigationNode -Location QuickLaunch
41
PS:>$nodes | Select-Object -First 1 | Remove-PnPNavigationNode -Force
42
```
43
@@ -128,4 +128,4 @@ Accept pipeline input: False
128
129
## RELATED LINKS
130
131
-[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
+[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
0 commit comments