Skip to content

Commit 2673930

Browse files
authored
Merge pull request MicrosoftDocs#1503 from tbrosman/whiteboard-desc-fix
Fix for page layout of Whiteboard Admin documentation
2 parents fdb85d7 + d3b0ae4 commit 2673930

File tree

5 files changed

+27
-34
lines changed

5 files changed

+27
-34
lines changed

whiteboard/docs-conceptual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Microsoft Whiteboard cmdlet reference
1+
# Microsoft Whiteboard PowerShell
22

33
Welcome to the Microsoft Whiteboard PowerShell cmdlet help references. The Microsoft Whiteboard cmdlets provide the command line interface for service administration and management.
44

whiteboard/docs-conceptual/intro.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
#My overview
1+
# Overview
22

3-
This is an overview page
3+
## Installing
4+
5+
To install and use the Microsoft Whiteboard cmdlets:
6+
7+
1. Open the start menu and search for Windows PowerShell
8+
2. Right-click on Windows PowerShell and choose Run As Administrator
9+
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
10+
11+
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key: Set-ExecutionPolicy RemoteSigned
12+
13+
Note: For more information on Execution_Policies, go to https://go.microsoft.com/fwlink/?LinkID=135170
14+
15+
## User IDs
16+
17+
Cmdlets taking user IDs use the ID from Azure Active Directory. To get a user ID, you can use the Microsoft Graph Explorer. For more information, go to https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get
18+
19+
## Common Cmdlets
20+
21+
* [Get-Whiteboard](../whiteboard-ps/whiteboard/Get-Whiteboard.md)
22+
* [Set-WhiteboardOwner](../whiteboard-ps/whiteboard/Set-WhiteboardOwner.md)
23+
* [Invoke-TransferAllWhiteboard](../whiteboard-ps/whiteboard/Invoke-TransferAllWhiteboards.md)

whiteboard/docs-conceptual/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- name: Overview
1+
- name: Home
22
href: index.md
33
items:
4-
- name: Introduction
5-
href: intro.md
4+
- name: Overview
5+
href: overview.md

whiteboard/whiteboard-ps/whiteboard/whiteboard.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,7 @@ Locale: en-US
99

1010
## Description
1111

12-
The following cmdlet references are for Microsoft Whiteboard.
13-
14-
## Overview
15-
16-
To install and use the Microsoft Whiteboard cmdlets:
17-
18-
Open the start menu and search for Windows PowerShell
19-
20-
Right-click on Windows PowerShell and choose Run As Administrator
21-
22-
Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
23-
24-
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key: Set-ExecutionPolicy RemoteSigned
25-
26-
Note: For more information on Execution_Policies, go to https:/go.microsoft.com/fwlink/?LinkID=135170
27-
28-
## User IDs
29-
30-
Cmdlets taking user IDs use the ID from Azure Active Directory. To get a user ID, you can use the Microsoft Graph Explorer. For more information, go to https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get
31-
32-
## Cmdlets
12+
The following cmdlet references are for Microsoft Whiteboard. See [Overview](overview.md) for details on installing the module.
3313

3414
### [Get-Whiteboard](Get-Whiteboard.md)
3515

0 commit comments

Comments
 (0)