Arch Linux UEFI with Grub – Installation Guide
For those of you who are looking to install Arch Linux on your machines, this guide is for you! I have gone through the process and taken notes along away. …
For those of you who are looking to install Arch Linux on your machines, this guide is for you! I have gone through the process and taken notes along away. …
After running an audit, it was discovered that some user account passwords on the domain were set to never expire. A few meetings later the team decided to change …
Below is a quick script to create a user account and password. If no username is typed the script will exit. If the input for for the username is “Exit” …
Adding multiple users to a Security Group can be tedious if done individually. Here is a PowerShell script that will improve efficiency when adding computer hostnames to the member section …
There are over 700 PowerShell cmdlets to help you automate routine and complex tasks in Windows Azure. Here’s how you can start taking advantage of what PowerShell has to offer …
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 …
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 …
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 …
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 …
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 …