How to Whitelist IP address in Windows Servers Step 1: Log into RDP (remote desktop). Step 2: Go to Start. Step 3: Select Administrative Tools. Step 4: Click...
How to Enable Multiple Remote Desktop Connections Step 1: Log into you server through remote desktop. Step 2: Configure the Group Policy Setting i) Press the windows...
How to Use Notepad++ Wildcard Function Step 1: Open Notepad++ Step 2: Select Search on the top bar, and then select Find… (for single files) or...
How to create a filter that targets Server OSs only 1. Follow steps 1-4 for creating a filter that targets 64-bit OSs only (above). Enter the following query: select *...
How to create a filter that targets a specific make/model computer only 1. Follow steps 1-4 in the previous section. Enter the following query: select * Win32_ComputerSystem where Manufacturer = “Hewlett-Packard” and...