Remove obsolete *.ps1.md files

This commit is contained in:
Markus Fleschutz 2021-09-28 12:03:07 +02:00
parent ff88c9a272
commit 17c8609612
265 changed files with 0 additions and 10636 deletions

View File

@ -1,14 +0,0 @@
# The MD5.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of MD5.ps1*

View File

@ -1,14 +0,0 @@
# The SHA1.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of SHA1.ps1*

View File

@ -1,14 +0,0 @@
# The SHA256.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of SHA256.ps1*

View File

@ -1,43 +0,0 @@
# The add-firewall-rules.ps1 PowerShell Script
## Synopsis & Description
```powershell
add-firewall-rules.ps1 [<path-to-executables>]
```
Adds firewall rules for the given executables (needs administrator rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
```
```
-PathToExecutables <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\add-firewall-rules.ps1 C:\MyApp\bin
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1*

View File

@ -1,43 +0,0 @@
# The add-memo.ps1 PowerShell Script
## Synopsis & Description
```powershell
add-memo.ps1 [<text>]
```
Adds the given memo text to $HOME/Memos.csv.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>]
```
```
-text <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\add-memo.ps1 "Buy apples"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1*

View File

@ -1,43 +0,0 @@
# The alert.ps1 PowerShell Script
## Synopsis & Description
```powershell
alert.ps1 [<message>]
```
Handle and escalate the given alert message.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>]
```
```
-Message <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\alert.ps1 "Harddisk failure"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of alert.ps1*

View File

@ -1,33 +0,0 @@
# The cd-desktop.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-desktop.ps1
```
Change the working directory to the user's desktop folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-desktop.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1*

View File

@ -1,33 +0,0 @@
# The cd-docs.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-docs.ps1
```
Change the working directory to the user's documents folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-docs.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1*

View File

@ -1,33 +0,0 @@
# The cd-downloads.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-downloads.ps1
```
Change the working directory to the user's downloads folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-downloads.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1*

View File

@ -1,33 +0,0 @@
# The cd-dropbox.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-dropbox.ps1
```
Change the working directory to the user's Dropbox folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-dropbox.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1*

View File

@ -1,33 +0,0 @@
# The cd-home.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-home.ps1
```
Change the working directory to the user's home directory
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-home.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1*

View File

@ -1,33 +0,0 @@
# The cd-music.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-music.ps1
```
Change the working directory to the user's music folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-music.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1*

View File

@ -1,33 +0,0 @@
# The cd-onedrive.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-onedrive.ps1
```
Change the working directory to the user's OneDrive folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-onedrive.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1*

View File

@ -1,33 +0,0 @@
# The cd-pics.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-pics.ps1
```
Change the working directory to the user's pictures folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-pics.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1*

View File

@ -1,15 +0,0 @@
# The cd-recycle-bin.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-recycle-bin.ps1
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1*

View File

@ -1,33 +0,0 @@
# The cd-repos.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-repos.ps1
```
Change the working directory to the user's Git repositories folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-repos.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1*

View File

@ -1,33 +0,0 @@
# The cd-root.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-root.ps1
```
Change the working directory to the root directory (C:\ on Windows).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-root.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1*

View File

@ -1,33 +0,0 @@
# The cd-scripts.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-scripts.ps1
```
Change the working directory to the PowerShell Scripts folder.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-scripts.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1*

View File

@ -1,33 +0,0 @@
# The cd-up.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-up.ps1
```
Change the working directory to one level up
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-up.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1*

View File

@ -1,33 +0,0 @@
# The cd-up2.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-up2.ps1
```
Change the working directory to two directory levels up
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-up2.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1*

View File

@ -1,33 +0,0 @@
# The cd-up3.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-up3.ps1
```
Change the working directory to three directory levels up
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-up3.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1*

View File

@ -1,33 +0,0 @@
# The cd-up4.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-up4.ps1
```
Change the working directory to four directory levels up
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-up4.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1*

View File

@ -1,33 +0,0 @@
# The cd-videos.ps1 PowerShell Script
## Synopsis & Description
```powershell
cd-videos.ps1
```
Change the working directory to the user's videos folder
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cd-videos.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1*

View File

@ -1,33 +0,0 @@
# The check-cpu-temp.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-cpu-temp.ps1
```
Checks the CPU temperature.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-cpu-temp.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-cpu-temp.ps1*

View File

@ -1,33 +0,0 @@
# The check-dns-resolution.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-dns-resolution.ps1
```
Checks the DNS resolution with frequently used domain names.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-dns-resolution.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-dns-resolution.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-dns-resolution.ps1*

View File

@ -1,53 +0,0 @@
# The check-drive-space.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-drive-space.ps1 [<drive>] [<min-level>]
```
Checks a drive for free space left (20 GB by default)
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
```
```
-Drive <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-MinLevel <Int32>
Required? false
Position? 2
Default value 20
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-drive-space.ps1 C
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1*

View File

@ -1,43 +0,0 @@
# The check-file-system.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-file-system.ps1 [<drive>]
```
Checks the file system of a drive (needs admin rights)
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
```
```
-Drive <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-file-system.ps1 C
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1*

View File

@ -1,34 +0,0 @@
# The check-health.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-health.ps1
```
Checks the health of the local computer
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-health.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-health.ps1
```
## Notes
Author: Markus Fleschutz
License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1*

View File

@ -1,43 +0,0 @@
# The check-ipv4-address.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-ipv4-address.ps1 [<address>]
```
Checks the given IPv4 address for validity.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
```
```
-Address <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-ipv4-address.ps1 192.168.11.22
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1*

View File

@ -1,43 +0,0 @@
# The check-ipv6-address.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-ipv6-address.ps1 [<address>]
```
Checks the given IPv6 address for validity.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
```
```
-Address <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-ipv6-address.ps1 fe80::200:5aee:feaa:20a2
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1*

View File

@ -1,43 +0,0 @@
# The check-mac-address.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-mac-address.ps1 [<MAC>]
```
Checks the given MAC address for validity (MAC address like 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
```
```
-MAC <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-mac-address.ps1 11:22:33:44:55:66
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1*

View File

@ -1,33 +0,0 @@
# The check-ping.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-ping.ps1
```
Checks the ping latency from the local computer to the internet.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-ping.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-ping.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1*

View File

@ -1,43 +0,0 @@
# The check-subnet-mask.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-subnet-mask.ps1 [<address>]
```
Checks the given subnet mask for validity.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
```
```
-address <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-subnet-mask.ps1 255.255.255.0
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1*

View File

@ -1,43 +0,0 @@
# The check-swap-space.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-swap-space.ps1 [<min-level>]
```
Checks the free swap space.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
```
```
-MinLevel <Int32>
Required? false
Position? 1
Default value 50
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-swap-space.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1*

View File

@ -1,43 +0,0 @@
# The check-symlinks.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-symlinks.ps1 [<dir-tree>]
```
Checks every symlink in the given directory tree.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-symlinks.ps1 [[-DirTree] <String>] [<CommonParameters>]
```
```
-DirTree <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-symlinks.ps1 C:\MyApp
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1*

View File

@ -1,43 +0,0 @@
# The check-weather.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-weather.ps1 [<location>]
```
Checks the weather for critical values.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-weather.ps1 [[-Location] <String>] [<CommonParameters>]
```
```
-Location <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-weather.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1*

View File

@ -1,33 +0,0 @@
# The check-windows-system-files.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-windows-system-files.ps1
```
Checks the validity of the Windows system files (requires admin rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-windows-system-files.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-windows-system-files.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1*

View File

@ -1,43 +0,0 @@
# The check-xml-file.ps1 PowerShell Script
## Synopsis & Description
```powershell
check-xml-file [<file>]
```
Checks the given XML file for validity.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/check-xml-file.ps1 [[-File] <String>] [<CommonParameters>]
```
```
-File <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\check-xml-file.ps1 myfile.xml
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1*

View File

@ -1,74 +0,0 @@
# The cherry-picker.ps1 PowerShell Script
## Synopsis & Description
```powershell
cherry-picker.ps1 [<CommitID>] [<CommitMessage>] [<Branches>] [<RepoDir>]
```
Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces).
NOTE: in case of merge conflicts the script stops immediately!
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/cherry-picker.ps1 [[-CommitID] <String>] [[-CommitMessage] <String>] [[-Branches] <String>] [[-RepoDir] <String>] [<CommonParameters>]
```
```
-CommitID <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-CommitMessage <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Branches <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-RepoDir <String>
Required? false
Position? 4
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\cherry-picker.ps1 93849f889 "Fix typo" "v1 v2 v3"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of cherry-picker.ps1*

View File

@ -1,43 +0,0 @@
# The clean-repo.ps1 PowerShell Script
## Synopsis & Description
```powershell
clean-repo.ps1 [<repo-dir>]
```
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
```
```
-RepoDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\clean-repo.ps1 C:\MyRepo
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1*

View File

@ -1,43 +0,0 @@
# The clean-repos.ps1 PowerShell Script
## Synopsis & Description
```powershell
clean-repos.ps1 [<parent-dir>]
```
Cleans all Git repositories under the current/given directory from untracked files (including submodules).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
```
```
-ParentDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\clean-repos.ps1 C:\MyRepos
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1*

View File

@ -1,34 +0,0 @@
# The clear-recycle-bin.ps1 PowerShell Script
## Synopsis & Description
```powershell
clear-recycle-bin.ps1
```
Removes the content of the recycle bin folder.
NOTE: can not be undo!
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\clear-recycle-bin.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1*

View File

@ -1,43 +0,0 @@
# The clone-repos.ps1 PowerShell Script
## Synopsis & Description
```powershell
clone-repos.ps1 [<parent-dir>]
```
Clones well-known Git repositories under the current/given directory.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/clone-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
```
```
-ParentDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\clone-repos.ps1 C:\MyRepos
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1*

View File

@ -1,33 +0,0 @@
# The close-calculator.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-calculator.ps1
```
Closes the calculator program gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-calculator.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1*

View File

@ -1,33 +0,0 @@
# The close-chrome.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-chrome.ps1
```
Closes the Web browser Google Chrome gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-chrome.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-chrome.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1*

View File

@ -1,33 +0,0 @@
# The close-cortana.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-cortana.ps1
```
Closes Cortana gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-cortana.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1*

View File

@ -1,33 +0,0 @@
# The close-edge.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-edge.ps1
```
Closes the Web browser Microsoft Edge gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-edge.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1*

View File

@ -1,33 +0,0 @@
# The close-file-explorer.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-file-explorer.ps1
```
Closes Microsoft File Explorer gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-file-explorer.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1*

View File

@ -1,33 +0,0 @@
# The close-firefox.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-firefox.ps1
```
Closes the Firefox Web browser gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-firefox.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-firefox.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1*

View File

@ -1,33 +0,0 @@
# The close-netflix.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-netflix.ps1
```
Closes the Netflix program gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-netflix.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1*

View File

@ -1,33 +0,0 @@
# The close-onedrive.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-onedrive.ps1
```
Closes Microsoft OneDrive gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-onedrive.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-onedrive.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-onedrive.ps1*

View File

@ -1,63 +0,0 @@
# The close-program.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-program.ps1 [<full-program-name>] [<program-name>] [<program-alias-name>]
```
Closes the processes of the given program gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
```
```
-FullProgramName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-ProgramName <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-ProgramAliasName <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-program.ps1 "Google Chrome" "chrome.exe"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1*

View File

@ -1,33 +0,0 @@
# The close-system-settings.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-system-settings.ps1
```
Closes the System Settings gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-system-settings.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-system-settings.ps1*

View File

@ -1,33 +0,0 @@
# The close-thunderbird.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-thunderbird.ps1
```
Closes the mail client Mozilla Thunderbird gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-thunderbird.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-thunderbird.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1*

View File

@ -1,33 +0,0 @@
# The close-vlc.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-vlc.ps1
```
Closes the VLC media player gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-vlc.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1*

View File

@ -1,33 +0,0 @@
# The close-windows-terminal.ps1 PowerShell Script
## Synopsis & Description
```powershell
close-windows-terminal.ps1
```
Closes Windows Terminal gracefully.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\close-windows-terminal.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1*

View File

@ -1,63 +0,0 @@
# The configure-git.ps1 PowerShell Script
## Synopsis & Description
```powershell
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
```
Sets up the Git user configuration
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
```
```
-FullName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-EmailAddress <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-FavoriteEditor <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\configure-git.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1*

View File

@ -1,43 +0,0 @@
# The convert-csv2txt.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-csv2txt.ps1 [<csv-file>]
```
Converts a .CSV file into a text file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
```
```
-Path <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-csv2txt.ps1 salaries.csv
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1*

View File

@ -1,83 +0,0 @@
# The convert-mysql2csv.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
```
Convert a MySQL database table to a .CSV file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
```
```
-server <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-database <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-username <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-password <String>
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-query <String>
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-mysql2csv.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1*

View File

@ -1,43 +0,0 @@
# The convert-ps2bat.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-ps2bat.ps1 [<pattern>]
```
Converts a PowerShell script to .bat files.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
```
```
-Pattern <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-ps2bat.ps1 *.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-ps2bat.ps1*

View File

@ -1,43 +0,0 @@
# The convert-ps2md.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-ps2md.ps1 [<filename>]
```
Converts the comment-based help of a PowerShell script to Markdown.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
```
```
-filename <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-ps2md.ps1 myscript.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-ps2md.ps1*

View File

@ -1,83 +0,0 @@
# The convert-sql2csv.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
```
Converts a SQL database table to a .CSV file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
```
```
-server <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-database <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-username <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-password <String>
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-query <String>
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-sql2csv.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-sql2csv.ps1*

View File

@ -1,53 +0,0 @@
# The convert-txt2wav.ps1 PowerShell Script
## Synopsis & Description
```powershell
convert-txt2wav.ps1 [<text>] [<wav-file>]
```
Converts text to a .WAV audio file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
```
```
-Text <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-WavFile <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\convert-txt2wav.ps1 "Hello World" spoken.wav
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of convert-txt2wav.ps1*

View File

@ -1,53 +0,0 @@
# The copy-photos-sorted.ps1 PowerShell Script
## Synopsis & Description
```powershell
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
```
Copy image files from SourceDir to TargetDir sorted by year and month.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>]
```
```
-SourceDir <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-TargetDir <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\copy-photos-sorted.ps1 D:\Mobile\DCIM C:\MyPhotoAlbum
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1*

View File

@ -1,53 +0,0 @@
# PowerShell Script create-branch.ps1
## Synopsis & Description
```powershell
create-branch.ps1 [<new-branch-name>] [<repo-dir>]
```
Creates and switches to a new branch in a Git repository.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/create-branch.ps1 [[-NewBranchName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
```
```
-NewBranchName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-RepoDir <String>
Required? false
Position? 2
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\create-branch.ps1 moonshot
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1*

View File

@ -1,63 +0,0 @@
# PowerShell Script create-shortcut.ps1
## Synopsis & Description
```powershell
create-shortcut.ps1 [<shortcut>] [<target>] [<description>]
```
Creates a new shortcut file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/create-shortcut.ps1 [[-shortcut] <String>] [[-target] <String>] [[-description] <String>] [<CommonParameters>]
```
```
-shortcut <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-target <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-description <String>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\create-shortcut.ps1 C:\Temp\HDD C:\
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1*

View File

@ -1,14 +0,0 @@
# PowerShell Script create-symlink.ps1
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1*

View File

@ -1,53 +0,0 @@
# PowerShell Script create-tag.ps1
## Synopsis & Description
```powershell
create-tag.ps1 [<new-tag-name>] [<repo-dir>]
```
Creates a new tag in a Git repository.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/create-tag.ps1 [[-NewTagName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
```
```
-NewTagName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-RepoDir <String>
Required? false
Position? 2
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\create-tag.ps1 v1.7
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1*

View File

@ -1,53 +0,0 @@
# The decrypt-file.ps1 PowerShell Script
## Synopsis & Description
```powershell
decrypt-file.ps1 [<path>] [<password>]
```
Decrypts the given file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
```
```
-Path <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Password <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\decrypt-file-rules.ps1 C:\MyFile.txt "123"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1*

View File

@ -1,43 +0,0 @@
# The display-time.ps1 PowerShell Script
## Synopsis & Description
```powershell
display-time.ps1 [<seconds>]
```
Displays the current time (for 10 seconds by default).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
```
```
-Seconds <Int32>
Required? false
Position? 1
Default value 10
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\display-time.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of display-time.ps1*

View File

@ -1,43 +0,0 @@
# The download-dir.ps1 PowerShell Script
## Synopsis & Description
```powershell
download-dir.ps1 [<URL>]
```
Downloads a directory tree from the given URL.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
```
```
-URL <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\download-dir.ps1 "https://www.cnn.com"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1*

View File

@ -1,43 +0,0 @@
# The download-file.ps1 PowerShell Script
## Synopsis & Description
```powershell
download-file.ps1 [<URL>]
```
Downloads a file from the given URL.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/download-file.ps1 [[-URL] <String>] [<CommonParameters>]
```
```
-URL <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\download-file.ps1 "https://www.cnn.com/index.html"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1*

View File

@ -1,43 +0,0 @@
# The edit.ps1 PowerShell Script
## Synopsis & Description
```powershell
edit.ps1 <filename>
```
Opens the built-in text editor to edit the given file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/edit.ps1 [[-Filename] <String>] [<CommonParameters>]
```
```
-Filename <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\edit.ps1 C:\MyFile.txt
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of edit.ps1*

View File

@ -1,33 +0,0 @@
# The enable-crash-dumps.ps1 PowerShell Script
## Synopsis & Description
```powershell
enable-crash-dumps.ps1
```
Enables the writing of crash dumps.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/enable-crash-dumps.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\enable-crash-dumps.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1*

View File

@ -1,33 +0,0 @@
# The enable-god-mode.ps1 PowerShell Script
## Synopsis & Description
```powershell
enable-god-mode.ps1
```
Enables the god mode (adds a new icon to the desktop).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/enable-god-mode.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\enable-god-mode.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1*

View File

@ -1,53 +0,0 @@
# The encrypt-file.ps1 PowerShell Script
## Synopsis & Description
```powershell
encrypt-file.ps1 [<path>] [<password>]
```
Encrypts the given file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
```
```
-Path <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Password <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\encrypt-file.ps1 C:\MyFile.txt "123"
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1*

View File

@ -1,33 +0,0 @@
# The enter-chat.ps1 PowerShell Script
## Synopsis & Description
```powershell
enter-chat.ps1
```
Enters a chat using a common network shared file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/enter-chat.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\enter-chat.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1*

View File

@ -1,43 +0,0 @@
# The fetch-repo.ps1 PowerShell Script
## Synopsis & Description
```powershell
fetch-repo.ps1 [<repo-dir>]
```
Fetches updates for a local Git repository (including submodules).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
```
```
-RepoDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\fetch-repo.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1*

View File

@ -1,43 +0,0 @@
# The fetch-repos.ps1 PowerShell Script
## Synopsis & Description
```powershell
fetch-repos.ps1 [<parent-dir>]
```
Fetches updates for all Git repositories under the current/given directory (including submodules).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
```
```
-ParentDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\fetch-repos.ps1 C:\MyRepos
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1*

View File

@ -1,53 +0,0 @@
# Help for generate-qrcode.ps1 PowerShell Script
## Synopsis & Description
```powershell
generate-qrcode.ps1 [<text>] [<image-size>]
```
Generates a QR code image file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/generate-qrcode.ps1 [[-Text] <String>] [[-ImageSize] <String>] [<CommonParameters>]
```
```
-Text <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-ImageSize <String>
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\generate-qrcode.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated from comment-based help of generate-qrcode.ps1 by convert-ps2md.ps1*

View File

@ -1,14 +0,0 @@
# The get-md5.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1*

View File

@ -1,14 +0,0 @@
# The get-sha1.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1*

View File

@ -1,14 +0,0 @@
# The get-sha256.ps1 PowerShell Script
## Synopsis & Description
```powershell
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1*

View File

@ -1,33 +0,0 @@
# The hibernate.ps1 PowerShell Script
## Synopsis & Description
```powershell
hibernate.ps1
```
Enables hibernate mode for the local computer (needs admin rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/hibernate.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\hibernate.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1*

View File

@ -1,43 +0,0 @@
# The inspect-exe.ps1 PowerShell Script
## Synopsis & Description
```powershell
inspect-exe.ps1 [<path-to-exe-file>]
```
Prints basic information of the given executable file.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
```
```
-PathToExe <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\inspect-exe.ps1 C:\MyApp.exe
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1*

View File

@ -1,33 +0,0 @@
# The install-github-cli.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-github-cli.ps1
```
Installs GitHub CLI.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-github-cli.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-github-cli.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1*

View File

@ -1,33 +0,0 @@
# The install-google-chrome.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-google-chrome.ps1
```
Installs the latest Google Chrome browser.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-google-chrome.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-google-chrome.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-google-chrome.ps1*

View File

@ -1,33 +0,0 @@
# The install-knot-resolver.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-knot-resolver.ps1
```
Installs the Knot Resolver (a DNS resolver daemon, needs admin rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-knot-resolver.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-knot-resolver.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1*

View File

@ -1,43 +0,0 @@
# The install-signal-cli.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-signal-cli.ps1 [<version>]
```
Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
```
```
-Version <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-signal-cli.ps1 0.11.12
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1*

View File

@ -1,33 +0,0 @@
# The install-ssh-client.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-ssh-client.ps1
```
Installs the SSH client (needs admin rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-ssh-client.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-ssh-client.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1*

View File

@ -1,33 +0,0 @@
# The install-ssh-server.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-ssh-server.ps1
```
Installs the SSH server (needs admin rights).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-ssh-server.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-ssh-server.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1*

View File

@ -1,180 +0,0 @@
# The install-vscode.ps1 PowerShell Script
## Synopsis & Description
```powershell
Installs Visual Studio Code, the PowerShell extension, and optionally
a list of additional extensions.
```
This script can be used to easily install Visual Studio Code and the
PowerShell extension on your machine. You may also specify additional
extensions to be installed using the -AdditionalExtensions parameter.
The -LaunchWhenDone parameter will cause VS Code to be launched as
soon as installation has completed.
Please contribute improvements to this script on GitHub!
https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCode.ps1
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-vscode.ps1 [[-Architecture] <String>] [[-BuildEdition] <String>] [[-AdditionalExtensions] <String[]>] [-LaunchWhenDone] [-EnableContextMenus] [-WhatIf] [-Confirm] [<CommonParameters>]
```
```
-Architecture <String>
A validated string defining the bit version to download. Values can be either 64-bit or 32-bit.
If 64-bit is chosen and the OS Architecture does not match, then the 32-bit build will be
downloaded instead. If parameter is not used, then 64-bit is used as default.
Required? false
Position? 1
Default value 64-bit
Accept pipeline input? false
Accept wildcard characters? false
```
```
-BuildEdition <String>
A validated string defining which build edition or "stream" to download:
Stable or Insiders Edition (system install or user profile install).
If the parameter is not used, then stable is downloaded as default.
Required? false
Position? 2
Default value Stable-System
Accept pipeline input? false
Accept wildcard characters? false
```
```
-AdditionalExtensions <String[]>
An array of strings that are the fully-qualified names of extensions to be
installed in addition to the PowerShell extension. The fully qualified
name is formatted as "<publisher name>.<extension name>" and can be found
next to the extension's name in the details tab that appears when you
click an extension in the Extensions panel in Visual Studio Code.
Required? false
Position? 3
Default value @()
Accept pipeline input? false
Accept wildcard characters? false
```
```
-LaunchWhenDone [<SwitchParameter>]
When present, causes Visual Studio Code to be launched as soon as installation
has finished.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
```
```
-EnableContextMenus [<SwitchParameter>]
When present, causes the installer to configure the Explorer context menus
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
```
```
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS > Install-VSCode.ps1 -Architecture 32-bit
Installs Visual Studio Code (32-bit) and the powershell extension.
```
## Example
```powershell
PS > Install-VSCode.ps1 -LaunchWhenDone
Installs Visual Studio Code (64-bit) and the PowerShell extension and then launches
the editor after installation completes.
```
## Example
```powershell
PS > Install-VSCode.ps1 -AdditionalExtensions 'eamodio.gitlens', 'vscodevim.vim'
Installs Visual Studio Code (64-bit), the PowerShell extension, and additional
extensions.
```
## Example
```powershell
PS > Install-VSCode.ps1 -BuildEdition Insider-User -LaunchWhenDone
Installs Visual Studio Code Insiders Edition (64-bit) to the user profile and then launches the editor
after installation completes.
```
## Notes
This script is licensed under the MIT License:
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*Generated by convert-ps2md.ps1 using the comment-based help of install-vscode.ps1*

View File

@ -1,33 +0,0 @@
# The install-wsl.ps1 PowerShell Script
## Synopsis & Description
```powershell
install-wsl.ps1
```
Installs Windows Subsystem for Linux (WSL) - needs admin rights.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/install-wsl.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\install-wsl.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1*

View File

@ -1,33 +0,0 @@
# The introduce-powershell.ps1 PowerShell Script
## Synopsis & Description
```powershell
introduce-powershell.ps1
```
Introduces PowerShell to new users.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/introduce-powershell.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\introduce-powershell.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1*

View File

@ -1,33 +0,0 @@
# The list-aliases.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-aliases.ps1
```
Lists all PowerShell aliases.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/list-aliases.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\list-aliases.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1*

View File

@ -1,53 +0,0 @@
# The list-anagrams.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-anagrams.ps1 [<word>] [<columns>]
```
Lists all anagrams of the given word.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
```
```
-Word <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Columns <Int32>
Required? false
Position? 2
Default value 8
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\list-anagrams.ps1 Markus
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1*

View File

@ -1,15 +0,0 @@
# The list-automatic-variables.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-automatic-variables.ps1
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
*Generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1*

View File

@ -1,53 +0,0 @@
# The list-branches.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-branches.ps1 [<repo-dir>] [<pattern>]
```
Lists all branches in the current/given Git repository.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/list-branches.ps1 [[-RepoDir] <String>] [[-Pattern] <String>] [<CommonParameters>]
```
```
-RepoDir <String>
Required? false
Position? 1
Default value "$PWD"
Accept pipeline input? false
Accept wildcard characters? false
```
```
-Pattern <String>
Required? false
Position? 2
Default value *
Accept pipeline input? false
Accept wildcard characters? false
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\list-branches.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1*

View File

@ -1,33 +0,0 @@
# The list-cheat-sheet.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-cheat-sheet.ps1
```
Lists the PowerShell cheat sheet.
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/list-cheat-sheet.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\list-cheat-sheet.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1*

View File

@ -1,33 +0,0 @@
# The list-city-weather.ps1 PowerShell Script
## Synopsis & Description
```powershell
list-city-weather.ps1
```
List the current weather of cities world-wide (west to east).
## Syntax & Parameters
```powershell
/home/mf/PowerShell/Scripts/list-city-weather.ps1 [<CommonParameters>]
```
```
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>.\list-city-weather.ps1
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1*

Some files were not shown because too many files have changed in this diff Show More