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: whiteboard/docs-conceptual/overview.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,13 @@
4
4
5
5
To install and use the Microsoft Whiteboard cmdlets:
6
6
7
-
Open the start menu and search for Windows PowerShell
8
-
9
-
Right-click on Windows PowerShell and choose Run As Administrator
10
-
11
-
Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
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
12
10
13
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
14
12
15
-
Note: For more information on Execution_Policies, go to https:/go.microsoft.com/fwlink/?LinkID=135170
13
+
Note: For more information on Execution_Policies, go to https://go.microsoft.com/fwlink/?LinkID=135170
0 commit comments