andyzib / PowerShell_Profile

My PowerShell Profile and Profile Toys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Profiles

See Microsoft.com / Docs / PowerShell / Scripting / About Profiles

Profile Files and Paths

Profiles are separate for Windows PowerShell 5.1 and PowerShell 7.

PowerShell 7

  • Current User, All Hosts: $Home[My ]Documents\PowerShell\Profile.ps1
  • Current user, Current Host: $Home[My ]Documents\PowerShell\Microsoft.PowerShell_profile.ps1

Windows PowerShell 5

  • Current user, Current Host: $Home[My ]Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

About

My PowerShell Profile and Profile Toys


Languages

Language:PowerShell 100.0%