Make sure you paste the Public key in the format per below ( per guide here Create and use an SSH key pair for Linux VMs in […]
Error: String BEGIN is not base64 encoded – Azure SFTP
Added SSH Public Key to the SSH keys in Azure in Format below—- BEGIN SSH2 PUBLIC KEY —-Comment: “rsa-key-20221011”xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx—- END SSH2 PUBLIC KEY —-Trying to add an […]
Bloomberg – BQNT \ BQuant not installing
Per this article, we had to change Bloomberg to use Current User Registry Directory Hive for it to work in Terminal server EnviromentsWell this process breaks BQNT […]
Bloomberg – An Error Occurred while running Bloomberg Office Tools
Per this article we changed Windows UPD to Not Roam Temp to fix Webview errorNext issue when Opening Spread Sheet builder Try resetting Webview back to BasicPlease open […]
Hidden Greyed out – Remove Hidden and System Property from Folder
Open CMD as Administratorattrib -H -S C:\Data\This would remove the Hidden and System attribute from the Folder Data
Nimble Firmware Update failure- 0.99 of 7.0: Update failed. Array reverts to old OS.
Nimble failed to update ( 0.99 of 7.0: Update failed. Array reverts to old OS. ) ————————————————–I reviewed the update logs and precheck and the error triggered that […]
Find user whos running Task scheduler
Scripts/Check_RunAsAccount.ps1 at master · TheSleepyAdmin/Scripts · GitHub
Public Folder Powershelling Exchange Online
#Find is the PF is mail enabledGet-PublicFolder -Identity “\Public Folder\Folder” -recurse -ResultSize Unlimited | ? { $_.MailEnabled } #Remove mail enabledSet-PublicFolder “\Public Folder\Folder” -MailEnabled:$false -confirm:$False#Delete the Public Folder […]
How to search for Services on a network started by a user
Local PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service |Where {$_.startname -like ‘*admin*’}”Remote PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service […]
Citrix Netscaler – ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Don’t get lost down this rabbit hole : https://support.citrix.com/article/CTX207466/error-errsslversionorciphermismatch-when-connecting-to-netscaler-gateway-using-chrome To disable TLS 1.0 and TLS 1.1 on NSIP by using the GUINavigate to Traffic Management > Load Balancing > […]