Installing N-able on a windows machine is as simple as running an MSI with the customer ID and creates an activation key for you On a Mac you […]
Category: Research
Research Undertaken
New Domain Controller does not have SysVol or Netlogon Share
To Recreate SysVol ShareClick Start, click Run, type regedit, and then click OK.Locate the following subkey in Registry Editor:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\ParametersIn the details pane, right-click the SysvolReady flag, and then click Modify.In the Value data box, type […]
How to allow sound Playback through RDP on server 2012 Terminal Server
Start the Windows Service : Windows Audo and make sure its set to AutomaticEnable the following group policy on the machine Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote […]
Citrix Reciever : socket error 10060 citrix
When few users were trying to connect to a Citrix netscaler internally they were getting an errorsocket error 10060If you use the ICA file to check what server […]
Script to Delete all Empty Folders
for /f “delims=” %d in (‘dir /s /b /ad ^| sort /r’) do rd “%d” (if used inside a batch file, replace %d with %%d)
Server 2012 loading screen stuck on “Please Wait”
Recently we have a Virtual Machine that was stuck on booting on Please WaitWe had to boot the server into Safemode by holding down the f8 key […]
Philips speech exec “license deleted on the server”
Go to Settings then License and check where the user is getting a license fromMake sure you can ping that Server and login to the server to […]
Error: “SSL Error 61: You have not chosen to trust ‘Certificate Authority’…” on Receiver for Mac
Use : https://whatsmychaincert.com/ to check your chain is correct :or Download and Run the “Digicert Certificate Utility: and go to Tools , then Check InstallEnter the URL link and […]
Unable to find SRA files. You must install SRA before adding or modifying an array manager.
Error: Unable to find SRA files. You must install SRA before adding or modifying an array manager.Troubleshooting steps:1.Took RDP to both the SRM servers.2. Reset the [email protected] […]
Powershell to Create a VM from an copied VHD
If you are using Windows 10 or have Powershell 5 installed runInstall-Module AzureRMOnce installed, use the following to log into Azure in an interactive fashion: Login-AzureRmAccountEdit these lines […]