PowerShell Profiles
Sources:
- **
PowerShell Version | Profile | Path | Usage |
---|---|---|---|
Windows PowerShell 1.0 | All Users All Hosts | %WINDIR%\system32\WindowsPowerShell\v1.0\profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
Windows PowerShell 1.0 | All Users Current Host | %WINDIR%\system32\WindowsPowerShell\v1.0\Microsoft.PowerShell_profile.ps1 | |
Windows PowerShell 1.0 | Current User All Hosts | %USERPROFILE%\Documents\WindowsPowerShell\profile.ps1 | |
Windows PowerShell 1.0 | Current User Current Host | %USERPROFILE%\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
PowerShell Core | All Users All Hosts | %PROGRAMFILES%\PowerShell\7\profile.ps1 | |
PowerShell Core | All Users Current Host | %PROGRAMFILES%\PowerShell\7\Microsoft.PowerShell_profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
PowerShell Core | Current User All Hosts | %USERPROFILE%\Documents\PowerShell\profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
PowerShell Core | Current User Current Host | %USERPROFILE%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
PowerShell Core (Preview) | All Users All Hosts | %PROGRAMFILES%\PowerShell\7-preview\profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
PowerShell Core (Preview) | All Users Current Host | %PROGRAMFILES%\PowerShell\7-preview\Microsoft.PowerShell_profile.ps1 | Use for Windows PowerShell Version 1 Machine Wide Profile |
Appendix
Note created on 2024-05-17 and last modified on 2024-05-17.
See Also
Backlinks
(c) No Clocks, LLC | 2024