GPODoc.psd1

# Module manifest for module 'GPODoc'
# Generated by: David Stein
# Generated on: 1/3/2018

@{
RootModule = '.\GPODoc.psm1'
ModuleVersion = '1.2.0'
# CompatiblePSEditions = @()
GUID = '27690ec1-cbd1-4542-99e4-5db14a65b979'
Author = 'David Stein'
CompanyName = 'Skatterbrainz'
Copyright = '(c)2017-2022 David Stein'
Description = 'Group Policy Comment Extraction and Reporting'
PowerShellVersion = '3.0'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
# RequiredModules = @()
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = @(
    'Get-GPOComment',
    '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')
        # 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 = ''
}