PSUnlock-OfficeProtection.psd1

@{
    # Script module or binary module file associated with this manifest
    RootModule = 'PSUnlock-OfficeProtection.psm1'
    # Version number of this module.
    ModuleVersion = '0.9.0'
    # ID used to uniquely identify this module
    GUID = '256247b3-ee93-4e60-aae8-f053f8fe1a7b'
    # Author of this module
    Author = 'Andrew Way'
    # Company or vendor of this module
    CompanyName = 'Living Choice Australia Pty Ltd'
    # Description of the functionality provided by this module
    Description = 'PowerShell module for Office Protection unlock operations.'
    # Minimum version of the Windows PowerShell engine required
    PowerShellVersion = '5.1'
    # Functions to export from this module
    FunctionsToExport = '*'
    # Cmdlets to export from this module
    CmdletsToExport = '*'
    # Variables to export from this module
    VariablesToExport = '*'
    # Aliases to export from this module
    AliasesToExport = '*'
}