forked from PowerShell/WmiNamespaceSecurityDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWmiNamespaceSecurity.psd1
More file actions
30 lines (20 loc) · 848 Bytes
/
Copy pathWmiNamespaceSecurity.psd1
File metadata and controls
30 lines (20 loc) · 848 Bytes
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
@{
# Script module or binary module file associated with this manifest.
RootModule = 'WmiNamespaceSecurity.psm1'
# Version number of this module.
ModuleVersion = '0.3.0'
# ID used to uniquely identify this module
GUID = 'f41512fb-2661-4741-83bd-683b11013557'
# Author of this module
Author = 'Steve Lee'
# Company or vendor of this module
CompanyName = 'Microsoft Corporation'
# Copyright statement for this module
Copyright = '(c) 2015 Microsoft Corporation. All rights reserved.'
# Description of the functionality provided by this module
Description = 'DSC resource provider and cmdlets for managing WMI namespace security'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
# Required for DSC to detect PS class-based resources.
DscResourcesToExport = @('WMINamespaceSecurity')
}