Fixed caps

This commit is contained in:
William Lam
2018-09-20 05:04:18 -07:00
parent a1c3c01f05
commit 8402e69993

View File

@@ -688,7 +688,7 @@ Function New-NSXTGroup {
}
}
Function Remove-NSXTGROUP {
Function Remove-NSXTGroup {
<#
.NOTES
===========================================================================
@@ -704,7 +704,7 @@ Function Remove-NSXTGROUP {
.DESCRIPTION
This cmdlet removes an NSX-T Group
.EXAMPLE
Remove-NSXTGROUP -Id Foo -GatewayType MGW -Troubleshoot
Remove-NSXTGroup -Id Foo -GatewayType MGW -Troubleshoot
#>
Param (
[Parameter(Mandatory=$True)]$Id,