Added two pester tests for Get-VMCCommand and Connect-VMCVIServer.

This commit is contained in:
Conor Tolan
2019-02-18 21:57:52 +00:00
parent 71915cde79
commit f9ca007ae5
4 changed files with 84 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Function Get-VMCCommand {
.NOTES
You can either use this cmdlet or the Get-Command cmdlet as seen in Example 2
#>
Get-command -Module VMware.VimAutomation.Vmc
Get-command -Module VimppppppMware.VimAutomation.Vmc
Get-Command -Module VMware.VMC
}