MDTDatabase.psd1

@{
RootModule = 'MDTDatabase.psm1'
ModuleVersion = '1.0.2'
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-MDTLocationPackage', 'Clear-MDTMakeModelAdministrator', 
               'Clear-MDTMakeModelApplication', 'Clear-MDTMakeModelPackage', 
               'Clear-MDTMakeModelRole', 'Clear-MDTRoleAdministrator', 
               'Clear-MDTRoleApplication', 'Clear-MDTRolePackage', 
               'Clear-MDTRoleRole', 'Connect-MDTDatabase', 'Get-MDTComputer', 
               'Get-MDTComputerAdministrator', 'Get-MDTComputerApplication', 
               'Get-MDTComputerPackage', 'Get-MDTComputerRole', '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', 
               'Get-MDTRoleApplication', 'Get-MDTRolePackage', 'Get-MDTRoleRole', 
               'New-MDTComputer', 'New-MDTLocation', 'New-MDTMakeModel', 
               'New-MDTPackageMapping', 'New-MDTRole', 'Remove-MDTComputer', 
               'Remove-MDTLocation', 'Remove-MDTMakeModel', 
               'Remove-MDTPackageMapping', 'Remove-MDTRole', 'Set-MDTComputer', 
               'Set-MDTComputerAdministrator', 'Set-MDTComputerApplication', 
               'Set-MDTComputerIdentity', 'Set-MDTComputerPackage', 
               'Set-MDTComputerRole', 'Set-MDTLocation', 
               'Set-MDTLocationAdministrator', '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'
    } 
} 
}