forked from dsccommunity/DscWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSDepend.DscResources.psd1
38 lines (36 loc) · 1.34 KB
/
PSDepend.DscResources.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
@{
PSDependOptions = @{
AddToPath = $true
Target = 'DscResources'
DependencyType = 'PSGalleryModule'
Parameters = @{
Repository = 'PSGallery'
}
}
xPSDesiredStateConfiguration = '9.1.0'
ComputerManagementDsc = '8.4.0'
NetworkingDsc = '8.2.0'
JeaDsc = '0.7.2'
XmlContentDsc = '0.0.1'
xWebAdministration = '3.2.0'
SecurityPolicyDsc = '2.10.0.0'
StorageDsc = '5.0.1'
Chocolatey = '0.0.79'
ActiveDirectoryDsc = '6.0.1'
DfsDsc = '4.4.0.0'
WdsDsc = '0.11.0'
xDhcpServer = '3.0.0'
xDscDiagnostics = '2.8.0'
xDnsServer = '2.0.0'
xFailoverCluster = '1.16.0'
GPRegistryPolicyDsc = '1.2.0'
AuditPolicyDsc = '1.4.0.0'
SharePointDSC = '4.5.1'
xExchange = '1.32.0'
SqlServerDsc = '15.1.1'
UpdateServicesDsc = '1.2.1'
xWindowsEventForwarding = '1.0.0.0'
OfficeOnlineServerDsc = '1.5.0'
xBitlocker = '1.4.0.0'
ActiveDirectoryCSDsc = '5.0.0'
}