Recently I was trying to validate a Zoho account and kept getting backPlease enter valid mobile number After it was a valid number. Turns out when you create […]
Category: Random
Random Posts
Windows 10 netsh commands for not working network
Fix from a elevated Command prompt: · Type netsh winsock reset and then Enter.· Type netsh int ip reset and then Enter.· Type ipconfig /release and then Enter.· Type ipconfig /renew and then Enter.· Type ipconfig /flushdns and then Enter.
hyper v merge in progress then failed when trying to start virtual machine
Check the volume has enough free space, if a previous merge (deletion of checkpoint ) has failed this might be whyNavigate to the cluster share and check […]
Citrix server 2012 freezing on Welcome storefront
Rebooting the Storefront servers fixed thisRegenerating the Security Keys needed to be doneAlso assigning new SSL Keys
User IIS Logs to find Load per app pool
Shout out to Bennis at Bayswater Electrical for this!Logpaser is seriously good tool to filter through the mess of IIS logs!https://www.microsoft.com/en-au/download/details.aspx?id=24659Grab all your ISS log files for […]
How to update Renew Cert on a Nginx machine with DigiCert
Find the current cert locationsudo vi /etc/nginx/nginx.confLook for linesssl_certificate /etc/pki/nginx/cert.pem;Go to Digicert and download .pem with All certsUse WINSCP to copy this to /etc/pki/nginx/and change the config to […]
Nutanix N-able Service Template
[pastacode lang=”markdown” user=”pariswells” repos=”public-code” path_id=”Nutanix%20Cluster.xml” revision=”” highlight=”” lines=”” provider=”github”/] [pastacode lang=”markdown” user=”pariswells” repos=”public-code” path_id=”Nutanix Console.xml” revision=”” highlight=”” lines=”” provider=”github”/] [pastacode lang=”markdown” user=”pariswells” repos=”public-code” path_id=”Nutanix Controller.xml” revision=”” highlight=”” lines=”” provider=”github”/] [pastacode […]
Mimecast Impersonation Protection not working
Recently a email came in from a third party which wasn’t blocked by the Impersonation ProtectionAdministration > Gateway > Policies > Impersonation Protection Definitions Default Impersonation Protection for Mimecast Similar Internal Domain […]
Office 365 Archive Mailbox Missing Inbox and Sent Items
Recently when a user tried to look at his Online Archive in Webmail the folder was missing. In Outlook 2016 ( NOT Outlook 2013 as this doesn’t […]
Powershell to Install Desktop Experience on Server OS in Powershell
[pastacode lang=”markup” user=”pariswells” repos=”public-code” path_id=”InstallDesktopExperience.ps1″ revision=”” highlight=”” lines=”” provider=”github”/]
How to Update\Add\Renew Citrix Netscaler SSL Cert
Open Netscaler and generate RSA KeyCreate a new RSA key Create a new CSR Request File Name is name.csrKey FileName is the RSA key you just generatedDigest Method : […]