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] […]
Author: paris
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 […]
How to delete iManage User
You cannot!You need to rename the user from one to another ( this moves all the documents for that user ) If the Rename process does not work […]
System administrator has set policies to prevent this installation Error
When trying to install some software for a user on a Terminal Server the following error comes up : You will need to change the following Registry […]
How to create NAT rules in a Azure Resource Manager
If you are looking to Migrate a classic VM in Azure to ARM , you will need to change your Endpoint port forwards via a Load BalancerGo to […]
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 […]