-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrianary.psd1
More file actions
22 lines (22 loc) · 1.08 KB
/
Copy pathbrianary.psd1
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@{ # usage: Install-PSResource -TrustRepository -RequiredResourceFile ./brianary.psd1
CertAdmin = @{ repository = 'PSGallery' }
PowerShellForGitHub = @{ repository = 'PSGallery' }
Codesmithy = @{ repository = 'PSGallery' }
dbatools = @{ repository = 'PSGallery' }
Databaseline = @{ repository = 'PSGallery' }
Detextive = @{ repository = 'PSGallery' }
HtmlToMarkdown = @{ repository = 'PSGallery' }
JSONLab = @{ repository = 'PSGallery' }
ModernConveniences = @{ repository = 'PSGallery' }
Networkhorse = @{ repository = 'PSGallery' }
Pretendpoint = @{ repository = 'PSGallery' }
'Microsoft.PowerShell.SecretManagement' = @{ repository = 'PSGallery' }
'Microsoft.PowerShell.SecretStore' = @{ repository = 'PSGallery' }
Secrecy = @{ repository = 'PSGallery' }
SelectHtml = @{ repository = 'PSGallery' }
SelectXmlExtensions = @{ repository = 'PSGallery' }
SeqLogger = @{ repository = 'PSGallery' }
StainedGlass = @{ repository = 'PSGallery' }
Unicodery = @{ repository = 'PSGallery' }
XMLLab = @{ repository = 'PSGallery' }
}