Table of Contents

Opening Windows PowerShell Prompt

PowerShell provides a more powerful command-line environment than Command Prompt and is used for many advanced administration and TapeTrack support tasks.

Opening A Powershell Prompt

Open Powershell By The Start Menu

Open Powershell From File Explorer

PowerShell will open with the current folder already selected.

Open Powershell Using The Run Dialog

Open Powershell As Administrator

Some TapeTrack utilities require elevated permissions.

Verify PowerShell

You can confirm PowerShell is running by entering:

$PSVersionTable.PSVersion

The installed PowerShell version will be displayed.

Notes