HVTools.psd1
@{ RootModule = 'HVTools.psm1' PowerShellVersion = '5.1' ScriptsToProcess = @('.\HVClass.ps1') ModuleVersion = '1.0.18' GUID = 'ad307539-278c-425b-bd7a-51152ea8f5ef' Author = 'Leif Almberg' CompanyName = 'AB Lindex' Copyright = '(c) 2025 Leif Almberg. Free to use.' Description = 'AB Lindex Powershell Hyper-V Module' FileList = @('HVParam.xml') FunctionsToExport = 'New-HVMachine', 'Set-HVMachineBootDevice', 'Get-HVMachineInfo', 'Remove-HVMachine', 'Get-HVUnassignedDiskDrive', 'Find-HVServers' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @("HyperV","Hyper-V","virtualization") } } } |