Skip to content

Commit b11b404

Browse files
authored
Adding installation instructions
1 parent 1d272dd commit b11b404

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

whiteboard/docs-conceptual/overview.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ Set-ExecutionPolicy RemoteSigned
2121

2222
Note: For more information on Execution_Policies, go to <https://go.microsoft.com/fwlink/p/?LinkID=135170>.
2323

24+
Copy and Paste the following command to install using PowerShellGet:
25+
26+
```powershell
27+
Install-Module -Name WhiteboardAdmin
28+
```
29+
30+
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:
31+
32+
```console
33+
Untrusted repository
34+
35+
You are installing the modules from an untrusted repository. If you trust this repository, change
36+
its InstallationPolicy value by running the `Set-PSRepository` cmdlet.
37+
38+
Are you sure you want to install the modules from 'PSGallery'?
39+
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
40+
```
41+
42+
Answer **Yes** or **Yes to All** to continue with the installation.
43+
2444
## User IDs
2545

2646
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)