Symantec Endpoint Protection Manager Console Download |top| -

$request = [System.Net.WebRequest]::Create($sepmUrl) $request.Method = "HEAD" $request.Timeout = 5000

try { Write-Host "Checking SEPM Console at $sepmUrl ..." -ForegroundColor Cyan symantec endpoint protection manager console download

# SEPM Console Availability Checker param( [string]$SEPMServer = "localhost", [int]$Port = 8443 ) $sepmUrl = "https://${SEPMServer}:${Port}/sepm" $request = [System

$response = $request.GetResponse()