Skip to content

Commit 97b4075

Browse files
committed
Update the manuals
1 parent 15e3d9f commit 97b4075

341 files changed

Lines changed: 1160 additions & 762 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Docs/add-firewall-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## add-firewall-rules.ps1 - Adds firewall rules for executables (needs admin rights)
22

3-
This script adds firewall rules for the given executable. Administrator rights are required.
3+
This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
44

55
## Parameters
66
```powershell
@@ -30,7 +30,7 @@ Adding firewall rule for C:\MyApp\bin\app2.exe
3030
```
3131

3232
## Notes
33-
Author: Markus Fleschutz · License: CC0
33+
Author: Markus Fleschutz / License: CC0
3434

3535
## Related Links
3636
https://github.com/fleschutz/PowerShell

Docs/add-memo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## add-memo.ps1 - Adds a memo text to $HOME/Memos.csv
1+
## add-memo.ps1 - Adds a memo text
22

3-
This script adds the given memo text to $HOME/Memos.csv.
3+
This PowerShell script adds the given memo text to $HOME/Memos.csv.
44

55
## Parameters
66
```powershell
@@ -28,7 +28,7 @@ PS> ./add-memo "Buy apples"
2828
```
2929

3030
## Notes
31-
Author: Markus Fleschutz · License: CC0
31+
Author: Markus Fleschutz / License: CC0
3232

3333
## Related Links
3434
https://github.com/fleschutz/PowerShell

Docs/alert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## alert.ps1 - Handles and escalates an alert
22

3-
This script handles and escalates the given alert message.
3+
This PowerShell script handles and escalates the given alert message.
44

55
## Parameters
66
```powershell
@@ -27,7 +27,7 @@ PS> ./alert "Harddisk failure"
2727
```
2828

2929
## Notes
30-
Author: Markus Fleschutz · License: CC0
30+
Author: Markus Fleschutz / License: CC0
3131

3232
## Related Links
3333
https://github.com/fleschutz/PowerShell

Docs/build-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## build-repo.ps1 - Builds a Git repository
22

3-
This scripts supports building with cmake, configure, autogen, Imakefile and Makefile.
3+
This PowerShell script supports building with cmake, configure, autogen, Imakefile and Makefile.
44

55
## Parameters
66
```powershell
@@ -27,7 +27,7 @@ PS> ./build-repo C:\MyRepo
2727
```
2828

2929
## Notes
30-
Author: Markus Fleschutz · License: CC0
30+
Author: Markus Fleschutz / License: CC0
3131

3232
## Related Links
3333
https://github.com/fleschutz/PowerShell

Docs/build-repos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## build-repos.ps1 - Builds all Git repositories in a folder
22

3-
This script builds all Git repositories in a given folder.
3+
This PowerShell script builds all Git repositories in a given folder.
44

55
## Parameters
66
```powershell
@@ -27,7 +27,7 @@ PS> ./build-repos C:\MyRepos
2727
```
2828

2929
## Notes
30-
Author: Markus Fleschutz · License: CC0
30+
Author: Markus Fleschutz / License: CC0
3131

3232
## Related Links
3333
https://github.com/fleschutz/PowerShell

Docs/cd-autostart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## cd-autostart.ps1 - Sets the working directory to the user's autostart folder
22

3-
This script changes the working directory to the user's autostart folder.
3+
This PowerShell script changes the working directory to the user's autostart folder.
44

55
## Parameters
66
```powershell
@@ -19,7 +19,7 @@ PS> ./cd-autostart
1919
```
2020

2121
## Notes
22-
Author: Markus Fleschutz · License: CC0
22+
Author: Markus Fleschutz / License: CC0
2323

2424
## Related Links
2525
https://github.com/fleschutz/PowerShell

Docs/cd-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## cd-desktop.ps1 - Sets the working directory to the user's desktop folder
22

3-
This script changes the working directory to the user's desktop folder.
3+
This PowerShell script changes the working directory to the user's desktop folder.
44

55
## Parameters
66
```powershell
@@ -19,7 +19,7 @@ PS> ./cd-desktop
1919
```
2020

2121
## Notes
22-
Author: Markus Fleschutz · License: CC0
22+
Author: Markus Fleschutz / License: CC0
2323

2424
## Related Links
2525
https://github.com/fleschutz/PowerShell

Docs/cd-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## cd-docs.ps1 - Sets the working directory to the user's documents folder
22

3-
This scripts changes the working directory to the user's documents folder.
3+
This PowerShell script changes the working directory to the user's documents folder.
44

55
## Parameters
66
```powershell
@@ -19,7 +19,7 @@ PS> ./cd-docs
1919
```
2020

2121
## Notes
22-
Author: Markus Fleschutz · License: CC0
22+
Author: Markus Fleschutz / License: CC0
2323

2424
## Related Links
2525
https://github.com/fleschutz/PowerShell

Docs/cd-downloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## cd-downloads.ps1 - Sets the working directory to the user's downloads folder
22

3-
This script changes the working directory to the user's downloads folder.
3+
This PowerShell script changes the working directory to the user's downloads folder.
44

55
## Parameters
66
```powershell
@@ -19,7 +19,7 @@ PS> ./cd-downloads
1919
```
2020

2121
## Notes
22-
Author: Markus Fleschutz · License: CC0
22+
Author: Markus Fleschutz / License: CC0
2323

2424
## Related Links
2525
https://github.com/fleschutz/PowerShell

Docs/cd-dropbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## cd-dropbox.ps1 - Sets the working directory to the user's Dropbox folder
22

3-
This script changes the working directory to the user's Dropbox folder.
3+
This PowerShell script changes the working directory to the user's Dropbox folder.
44

55
## Parameters
66
```powershell
@@ -19,7 +19,7 @@ PS> ./cd-dropbox
1919
```
2020

2121
## Notes
22-
Author: Markus Fleschutz · License: CC0
22+
Author: Markus Fleschutz / License: CC0
2323

2424
## Related Links
2525
https://github.com/fleschutz/PowerShell

0 commit comments

Comments
 (0)