-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGPODoc.psd1
55 lines (54 loc) · 3.08 KB
/
GPODoc.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
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
# Module manifest for module 'GPODoc'
# Generated by: David Stein
# Generated on: 1/3/2018
# Last Update: 3/21/2023
@{
RootModule = '.\GPODoc.psm1'
ModuleVersion = '1.3.0'
# CompatiblePSEditions = @()
GUID = '27690ec1-cbd1-4542-99e4-5db14a65b979'
Author = 'David Stein'
CompanyName = 'Skatterbrainz'
Copyright = '(c)2017-2023 David Stein'
Description = 'Group Policy Comment Extraction and Reporting'
PowerShellVersion = '5.1'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
RequiredModules = @(
"ActiveDirectory","GroupPolicy"
)
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = @(
'Get-GPOComment',
'Get-GPOLinks',
'Export-GPOComments'
)
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
FileList = @(
'.\assets\default.css',
'.\Docs\Export-GPOComments.md',
'.\Docs\Get-GPOComment.md'
)
PrivateData = @{
PSData = @{
Tags = @('gpodoc','gpo','grouppolicy','comment','document','reporting','skatterbrainz','links','ad','activedirectory','directory')
# LicenseUri = ''
ProjectUri = 'https://github.com/Skatterbrainz/GPODoc'
IconUri = 'https://user-images.githubusercontent.com/11505001/32978363-dd0029d0-cc0e-11e7-9391-280771617425.png'
ReleaseNotes = ''
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}