To enable MPIO in a Server Core edition of Windows Server, run the following command at an elevated command prompt, this will install the Windows Multi-Pathing Feature. (more…)
Update Ubuntu
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoclean && apt-get autoremove
Admins: How to add photos on behalf of users
If you're a Microsoft 365 admin, you can use the Exchange admin center or Windows PowerShell to add photos on behalf of users. Use the Exchange admin center Go to the…
apt-get update error
When getting the error like this: Ign:1 http://tn.archive.ubuntu.com/ubuntu disco InRelease Hit:2 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu disco InRelease Ign:3 http://security.ubuntu.com/ubuntu disco-security InRelease Ign:4 http://tn.archive.ubuntu.com/ubuntu disco-updates InRelease Err:5 http://security.ubuntu.com/ubuntu disco-security Release 404 Not Found [IP:…
Backup and restore your Intune configuration using PowerShell
I found this fantastic PowerShell module from jseerden that queries Microsoft Graph, and allows for cross-tenant Backup & Restore of your Intune Configuration. The Intune Configuration is backed up as JSON files…
Rapidly build Autopilot VMs with Hyper-V and PowerShell!
Picture this scenario - you are at the pointy end of a major modern management project and it’s time to test every policy, configuration and application at scale and quickly.…
Fix for Exchange server 2016/2019 certificate and related issues
This article will help to fix the below errors for MS Exchange 2016/2019 I. Certificate error "name on the security certificate is invalid or does not match the name of…
Simple, Professional and Powerful Automated Certificate Management
When managing your SSL/TLS certificates for websites, email servers or any other services, you need a simple and reliable automation system with a visual overview that's easy to use and…
Enable NFS on your Synology NAS
In a previous post, I wrote about the steps I followed when enabling SSH, SCP/SFTP and configuring a static IP address on my Synology NAS. In this post, I'll walk…
Enable Root Login via SSH In Ubuntu
By default, SSH on Ubuntu comes configured in a way that disables the root users log in. This was originally enabled as a security precaution which means that you cannot…