mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02:00
Merge branch 'master' of https://github.com/fleschutz/PowerShell
This commit is contained in:
commit
0e24ec1b90
@ -23,6 +23,11 @@ PowerShell is a task automation and configuration management framework from Micr
|
|||||||
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
|
* PowerShell is easy to learn: see the tutorial at https://www.guru99.com/powershell-tutorial.html
|
||||||
* PowerShell is fully documented: see the official docs at https://docs.microsoft.com/en-us/powershell/
|
* PowerShell is fully documented: see the official docs at https://docs.microsoft.com/en-us/powershell/
|
||||||
|
|
||||||
|
Add Subfolder Scripts/ to the Search Path for Command-line Usage
|
||||||
|
----------------------------------------------------------------
|
||||||
|
* **Windows:** open the environment variables dialogue and add the full path to Scripts/ to the system environment variable "Path"
|
||||||
|
* **Bash or sh:** edit .profile in your home directory and add the line: PATH="$PATH:/path/to/PowerShell/Scripts"
|
||||||
|
|
||||||
Script Standards
|
Script Standards
|
||||||
----------------
|
----------------
|
||||||
Each script provides:
|
Each script provides:
|
||||||
|
Loading…
Reference in New Issue
Block a user