Use Active Directory Computer LastLogonDate to check for offline or decommissioned computers
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…
Using taint stop pod(s) moving to specific node
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…
Office 365 add additional alias email addresses
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…
What is DevOps? DevOps explained
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…
PowerShell Invoke-WebRequest with TLS 1.2
How do I reset Windows Update using Powershell?
Windows Updates can often consistently fail to install with a number of different errors. The best or only solution to resolve a consistently reoccurring error is to remove the Windows Updates Cache and history. Essentially forcing a resync. Use the…