If you use Managed Application (usually third-party appliances) you can see this error. This is because usually a third-party vendor is responsible for it and is responsible for actions that you can p…Read more
Month: August 2021
How to find and dump the password for windows service.
During migrations to Cloud from IaaS many times I need to access the SQL or other subsystems using an existing password that is stored in the registry for service. How to do it step by step. Disable …Read more
Always Up Script
PowerShell Always Up Script: $i = 1do{$rn=(Get-Random -Minimum 90 -Maximum 200)Write-Host “wt: $rn”Start-Sleep -Seconds $rn$wsh = New-Object -ComObject WScript.Shell$wsh.SendKeys(‘%{…Read more