Skip to content

Commit 4d0258c

Browse files
committed
Update the documentation
1 parent 75e2952 commit 4d0258c

260 files changed

Lines changed: 10011 additions & 3 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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PowerShell Script: add-firewall-rules.ps1
2+
```powershell
3+
add-firewall-rules.ps1 [<path-to-executables>]
4+
```
5+
6+
Adds firewall rules for the given executables (needs administrator rights)
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
11+
```
12+
13+
```
14+
-PathToExecutables <String>
15+
16+
Required? false
17+
Position? 1
18+
Default value
19+
Accept pipeline input? false
20+
Accept wildcard characters? false
21+
```
22+
23+
```
24+
[<CommonParameters>]
25+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
26+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
27+
```
28+
29+
## Example
30+
```powershell
31+
PS>./add-firewall-rules C:\MyApp\bin
32+
```
33+
34+
35+
## Notes
36+
Author: Markus Fleschutz · License: CC0
37+
38+
## Related Links
39+
https://github.com/fleschutz/PowerShell
40+
41+
*Generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1*

Docs/add-memo.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PowerShell Script: add-memo.ps1
2+
```powershell
3+
add-memo.ps1 [<text>]
4+
```
5+
6+
Adds the given memo text to $HOME/Memos.csv
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>]
11+
```
12+
13+
```
14+
-text <String>
15+
16+
Required? false
17+
Position? 1
18+
Default value
19+
Accept pipeline input? false
20+
Accept wildcard characters? false
21+
```
22+
23+
```
24+
[<CommonParameters>]
25+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
26+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
27+
```
28+
29+
## Example
30+
```powershell
31+
PS>./add-memo "Buy apples"
32+
```
33+
34+
35+
## Notes
36+
Author: Markus Fleschutz · License: CC0
37+
38+
## Related Links
39+
https://github.com/fleschutz/PowerShell
40+
41+
*Generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1*

Docs/alert.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PowerShell Script: alert.ps1
2+
```powershell
3+
alert.ps1 [<message>]
4+
```
5+
6+
Handle and escalate the given alert message
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>]
11+
```
12+
13+
```
14+
-Message <String>
15+
16+
Required? false
17+
Position? 1
18+
Default value
19+
Accept pipeline input? false
20+
Accept wildcard characters? false
21+
```
22+
23+
```
24+
[<CommonParameters>]
25+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
26+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
27+
```
28+
29+
## Example
30+
```powershell
31+
PS>./alert "Harddisk failure"
32+
```
33+
34+
35+
## Notes
36+
Author: Markus Fleschutz · License: CC0
37+
38+
## Related Links
39+
https://github.com/fleschutz/PowerShell
40+
41+
*Generated by convert-ps2md.ps1 using the comment-based help of alert.ps1*

Docs/cd-desktop.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-desktop.ps1
2+
```powershell
3+
cd-desktop.ps1
4+
```
5+
6+
Change the working directory to the user's desktop folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-desktop
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1*

Docs/cd-docs.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-docs.ps1
2+
```powershell
3+
cd-docs.ps1
4+
```
5+
6+
Change the working directory to the user's documents folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-docs
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1*

Docs/cd-downloads.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-downloads.ps1
2+
```powershell
3+
cd-downloads.ps1
4+
```
5+
6+
Change the working directory to the user's downloads folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-downloads
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1*

Docs/cd-dropbox.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-dropbox.ps1
2+
```powershell
3+
cd-dropbox.ps1
4+
```
5+
6+
Change the working directory to the user's Dropbox folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-dropbox
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1*

Docs/cd-home.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-home.ps1
2+
```powershell
3+
cd-home.ps1
4+
```
5+
6+
Change the working directory to the user's home directory
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-home
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1*

Docs/cd-music.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-music.ps1
2+
```powershell
3+
cd-music.ps1
4+
```
5+
6+
Change the working directory to the user's music folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-music
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1*

Docs/cd-onedrive.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PowerShell Script: cd-onedrive.ps1
2+
```powershell
3+
cd-onedrive.ps1
4+
```
5+
6+
Change the working directory to the user's OneDrive folder
7+
8+
## Syntax & Parameters
9+
```powershell
10+
/home/markus/Repos/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>]
11+
```
12+
13+
```
14+
[<CommonParameters>]
15+
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
16+
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
17+
```
18+
19+
## Example
20+
```powershell
21+
PS>./cd-onedrive
22+
```
23+
24+
25+
## Notes
26+
Author: Markus Fleschutz · License: CC0
27+
28+
## Related Links
29+
https://github.com/fleschutz/PowerShell
30+
31+
*Generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1*

0 commit comments

Comments
 (0)