DellWarrantyServiceTag.psd1

# Module manifest for module 'DellWarrantyServiceTag'
#
# Generated by: Simon Willemen
#
# Generated on: 19/11/2019

@{
    ModuleToProcess   = 'DellWarrantyServiceTag.psm1'
    ModuleVersion     = '0.2'
    GUID              = '709e107b-eeb6-4224-959e-1bde2ae7f557'
    Author            = 'Simon Willemen'
    CompanyName       = 'PoA'
    Copyright         = '(c) 2019 Simon Willemen. All rights reserved.'
    Description       = 'Windows PowerShell Module to read ServiceTag information from Dell techdirect API.'
    FunctionsToExport = @(
        'Get-DellWarrantyServiceTag'
    )
    VariablesToExport = '*'
    AliasesToExport   = @()
    FileList          = @('DellWarrantyServiceTag.psm1')
    PrivateData       = @{
        PSData = @{
        } 
    } 
}