Skip to content

Commit 19ba016

Browse files
authored
Merge pull request MicrosoftDocs#2489 from MicrosoftDocs/master
Merging latest changes to live
2 parents 80f44a0 + ff91878 commit 19ba016

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Remove-PnPNavigationNode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Removes the navigation node with the specified id
3737

3838
### ------------------EXAMPLE 2------------------
3939
```powershell
40-
$nodes = Get-PnPNavigationNode -QuickLaunch
40+
$nodes = Get-PnPNavigationNode -Location QuickLaunch
4141
PS:>$nodes | Select-Object -First 1 | Remove-PnPNavigationNode -Force
4242
```
4343

@@ -128,4 +128,4 @@ Accept pipeline input: False
128128
129129
## RELATED LINKS
130130
131-
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
131+
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)

teams/teams-ps/teams/Set-TeamPicture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Accept wildcard characters: False
5151
```
5252
5353
### -ImagePath
54-
File path and image (*.png,*.gif, *.jpg, or *.jpeg)
54+
File path and image (*.png, *.gif, *.jpg, or *.jpeg)
5555
5656
```yaml
5757
Type: String

tools/office-cmdlet-updater/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
- https://www.microsoft.com/en-us/download/details.aspx?id=39366
1414
- execute into console `winrm quickconfig`
1515
- Microsoft Teams:
16+
- https://www.powershellgallery.com/packages/MicrosoftTeams
1617
- SharePoint Online:
1718
- https://www.microsoft.com/en-us/download/details.aspx?id=35588
18-
- Exchange Online:
19+
- Exchange Online cmdlets could be imported using [this guide](https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell)
1920
- Whiteboard:
21+
- https://www.powershellgallery.com/packages/WhiteboardAdmin
2022
- StaffHub:
21-
- Office Online Server:
23+
- https://www.powershellgallery.com/packages/MicrosoftStaffHub
24+
- Office Online Server cmdlets are not distributed separately
2225
- SharePoint Migration Tool (SPMT):
26+
- https://docs.microsoft.com/en-us/powershell/module/spmt
2327
7. Run the app, type `npm start` and press Enter.
2428

2529
## Notes

0 commit comments

Comments
 (0)