-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathRequiredModules.psd1
69 lines (66 loc) · 2.63 KB
/
RequiredModules.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@{
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
Repository = 'PSGallery'
AllowPreRelease = $true
}
}
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = 'latest'
Plaster = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
Datum = 'latest'
'Datum.ProtectedData' = 'latest'
DscBuildHelpers = 'latest'
'DscResource.Test' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.AnalyzerRules' = 'latest'
'DscResource.DocGenerator' = 'latest'
#DSC Resources
xPSDesiredStateConfiguration = '9.1.0'
ComputerManagementDsc = '8.5.0'
NetworkingDsc = '9.0.0'
JeaDsc = '0.7.2'
XmlContentDsc = '0.0.1'
WebAdministrationDsc = '4.1.0'
SecurityPolicyDsc = '2.10.0.0'
StorageDsc = '5.0.1'
Chocolatey = '0.0.79'
ActiveDirectoryDsc = '6.2.0'
DFSDsc = '5.0.1'
WdsDsc = '0.11.0'
xDhcpServer = '3.1.0'
xDscDiagnostics = '2.8.0'
DnsServerDsc = '3.0.0'
FailoverClusterDsc = '2.1.0'
GPRegistryPolicyDsc = '1.2.0'
AuditPolicyDsc = '1.4.0.0'
SharePointDSC = '4.8.0'
xExchange = '1.33.0'
SqlServerDsc = '16.5.0'
UpdateServicesDsc = '1.2.1'
xWindowsEventForwarding = '1.0.0.0'
OfficeOnlineServerDsc = '1.5.0'
xBitlocker = '1.4.0.0'
ActiveDirectoryCSDsc = '5.0.0'
HyperVDsc = '4.0.0-preview0005'
DSCR_PowerPlan = '1.3.0'
FileSystemDsc = '1.1.1'
PackageManagement = '1.4.8.1'
PowerShellGet = '2.2.5'
ConfigMgrCBDsc = '3.0.0'
MmaDsc = '1.3.0'
CertificateDsc = '6.0.0-preview0001'
xRobocopy = '2.0.0.0'
VSTSAgent = '2.0.14'
FileContentDsc = '1.3.0.151'
xRemoteDesktopSessionHost = '3.0.0-preview0001'
cScom = '1.0.4'
AzureConnectedMachineDsc = '1.4.0'
}