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 […]
Category: Research
Research Undertaken
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 […]
AZcopy : Copy status: Failed; Description: 412 ConditionNotMet “Copy failed when reading the source.”.
I was trying to copy an Azure VM Hard Drive from a classic storage account to a new storage account , however after shutting down the VM […]
Avaya Voice Mail Pro and Microsoft Office 365 Settings
Make sure your Avaya phone system has been setup with a routeable DNS Server per http://pariswells.com/blog/random/avaya-ip-office-default-gatewayCreate a user in 365 with a License On the IP Office under the SMTP Tab […]
Citrix XTE Service
Identified that the CITRIX XTE SERVER service terminated unexpectedly.Solution/workaroundRenamed the httpd.conf file in this directory C:\Program Files (x86)\Citrix\XTE\confCopied the httpd.conf file from a working serverRestarted the Citrix […]