Skip to content

Commit 5fb0c18

Browse files
authored
improvement
1 parent b11b404 commit 5fb0c18

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

whiteboard/docs-conceptual/overview.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@ To install and use the Microsoft Whiteboard cmdlets:
1111

1212
1. Open the start menu and search for Windows PowerShell
1313
2. Right-click on Windows PowerShell and choose Run As Administrator
14-
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
15-
16-
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:
17-
18-
```powershell
19-
Set-ExecutionPolicy RemoteSigned
20-
```
21-
22-
Note: For more information on Execution_Policies, go to <https://go.microsoft.com/fwlink/p/?LinkID=135170>.
23-
24-
Copy and Paste the following command to install using PowerShellGet:
14+
3. Type or copy this command into the window and press the Enter key:
2515

2616
```powershell
2717
Install-Module -Name WhiteboardAdmin
@@ -41,6 +31,15 @@ Are you sure you want to install the modules from 'PSGallery'?
4131

4232
Answer **Yes** or **Yes to All** to continue with the installation.
4333

34+
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:
35+
36+
```powershell
37+
Set-ExecutionPolicy RemoteSigned
38+
```
39+
40+
Note: For more information on Execution_Policies, go to <https://go.microsoft.com/fwlink/p/?LinkID=135170>.
41+
42+
4443
## User IDs
4544

4645
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>.

0 commit comments

Comments
 (0)