UMN-Virt.psd1


@{
    RootModule = 'UMN-Virt.psm1'
    ModuleVersion = '0.0.3'
    PowerShellVersion = '7.0'
    RequiredModules = @('VMware.VimAutomation.Core')
    CompatiblePSEditions = @('Core')
    FunctionsToExport = @('Get-VMByIP', 'Get-VMByMac','Remove-StuckSnapshot', 'Set-ClusterSSH', 'Get-ActiveMigrations', 'Get-VGPUVM ', 'Get-RunningSSH', 'Stop-AllSSH', 'Get-AllSnapshotsInfo', 'Get-AllSnapshots', 'Get-AssetInfo', 'Get-ClusterCores', 'Get-DeletedVMEvents', 'Get-OldHardwareVM')
    CmdletsToExport = @()
    AliasesToExport = @()
    Description = 'Useful virt functions for UMN'
    Author = 'Justin Keppers'
    Guid = '6c58c6cf-dd92-492a-8088-3a0618dc6001'
}