-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathReverseDSC.psd1
More file actions
56 lines (49 loc) · 1.96 KB
/
Copy pathReverseDSC.psd1
File metadata and controls
56 lines (49 loc) · 1.96 KB
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
#
# Module manifest for module 'ReverseDSC'
#
# Generated by: Team Microsoft365DSC
#
# Generated on: 2026/04/04
#
@{
ModuleVersion = '2.0.0.34'
GUID = '6c1176a0-4fac-4134-8ca2-3fa8a21a7b90'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '(c) 2015-2026 Microsoft Corporation. All rights reserved.'
Description = 'This DSC module is used to extract the DSC Configuration of existing environments.'
PowerShellVersion = '5.1'
NestedModules = @("ReverseDSC.Core.psm1")
CmdletsToExport = @()
FunctionsToExport = @(
"Clear-ConfigurationDataContent",
"Clear-ReverseDSCUserNames",
"Get-DSCParamType",
"Get-DSCBlock",
"Get-DSCFakeParameters",
"Get-DSCDependsOnBlock",
"Get-Credentials",
"Resolve-Credentials",
"Save-Credentials",
"Test-Credentials",
"Convert-DSCStringParamToVariable",
"Get-ConfigurationDataContent",
"New-ConfigurationDataDocument",
"Add-ConfigurationDataEntry",
"Get-ConfigurationDataEntry",
"Add-ReverseDSCUserName"
)
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource', 'ReverseDSC')
# A URL to the license for this module.
LicenseUri = 'https://github.com/Microsoft365DSC/ReverseDSC/blob/master/LICENSE'
# A URL to the main website for this project.
ProjectUri = 'https://github.com/Microsoft365DSC/ReverseDSC'
# A URL to an icon representing this module.
IconUri = 'https://github.com/Microsoft365DSC/ReverseDSC/blob/master/Images/DSCModuleIcon.png?raw=true'
ReleaseNotes = '* Fixed an issue with handling null values in array parameters'
} # End of PSData hashtable
} # End of PrivateData hashtable
}