GroupPolicyHelper.psd1


#
# Module Manifest for Module 'GroupPolicyHelper.psd1
#
# This manifest file is a PowerShell hashtable with all technical requirements for this module
# This module was autogenerated by ISESteroids (http://www.isesteroids.com)
#
# Generated: 2018-12-09
#

@{

# Module Loader File
RootModule = 'loader.psm1'

# Version Number
ModuleVersion = '1.0'

# Unique Module ID
GUID = '8415b034-51b8-46f4-9ba8-863e96c78c2e'

# Module Author
Author = 'Holger'

# Company
CompanyName = 'Holger'

# Copyright
Copyright = '(c) 2018 Holger. All rights reserved.'

# Module Description
Description = 'Functions that ease your daily Group Policy Work'

# Minimum PowerShell Version Required
PowerShellVersion = ''

# Name of Required PowerShell Host
PowerShellHostName = ''

# Minimum Host Version Required
PowerShellHostVersion = ''

# Minimum .NET Framework-Version
DotNetFrameworkVersion = ''

# Minimum CLR (Common Language Runtime) Version
CLRVersion = ''

# Processor Architecture Required (X86, Amd64, IA64)
ProcessorArchitecture = ''

# Required Modules (will load before this module loads)
RequiredModules = @()

# Required Assemblies
RequiredAssemblies = @()

# PowerShell Scripts (.ps1) that need to be executed before this module loads
ScriptsToProcess = @()

# Type files (.ps1xml) that need to be loaded when this module loads
TypesToProcess = @()

# Format files (.ps1xml) that need to be loaded when this module loads
FormatsToProcess = @()

#
NestedModules = @()

# List of exportable functions
FunctionsToExport = 'Add-GphGpoDefaultPermissions,ConvertFrom-GphGpVersion,Enable-GphAGPMEncryptedMail,Enable-GphGlobalStore,Enable-GphLocalStore,Get-GphDfslog,Get-GphEmptyGPO,Get-GphEmptyGPOReport,Get-GphGpDebugLog,Get-GphGpExtensions,Get-GphGpHistory,Get-GphGpProcessLog,Get-GphGppTraceLog,Get-GphPrefRunOnceKey,Get-GphTaskSchedulerLog,Get-GphUnlinkedGPOs,Get-GPOBackupInfoFromXml,Get-OsVersion,Import-GphGpFromBackup,Remove-GphPrefRunOnceKey,Set-GphGpDebugLogging,Show-GphGPO,Test-GphDfsReplicationMode,Update-GphSchemaCache'

# List of exportable cmdlets
CmdletsToExport = ''

# List of exportable variables
VariablesToExport = ''

# List of exportable aliases
AliasesToExport = 'Get-GPPermissions,Set-GPPermissions'

# List of all modules contained in this module
ModuleList = @()

# List of all files contained in this module
FileList = @()

# Private data that needs to be passed to this module
PrivateData = ''

}