forked from dsccommunity/cNtfsAccessControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcNtfsAccessControl.psd1
25 lines (24 loc) · 990 Bytes
/
cNtfsAccessControl.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
<#
Module manifest for the 'cNtfsAccessControl' DSC resource module.
Generated by Serge Nikalaichyk.
#>
@{
ModuleVersion = '1.4.1'
GUID = '8c4ba730-7d8e-4522-8c7e-a1b45108594c'
Author = 'Serge Nikalaichyk'
Copyright = '(c) 2018 Serge Nikalaichyk. All rights reserved.'
Description = 'The cNtfsAccessControl module contains DSC resources for NTFS access control management.'
PowerShellVersion = '4.0'
CLRVersion = '4.0'
FunctionsToExport = '*'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
PrivateData = @{
PSData = @{
Tags = @('AccessControl', 'ACL', 'DesiredStateConfiguration', 'DirectorySecurity', 'DSC', 'FileSecurity', 'FileSystem', 'FileSystemSecurity', 'NTFS', 'PSModule')
LicenseUri = 'https://github.com/SNikalaichyk/cNtfsAccessControl/blob/master/LICENSE'
ProjectUri = 'https://github.com/SNikalaichyk/cNtfsAccessControl'
}
}
}