Enterprise Operating Systems
Troubleshooting and Guides for: Microsoft Server, Linux, and VMware
Dell Hardware/Software Guides
Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)
How to Automate Software Package Installations in Server 2016 via PowerShell
Here are some of the ways you can automate software package and modules installations in Server 2016, using some of the new package management cmdlets that come with PowerShell. With …
Join Computer to Domain with Desired Computer Name and OU
Step #1: This is the simplest method to add a computer to a domain. In this example you will be prompted for credentials followed by the required reboot. PowerShell  …
How To Build An Active Directory Site Inventory Report With PowerShell
If you’re having to deal with hundreds of subnets and multiple Active Directory sites, this PowerShell script will allow you to quickly build an inventory report listing all of your …
Invoke Command Examples
If you aren’t using Invoke-Command on your network, you should really think about upgrading your life and enabling WinRM in your environment. Here are a few examples of Invoke-Command used …
Remotely Rename Computer’s Hostnames
Below is a PowerShell script that will change the Hostname of a domain computer remotely. You will need to build a .csv file of computer’s Hostnames you wish to change …