bdukes / PowerShell-Profile

My personal PowerShell profile and custom modules
9 stars 7 forks source link
powershell

A PowerShell Profile for Developing and Managing Web Sites on the DNN Platform

This profile includes a number of modules, primarily supporting the "DNNing" module, which is used to create and restore DNN sites, as well as other maintenance tasks, like removing and upgrading the sites.

Getting Started

The following prerequisites are required in order to use this profile:

Once all of that is in place, you can clone this repository into the default PowerShell profile location (so you'll also need git installed). From a PowerShell session:

git clone https://github.com/bdukes/PowerShell-Profile.git $profile\.. --recursive

If you already have a PowerShell profile, you can clone this elsewhere and manually merge it into your existing profile.