We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc70c commit 6d118a2Copy full SHA for 6d118a2
1 file changed
Snippets/Install Multiple Modules at Once.ps1
@@ -0,0 +1,24 @@
1
+$PSRepository = 'PSGallery'
2
+
3
+$RequiredResource = @{
4
5
+ 'platyPS' = @{
6
+ Repository = $PSRepository
7
+ }
8
+ 'Pester' = @{
9
10
11
+ 'Microsoft.Graph.Users' = @{
12
13
14
+ 'Microsoft.Graph.Authentication' = @{
15
16
+ Version = '2.25.0'
17
18
+ 'Az.Accounts' = @{
19
+ Repository = 'MAR'
20
21
22
+}
23
24
+Install-PSResource -RequiredResource $RequiredResource
0 commit comments