technote:powershell
This is an old revision of the document!
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
- Click the Start button.
- Type PowerShell.
- Select Windows PowerShell or PowerShell from the search results.
Method 2 - Run Dialog
- Press Windows + R.
- Type:
powershell
- Press Enter.
Method 3 - Open as Administrator
Some TapeTrack utilities require elevated permissions.
- Click Start.
- Type PowerShell.
- Right-click Windows PowerShell (or PowerShell).
- Select Run as administrator.
- If prompted by User Account Control (UAC), click Yes.
powershell
- Press Enter.
PowerShell will open with the current folder already selected.
Verify PowerShell
You can confirm PowerShell is running by entering:
$PSVersionTable.PSVersion
The installed PowerShell version will be displayed.
Notes
- Windows 10 and Windows 11 include Windows PowerShell 5.1 by default.
- If PowerShell 7 is installed, it may appear simply as PowerShell in the Start menu.
- Unless instructed otherwise, either version is suitable for most TapeTrack administration tasks.
technote/powershell.1784086076.txt.gz · Last modified: 2026/07/15 03:27 by Scott Cunliffe

