Skip to content

Commit 02fbbbe

Browse files
authored
Merge pull request MicrosoftDocs#7431 from get-itips/patch-330
Adding installation instructions
2 parents 5183898 + ad652ba commit 02fbbbe

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

whiteboard/docs-conceptual/overview.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,25 @@ 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
14+
3. Type or copy this command into the window and press the Enter key:
15+
16+
```powershell
17+
Install-Module -Name WhiteboardAdmin
18+
```
19+
20+
By default, the PowerShell Gallery (PSGallery) isn't configured as a trusted repository for **PowerShellGet**. The first time you use the PSGallery, you'll see the following message:
21+
22+
```console
23+
Untrusted repository
24+
25+
You are installing the modules from an untrusted repository. If you trust this repository, change
26+
its InstallationPolicy value by running the `Set-PSRepository` cmdlet.
27+
28+
Are you sure you want to install the modules from 'PSGallery'?
29+
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
30+
```
31+
32+
Answer **Yes** or **Yes to All** to continue with the installation.
1533

1634
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:
1735

0 commit comments

Comments
 (0)