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: NtObjectManager/NtObjectManager.psd1
+20-49Lines changed: 20 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
RootModule='NtObjectManager.psm1'
19
19
20
20
# Version number of this module.
21
-
ModuleVersion='1.1.7'
21
+
ModuleVersion='1.1.8'
22
22
23
23
# Supported PSEditions
24
24
# CompatiblePSEditions = @()
@@ -33,54 +33,30 @@ Author = 'James Forshaw'
33
33
CompanyName='Google Inc.'
34
34
35
35
# Copyright statement for this module
36
-
Copyright='(c) 2016, 2017 Google Inc. All rights reserved.'
36
+
Copyright='(c) 2016, 2017, 2018 Google Inc. All rights reserved.'
37
37
38
38
# Description of the functionality provided by this module
39
39
Description='This module adds a provider and cmdlets to access the NT object manager namespace.'
40
40
41
41
# Minimum version of the Windows PowerShell engine required by this module
42
42
PowerShellVersion='3.0'
43
43
44
-
# Name of the Windows PowerShell host required by this module
45
-
# PowerShellHostName = ''
46
-
47
-
# Minimum version of the Windows PowerShell host required by this module
48
-
# PowerShellHostVersion = ''
49
-
50
44
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
51
45
DotNetFrameworkVersion='4.5'
52
46
53
47
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
54
48
CLRVersion='4.0'
55
49
56
-
# Processor architecture (None, X86, Amd64) required by this module
57
-
# ProcessorArchitecture = ''
58
-
59
-
# Modules that must be imported into the global environment prior to importing this module
60
-
# RequiredModules = @()
61
-
62
-
# Assemblies that must be loaded prior to importing this module
63
-
# RequiredAssemblies = @()
64
-
65
-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
66
-
# ScriptsToProcess = @()
67
-
68
-
# Type files (.ps1xml) to be loaded when importing this module
69
-
# TypesToProcess = @()
70
-
71
50
# Format files (.ps1xml) to be loaded when importing this module
72
51
FormatsToProcess='Formatters.ps1xml'
73
52
74
-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
75
-
# NestedModules = @()
76
-
77
53
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
106
79
AliasesToExport=@()
107
80
108
-
# DSC resources to export from this module
109
-
# DscResourcesToExport = @()
110
-
111
-
# List of all modules packaged with this module
112
-
# ModuleList = @()
113
-
114
-
# List of all files packaged with this module
115
-
# FileList = @()
116
-
117
81
# 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.
0 commit comments