We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ef4b0 + d6b02fb commit 4b2113dCopy full SHA for 4b2113d
1 file changed
Modules/VMware.VMC.NSXT/VMware.VMC.NSXT.psm1
@@ -90,6 +90,7 @@ Function Get-NSXTSegment {
90
}
91
92
try {
93
+ Write-Host "Retrieving NSX-T Segments ..."
94
if($PSVersionTable.PSEdition -eq "Core") {
95
$requests = Invoke-WebRequest -Uri $segmentsURL -Method $method -Headers $global:nsxtProxyConnection.headers -SkipCertificateCheck
96
} else {
0 commit comments