for /f “delims=” %d in (‘dir /s /b /ad ^| sort /r’) do rd “%d” (if used inside a batch file, replace %d with %%d)
Author: paris
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] […]
Microsoft Excel Cannot Access the File : ( Sharepoint 365 )
Recently a user of 365 Sharepoint could not open a file via Excel from Internet Explorer Sharepoint Site. The error below came upMicrosoft Excel cannot access the […]
Debugging and Slowness with Php
Install : Xdebug Can be done by install then entering the following : /etc/php/7.1/fpm/php.ini:zend_extension = /usr/lib/php/20160303/xdebug.so xdebug.profiler_enable = 0 xdebug.profiler_output_name = cachegrind.out.%t xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = /tmp xdebug.profiler_enable_trigger_value = […]
Windows Update KB4056890 stops RDS session shadowing functionality
Updates to an Windows RDS farm with the latest updates to catch ‘Meltdown’ (KB4056890). It looks as if it’s broken the RDS session shadowing functionality.Searching around and […]
This certificate cannot be verified up to a trusted certification authority
Recently we had to renew the Root CA Certificate on a domain controller ( SBS ) due to it expiring. We then renewed our Webserver Certificates around […]