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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: Whiteboard Overview
3
+
description: "Whiteboard PowerShell overview."
3
4
---
4
5
5
6
# Overview
@@ -12,9 +13,13 @@ To install and use the Microsoft Whiteboard cmdlets:
12
13
2. Right-click on Windows PowerShell and choose Run As Administrator
13
14
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
14
15
15
-
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
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:
16
17
17
-
Note: For more information on Execution_Policies, go to <https://go.microsoft.com/fwlink/p/?LinkID=135170>
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>.
0 commit comments