ConvertTo-Hashtable.psd1

@{
# Script module or binary module file associated with this manifest.
RootModule = 'ConvertTo-Hashtable.psm1'
# Version number of this module.
ModuleVersion = '0.1'
# ID used to uniquely identify this module
GUID = '74a695fd-e587-4f7b-ba00-598ec42f0ddb'
# Author of this module
Author = 'Kevin Attard Compagno'
# Company or vendor of this module
CompanyName = 'Invicti'
# Copyright statement for this module
Copyright = '(c) Kevin Attard Compagno. All rights reserved.'
# Description of the functionality provided by this module
Description = '
ConvertTo-Hashtable converts a PSCustomObject into a hashtable
 
Usage: ConvertTo-Hashtable [-InputObject] <object>
'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.0'
}