Skip to content

Commit b1e38f8

Browse files
committed
Update overview.md
Added description: metadata per build report.
1 parent 7bbe20c commit b1e38f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

whiteboard/docs-conceptual/overview.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Whiteboard Overview
3+
description: "Whiteboard PowerShell overview."
34
---
45

56
# Overview
@@ -12,9 +13,13 @@ To install and use the Microsoft Whiteboard cmdlets:
1213
2. Right-click on Windows PowerShell and choose Run As Administrator
1314
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
1415

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:
1617

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

1924
## User IDs
2025

0 commit comments

Comments
 (0)