getting the best deals
Getting the best details can and should be a way of life for all of use. You need to get the best deals to save money and get the best products. Not just the ones marketeers want you to buy!!!…
Getting the best details can and should be a way of life for all of use. You need to get the best deals to save money and get the best products. Not just the ones marketeers want you to buy!!!…
MS SQL analysis of number of connections by LoginName and hostname
My own kubernetes cheat sheet for everyday admin tasks
Managing IIS logs using programmatically using PowerShell script
Resolve Server 2022 Windows Update 0x800f0831 with CBS_E_STORE_CORRUPTION in CBS.log
Overtime its understandable how you could end up with many Active Directory computers accounts that are no longer valid. Normally these are for computers or servers that have been decommissioned or replaced due to failure. Its good practice to remove…
If you need to stop a pod or pods deploying or moving to a specific node in Kubernetes then the taint function is what you need. Adding a key with a NoSchedule value will ensure that no pod will be…
Having multiple email addresses and the corresponding separate logins can be a pain logically, having to login and logout all the time to seem emails for different accounts. Office 365 Outlook has the perfect solution to this, you can add…
Firstly there are a number of definitions and views on what’s DevOps is so its best to take some time to read around the subject and form your own understanding. Simplistically DevOps is a compound of development (Dev) and operations…
The PowerShell function Invoke-WebRequest can be used to specifically invoke TLS 1.2 when writing a PowerShell script for example checking that a site is up for example or getting a response from an API.