MDTDatabase.psd1

@{
RootModule = 'MDTDatabase.psm1'
ModuleVersion = '1.0.1'
GUID = 'c4c84338-35b0-491e-809a-7aded27a44c5'
Author = 'Joakim Olsson <joakim.olsson@adicitus.cloud>'
CompanyName = 'N/A'
Copyright = 'Original code (c) Michael Niehaus, with adaptations by Vaughn Miller and Joakim Olsson. '
Description = 'Module to work with Microsoft Deployment Toolkit Databases.'
FunctionsToExport = 'Clear-MDTComputerAdministrator', 'Clear-MDTComputerApplication', 
               'Clear-MDTComputerPackage', 'Clear-MDTComputerRole', 
               'Clear-MDTLocationAdministrator', 'Clear-MDTLocationApplication', 
               'Clear-MDTMakeModelAdministrator', 'Clear-MDTMakeModelPackage', 
               'Clear-MDTMakeModelRole', 'Clear-MDTRoleAdministrator', 
               'Clear-MDTRoleApplication', 'Clear-MDTRolePackage', 
               'Clear-MDTRoleRole', 'Connect-MDTDatabase', 
               'Get-MDTComputerAdministrator', 'Get-MDTComputerApplication', 
               'Get-MDTComputerPackage', 'Get-MDTLocation', 
               'Get-MDTLocationAdministrator', 'Get-MDTLocationApplication', 
               'Get-MDTLocationPackage', 'Get-MDTLocationRole', 'Get-MDTMakeModel', 
               'Get-MDTMakeModelAdministrator', 'Get-MDTMakeModelApplication', 
               'Get-MDTMakeModelPackage', 'Get-MDTMakeModelRole', 
               'Get-MDTPackageMapping', 'Get-MDTRole', 'Get-MDTRoleAdministrator', 
               'Set-MDTLocationApplication', 'Set-MDTLocationPackage', 
               'Set-MDTLocationRole', 'Set-MDTMakeModel', 
               'Set-MDTMakeModelAdministrator', 'Set-MDTMakeModelApplication', 
               'Set-MDTMakeModelPackage', 'Set-MDTMakeModelRole', 
               'Set-MDTPackageMapping', 'Set-MDTRole', 'Set-MDTRoleAdministrator', 
               'Set-MDTRoleApplication', 'Set-MDTRolePackage', 'Set-MDTRoleRole'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
PrivateData = @{
    PSData = @{
        ProjectUri = 'https://github.com/Adicitus/ps-mdtdb-module'
    } 
} 
}