Adding a host to VCSA
Here is how to add a host to VCSA (vCenter Server Appliance specifically version 7) Right click on the location where you want to add the host and click Add Host
Here is how to add a host to VCSA (vCenter Server Appliance specifically version 7) Right click on the location where you want to add the host and click Add Host
Here is how to change the host name in ESXi (specifically ESXi 7) Click on Networking Click on TCP/IP stacks Click on the Default TCP/IP stack
Here is how to set a static IP in ESXi
There have been a lot of critical exploits over the last few months. Really the best way to deal with that is Windows Updates. Now I can hear you complaining that Windows Updates left untamed will just reboot your servers randomly or I don’t want to build WSUS or my RMM doesn’t patch well and…
Auto Windows updates are annoying especially when left untamed as it will automatically reboot the device be it a workstation or a server. I’ve written a script that can mass disable Windows updates across all devices even if they aren’t domain joined. Technically you could go in and disabled the Windows Update service but that…
Recently I came across an issue were multiple HP systems that had a fresh install of Windows 10 Pro 1703 from a known working ISO and then upgraded to 1709. Once on 1709 the audio drivers wouldn’t work at all and if you tried to install the correct driver from HP it still wouldn’t fix…
I got tired of having to manually edit ADSI values for more then one user so I wrote a PowerShell script to automate the process. I even went to the extent to include a display of the values that were changed at the end. The main purpose of this script was to edit the msExchHideFromAddressLists…
Update The process detailed below has been deprecated by Microsoft. An updated version of this process is detailed in my post called Swap Microsoft 365 Licenses with Microsoft Graph. I needed to remove some expired Office 365 licences that were expired to the point where I couldn’t do it via the admin interface so I…
Recently I needed to find all files and folders containing two spaces, normally I would use something like a file renamer but in this case for various reasons I just needed to generate a list. Eventually I ended up figuring out a PowerShell command to do it. Here’s the code I used to do it…