pf-WinRegistry.psd1

@{
RootModule = 'pf-WinRegistry.psm1'
ModuleVersion = '1.0.0.112'
GUID = 'c310fed9-6b63-4277-bdd0-48a6cffd40b4'
Author = 'John.Leyva'
CompanyName = 'Unknown'
Copyright = '(c) John.Leyva. All rights reserved.'
Description = 'pf-WinRegistry'
FunctionsToExport = 'Get-RegistryKey', 'Get-RegistryKeyTable', 'Update-RegistryKey', 
               'Update-RegistryKey_Scope'
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
PrivateData = @{

    PSData = @{

    }

}

}