Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Janik von Rotz edited this page Dec 11, 2013 · 96 revisions

Welcome to the Powershell-Profile wiki!

Important

  • This PowerShell Project is compatible with PowerShell v2 and v3.
  • PowerShell Profile is a Server Management Framework.
  • The namespace for PowerShell functions is [verb]-PP[noun], PP means simply PowerShell Profile

Installation

The installation and the installed Profile scripts using the project folders and the related PowerShell global variables from the Microsoft.PowerShell_profile.config.ps1 file.

  • Variable: $PSapps

    • Application variables used by PowerShell Profile
  • Variable: $PSconfigs and folder: configs

    • Add the PowerShell Profile config files to this folder.
    • There aren't any definitions for the folder structure.
  • Variable: $PSfunctions and folder: functions

    • Add the PowerShell function scripts to this folder
    • There aren't any definitions for the folder structure.
  • Variable: $PSlogs and folder: logs

    • If transcription is enabled, logs will be stored in this folder.
  • Variable: $PSscripts and folder: scripts

    • This folder contains several default scripts from the repository
    • You can arrange things at your preferences.
  • templates $PStemplates

    • This folder contains the templates for the PowerShell Profile config files.

Requirements

By default the install script installs these features:

Default Features

The PowerShell Profile scripts are deployed with these features:

Custom Features

The PowerShell Profile scripts are customizable with these features:

New commands and features

By adding scripts and configuration files to the config folder after the you can make use of this features:

PowerShell Profile

In Development

PowerShell

Convert:

Security:

Other:

ActiveDirectory

Windows

Host File Manipulation:

File System:

Reporting:

SQLServer

SharePoint

Help:

Reporting:

Backup:

List:

Web:

In Development

Obsolete

Clone this wiki locally