OSDCloud.Michael.psd1

@{
    Author               = 'David Segura, Michael Escamilla'
    CompanyName          = 'MichaelTheAdmin.com'
    CompatiblePSEditions = @('Desktop')
    Copyright            = '(c) 2025 @ MichaelTheAdmin.com. All rights reserved.'
    Description          = 'The OSDCloud Engine - The Michael Edition'
    GUID                 = '8d48f010-3ac1-4496-b289-af14d12e6beb'
    ModuleVersion        = '25.5.12.0'
    PowerShellVersion    = '5.1'
    RootModule           = 'OSDCloud.Michael.psm1'
    FunctionsToExport    = @(
        'Get-OSDCloud'
    )
    PrivateData          = @{
        PSData = @{
            ProjectUri = 'https://github.com/MichaelEscamilla/OSDCloud.Michael'
            LicenseUri = 'https://github.com/MichaelEscamilla/OSDCloud.Michael/blob/main/LICENSE'
            Tags       = @('OSDeploy', 'OSD', 'OSDWorkspace', 'OSDCloud', 'OSDCloud.Michael')
        }
    }
}