Posts

Showing posts with the label VBS

Fixed: VMware Horizon UAG "Unrecognized Request Detected" Warning

Fixed: VMware Horizon UAG "Unrecognized Request Detected" Warning Horizon UAG: Solving the 'Unrecognized Request Detected' Mystery Published: May 5, 2026 | Category: VDI Infrastructure & Security Overview of the Symptom In a VMware Horizon environment, administrators often encounter a yellow warning on the Unified Access Gateway (UAG) stating: "Unrecognized request detected." Curiously, the Connection Server remains healthy (Green), and the event often vanishes from the Horizon Console after a few minutes. 1. Root Cause Analysis This alert is a result of the UAG’s built-in security filtering. It triggers when the UAG receives traffic that does not conform to the expected Horizon protocol or HTTP standards. External Bot Scanning: As an edge device, the UAG is frequently hit by automated scanners (e....

Removing Network Drives with Specific IP Using VBScript (Run as Administrator)

 Removing Network Drives with Specific IP Using VBScript (Run as Administrator) This blog post explains how to create a VBScript that removes network drives containing a specific IP address, and how to run it with administrator privileges. Introduction Sometimes, you may need to disconnect network drives that are no longer accessible or connected to a specific server. This VBScript automates the process of finding and removing such drives based on their IP address. VBScript Code Option Explicit ' Function to check if the script is running with administrator privileges Function IsAdmin()     Dim objShell, strUser, strDomain     Set objShell = CreateObject("WScript.Shell")     strUser = objShell.ExpandEnvironmentStrings("%USERNAME%")     strDomain = objShell.ExpandEnvironmentStrings("%USERDOMAIN%")     IsAdmin = (strUser <> "" And strDomain <> "")     Set objShell = Nothing End Function ' Request administrator pr...

Popular posts from this blog

Troubleshooting VMware Horizon Client vdpConnect_Failure Issue

VMware Horizon Agent “Protocol Error” — Fixed by Windows Firewall Configuration

VMware / Omnissa Horizon Agent Unreachable – Causes and Fixes (Complete Troubleshooting Guide)