You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xBitlocker.psd1
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='1.0.1.1'
15
+
ModuleVersion='1.1.0.0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID='dc4f3fd0-4e1d-4916-84f8-d0bb89d52507'
@@ -83,8 +83,29 @@ AliasesToExport = '*'
83
83
# List of all files packaged with this module
84
84
# FileList = @()
85
85
86
-
# Private data to pass to the module specified in RootModule/ModuleToProcess
87
-
# PrivateData = ''
86
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
87
+
PrivateData=@{
88
+
89
+
PSData=@{
90
+
91
+
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments