What I’ve learned from the last few years of writing code and running an open source community project on GitHub.
Tag: PowerShell
Using Invoke-Expression in PowerShell With Spaces in Paths
How to solve errors thrown when using PowerShell’s Invoke-Expression cmdlet for a path that contains spaces.
Install-AWSPowerShellModule.ps1 is a PowerShell Script to Install the Amazon Web Services Tools for Windows PowerShell
This PowerShell script can be used to automate the install of the Amazon Web Services Tools for Windows PowerShell.
New-LabUsers.ps1 is a PowerShell Script to Create Active Directory Users in a Test Lab
This PowerShell script can be used to automate creation of Active Directory users with randomly generated passwords in a test lab environment.
Retrieving the Public IP Address of a Computer with PowerShell
Get-PublicIPAddress.ps1 is a PowerShell script for retrieving the public IP address of a local or remote computer.