ACGCore.psd1

@{
RootModule = 'ACGCore.psm1'
ModuleVersion = '0.3.22.2104302325'
GUID = 'a23a3868-3ab6-43a7-b6ef-b61979b55582'
Author = 'Joakim Olsson <joakim.olsson@adicitus.cloud>'
CompanyName = 'Cornerstone AB'
Copyright = '(c) 2021 Joakim Olsson <joakim.olsson@adicitus.cloud>. All rights reserved.'
Description = 'Set of core tools used in projects Cornerstone (Formerly ACGroup).'
PowerShellVersion = '3.0'
RequiredModules = @(@{ModuleName = 'shoutout'; GUID = '3f16ec91-ba22-47a9-8099-25807e68e88b'; ModuleVersion = '1.0.1'; })
FunctionsToExport = 'Parse-ConfigFile', 'RegexPatterns', 'Render-Template', 'Run-Operation', 
               'Test-Condition', 'Wait-Condition', 'Write-ConfigFile', 
               'Unlock-SecureString', 'Reset-Module', 'New-RandomString', 
               'Load-Credential', 'New-PSCredential', 'Save-Credential', 
               'ActiveRearm-VM', 'Build-JobInventory', 'Change-DriveLetter', 
               'Create-Shortcut', 'Enable-RDP', 'Execute-File', 'Get-Features', 
               'Get-UNCPath', 'Install-Chocolatey', 'Install-Feature', 'Pin-App', 
               'Rebase-VHDFiles', 'Set-VMVHDAccessRights', 'Add-LogonOp', 
               'Query-RegValue', 'Remove-LogonOp', 'Set-ProcessPrivilege', 
               'Set-RegValue', 'Steal-RegKey', 'Create-ArchivesVHD', 'Create-HiveVHD', 
               'Create-PodVHD', 'Find-VolumePath', 'Install-HiveDisk', 
               'Unpack-ArchiveDisk', 'Unpack-RARFile', 'Unpack-ZipFile', 
               'ConvertTo-UnicodeEscapedString', 
               'ConvertFrom-UnicodeEscapedString'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
PrivateData = @{
    PSData = @{
    } 
} 
}