mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Update the manuals
This commit is contained in:
parent
e10261351c
commit
793d257d08
@ -1,8 +1,12 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/MD5.ps1
|
||||
# PowerShell Script MD5.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,8 +1,12 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/SHA1.ps1
|
||||
# PowerShell Script SHA1.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,8 +1,12 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/SHA256.ps1
|
||||
# PowerShell Script SHA256.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/add-firewall-rules.ps1
|
||||
# PowerShell Script add-firewall-rules.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
add-firewall-rules.ps1 [<path-to-executables>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Adds firewall rules for the given executables (needs administrator rights)
|
||||
Adds firewall rules for the given executables (needs administrator rights).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -PathToExecutables <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-PathToExecutables <String>
|
||||
@ -32,10 +34,9 @@ PS>.\add-firewall-rules.ps1 C:\MyApp\bin
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/add-memo.ps1
|
||||
# PowerShell Script add-memo.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
add-memo.ps1 [<text>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Adds the given memo text to $HOME/Memos.csv
|
||||
Adds the given memo text to $HOME/Memos.csv.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -text <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-text <String>
|
||||
@ -32,10 +34,9 @@ PS>.\add-memo.ps1 "Buy apples"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/alert.ps1
|
||||
# PowerShell Script alert.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
alert.ps1 [<message>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Handle and escalate the given alert message
|
||||
Handle and escalate the given alert message.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Message <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Message <String>
|
||||
@ -32,10 +34,9 @@ PS>.\alert.ps1 "Harddisk failure"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-desktop.ps1
|
||||
# PowerShell Script cd-desktop.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-desktop.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's desktop folder
|
||||
Go to the user's desktop folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-desktop.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-docs.ps1
|
||||
# PowerShell Script cd-docs.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-docs.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's documents folder
|
||||
Go to the user's documents folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-docs.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-downloads.ps1
|
||||
# PowerShell Script cd-downloads.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-downloads.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
go to the user's downloads folder
|
||||
Go to the user's downloads folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-downloads.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-dropbox.ps1
|
||||
# PowerShell Script cd-dropbox.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-dropbox.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's Dropbox folder
|
||||
Go to the user's Dropbox folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-dropbox.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-home.ps1
|
||||
# PowerShell Script cd-home.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-home.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's home folder
|
||||
Go to the user's home folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-home.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-music.ps1
|
||||
# PowerShell Script cd-music.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-music.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's music folder
|
||||
Go to the user's music folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-music.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-onedrive.ps1
|
||||
# PowerShell Script cd-onedrive.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-onedrive.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's OneDrive folder
|
||||
Go to the user's OneDrive folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-onedrive.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-pics.ps1
|
||||
# PowerShell Script cd-pics.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-pics.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's pictures folder
|
||||
Go to the user's pictures folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-pics.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,9 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-recycle-bin.ps1
|
||||
# PowerShell Script cd-recycle-bin.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-recycle-bin.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-repos.ps1
|
||||
# PowerShell Script cd-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-repos.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's Git repositories folder
|
||||
Go to the user's Git repositories folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-repos.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-root.ps1
|
||||
# PowerShell Script cd-root.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-root.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the root directory (C:\ on Windows)
|
||||
Go to the root directory (C:\ on Windows).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-root.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-scripts.ps1
|
||||
# PowerShell Script cd-scripts.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-scripts.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the PowerShell Scripts folder
|
||||
Go to the PowerShell Scripts folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-scripts.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-up.ps1
|
||||
# PowerShell Script cd-up.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-up.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go one directory level up
|
||||
Go one directory level up.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-up.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-up2.ps1
|
||||
# PowerShell Script cd-up2.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-up2.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go two directory levels up
|
||||
Go two directory levels up.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-up2.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-up3.ps1
|
||||
# PowerShell Script cd-up3.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-up3.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go three directory levels up
|
||||
Go three directory levels up.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-up3.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-up4.ps1
|
||||
# PowerShell Script cd-up4.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-up4.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go four directory levels up
|
||||
Go four directory levels up.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-up4.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cd-videos.ps1
|
||||
# PowerShell Script cd-videos.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cd-videos.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's videos folder
|
||||
Go to the user's videos folder.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\cd-videos.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-cpu-temp.ps1
|
||||
# PowerShell Script check-cpu-temp.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-cpu-temp.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the CPU temperature
|
||||
Checks the CPU temperature.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\check-cpu-temp.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-dns-resolution.ps1
|
||||
# PowerShell Script check-dns-resolution.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-dns-resolution.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the DNS resolution with frequently used domain names
|
||||
Checks the DNS resolution with frequently used domain names.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-dns-resolution.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\check-dns-resolution.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-drive-space.ps1
|
||||
# PowerShell Script check-drive-space.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-drive-space.ps1 [<drive>] [<min-level>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given drive for free space left
|
||||
Checks the given drive for free space left.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Drive <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Drive <String>
|
||||
@ -23,8 +25,6 @@ Checks the given drive for free space left
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -MinLevel <Int32> Parameter
|
||||
|
||||
```
|
||||
-MinLevel <Int32>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\check-drive-space.ps1 C
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,41 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-file-system.ps1
|
||||
# PowerShell Script check-file-system.ps1
|
||||
|
||||
## Synopsis
|
||||
check-file-system.ps1 [<drive>]
|
||||
|
||||
## Description
|
||||
Checks the validity of the file system (needs admin rights)
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Drive <String> Parameter
|
||||
check-file-system.ps1 [[-Drive] <string>]
|
||||
|
||||
```
|
||||
-Drive <String>
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value
|
||||
Accept pipeline input? false
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\check-file-system.ps1 C
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,7 +1,9 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-health.ps1
|
||||
# PowerShell Script check-health.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-health.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the health of the local computer
|
||||
@ -10,6 +12,8 @@ Checks the health of the local computer
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-health.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -26,4 +30,4 @@ License: CC0
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-ipv4-address.ps1
|
||||
# PowerShell Script check-ipv4-address.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-ipv4-address.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given IPv4 address for validity
|
||||
Checks the given IPv4 address for validity.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Address <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Address <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-ipv4-address.ps1 192.168.11.22
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-ipv6-address.ps1
|
||||
# PowerShell Script check-ipv6-address.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-ipv6-address.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given IPv6 address for validity
|
||||
Checks the given IPv6 address for validity.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Address <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Address <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-ipv6-address.ps1 fe80::200:5aee:feaa:20a2
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,18 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-mac-address.ps1
|
||||
# PowerShell Script check-mac-address.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-mac-address.ps1 [<MAC>]
|
||||
```
|
||||
|
||||
## Description
|
||||
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
|
||||
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
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -MAC <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-MAC <String>
|
||||
@ -33,10 +34,9 @@ PS>.\check-mac-address.ps1 11:22:33:44:55:66
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-ping.ps1
|
||||
# PowerShell Script check-ping.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-ping.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the ping latency from the local computer to the internet
|
||||
Checks the ping latency from the local computer to the internet.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-ping.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\check-ping.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-subnet-mask.ps1
|
||||
# PowerShell Script check-subnet-mask.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-subnet-mask.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given subnet mask for validity
|
||||
Checks the given subnet mask for validity.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -address <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-address <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-subnet-mask.ps1 255.255.255.0
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-swap-space.ps1
|
||||
# PowerShell Script check-swap-space.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-swap-space.ps1 [<min-level>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the free swap space
|
||||
Checks the free swap space.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -MinLevel <Int32> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-MinLevel <Int32>
|
||||
@ -32,10 +34,9 @@ PS>.\check-swap-space.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-symlinks.ps1
|
||||
# PowerShell Script check-symlinks.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-symlinks.ps1 [<dir-tree>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks every symlink in the given directory tree
|
||||
Checks every symlink in the given directory tree.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-symlinks.ps1 [[-DirTree] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -DirTree <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-DirTree <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-symlinks.ps1 C:\MyApp
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-weather.ps1
|
||||
# PowerShell Script check-weather.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-weather.ps1 [<location>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the weather for critical values
|
||||
Checks the weather for critical values.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-weather.ps1 [[-Location] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Location <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Location <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-weather.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,29 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-windows-system-files.ps1
|
||||
# PowerShell Script check-windows-system-files.ps1
|
||||
|
||||
## Synopsis
|
||||
check-windows-system-files.ps1
|
||||
|
||||
## Description
|
||||
Checks the validity of the Windows system files (requires admin rights)
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-windows-system-files.ps1 [<CommonParameters>]
|
||||
check-windows-system-files.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\check-windows-system-files.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/check-xml-file.ps1
|
||||
# PowerShell Script check-xml-file.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
check-xml-file [<file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given XML file for validity
|
||||
Checks the given XML file for validity.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/check-xml-file.ps1 [[-File] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -File <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-File <String>
|
||||
@ -32,10 +34,9 @@ PS>.\check-xml-file.ps1 myfile.xml
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,7 +1,9 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/cherry-picker.ps1
|
||||
# PowerShell Script cherry-picker.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
cherry-picker.ps1 [<commit-id>] [<commit-message>] [<branches>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces).
|
||||
@ -12,7 +14,7 @@ NOTE: in case of merge conflicts the script stops immediately!
|
||||
/home/mf/PowerShell/Scripts/cherry-picker.ps1 [[-CommitID] <String>] [[-CommitMessage] <String>] [[-Branches] <String>] [[-RepoDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -CommitID <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-CommitID <String>
|
||||
@ -24,8 +26,6 @@ NOTE: in case of merge conflicts the script stops immediately!
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -CommitMessage <String> Parameter
|
||||
|
||||
```
|
||||
-CommitMessage <String>
|
||||
|
||||
@ -36,8 +36,6 @@ NOTE: in case of merge conflicts the script stops immediately!
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Branches <String> Parameter
|
||||
|
||||
```
|
||||
-Branches <String>
|
||||
|
||||
@ -48,8 +46,6 @@ NOTE: in case of merge conflicts the script stops immediately!
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
|
||||
@ -69,10 +65,9 @@ PS>.\cherry-picker.ps1 93849f889 "Fix typo" "v1 v2 v3"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/clean-repo.ps1
|
||||
# PowerShell Script clean-repo.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
clean-repo.ps1 [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build)
|
||||
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
@ -32,10 +34,9 @@ PS>.\clean-repo.ps1 C:\MyRepo
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/clean-repos.ps1
|
||||
# PowerShell Script clean-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
clean-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cleans all Git repositories under the current/given directory from untracked files (including submodules)
|
||||
Cleans all Git repositories under the current/given directory from untracked files (including submodules).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -ParentDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-ParentDir <String>
|
||||
@ -32,10 +34,9 @@ PS>.\clean-repos.ps1 C:\MyRepos
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/clear-recycle-bin.ps1
|
||||
# PowerShell Script clear-recycle-bin.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
clear-recycle-bin.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Removes the content of the recycle bin folder (can not be undo!)
|
||||
Removes the content of the recycle bin folder (can not be undo).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\clear-recycle-bin.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,7 +1,9 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/clone-repos.ps1
|
||||
# PowerShell Script clone-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
clone-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Clones well-known Git repositories under the current/given directory.
|
||||
@ -11,7 +13,7 @@ Clones well-known Git repositories under the current/given directory.
|
||||
/home/mf/PowerShell/Scripts/clone-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -ParentDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-ParentDir <String>
|
||||
@ -32,10 +34,9 @@ PS>.\clone-repos.ps1 C:\MyRepos
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-calculator.ps1
|
||||
# PowerShell Script close-calculator.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-calculator.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the calculator program gracefully
|
||||
Closes the calculator program gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-calculator.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-chrome.ps1
|
||||
# PowerShell Script close-chrome.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-chrome.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Web browser Google Chrome gracefully
|
||||
Closes the Web browser Google Chrome gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-chrome.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-chrome.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-cortana.ps1
|
||||
# PowerShell Script close-cortana.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-cortana.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Cortana gracefully
|
||||
Closes Cortana gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-cortana.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-edge.ps1
|
||||
# PowerShell Script close-edge.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-edge.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Web browser Microsoft Edge gracefully
|
||||
Closes the Web browser Microsoft Edge gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-edge.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-file-explorer.ps1
|
||||
# PowerShell Script close-file-explorer.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-file-explorer.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Microsoft File Explorer gracefully
|
||||
Closes Microsoft File Explorer gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-file-explorer.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-firefox.ps1
|
||||
# PowerShell Script close-firefox.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-firefox.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Firefox Web browser gracefully
|
||||
Closes the Firefox Web browser gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-firefox.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-firefox.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-netflix.ps1
|
||||
# PowerShell Script close-netflix.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-netflix.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Netflix gracefully
|
||||
Closes the Netflix program gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-netflix.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-onedrive.ps1
|
||||
# PowerShell Script close-onedrive.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-onedrive.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Microsoft OneDrive gracefully
|
||||
Closes Microsoft OneDrive gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-onedrive.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-onedrive.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-program.ps1
|
||||
# PowerShell Script close-program.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-program.ps1 [<full-program-name>] [<program-name>] [<program-alias-name>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the processes of the given program gracefully
|
||||
Closes the processes of the given program gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -FullProgramName <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-FullProgramName <String>
|
||||
@ -23,8 +25,6 @@ Closes the processes of the given program gracefully
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -ProgramName <String> Parameter
|
||||
|
||||
```
|
||||
-ProgramName <String>
|
||||
|
||||
@ -35,8 +35,6 @@ Closes the processes of the given program gracefully
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -ProgramAliasName <String> Parameter
|
||||
|
||||
```
|
||||
-ProgramAliasName <String>
|
||||
|
||||
@ -56,10 +54,9 @@ PS>.\close-program.ps1 "Google Chrome" "chrome.exe"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-system-settings.ps1
|
||||
# PowerShell Script close-system-settings.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-system-settings.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the System Settings gracefully
|
||||
Closes the System Settings gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-system-settings.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-thunderbird.ps1
|
||||
# PowerShell Script close-thunderbird.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-thunderbird.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the mail client Mozilla Thunderbird gracefully
|
||||
Closes the mail client Mozilla Thunderbird gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-thunderbird.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-thunderbird.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-vlc.ps1
|
||||
# PowerShell Script close-vlc.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-vlc.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the VLC media player gracefully
|
||||
Closes the VLC media player gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-vlc.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/close-windows-terminal.ps1
|
||||
# PowerShell Script close-windows-terminal.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
close-windows-terminal.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Windows Terminal gracefully
|
||||
Closes Windows Terminal gracefully.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\close-windows-terminal.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/configure-git.ps1
|
||||
# PowerShell Script configure-git.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Sets up the Git user configuration
|
||||
Sets up the Git user configuration.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -FullName <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-FullName <String>
|
||||
@ -23,8 +25,6 @@ Sets up the Git user configuration
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -EmailAddress <String> Parameter
|
||||
|
||||
```
|
||||
-EmailAddress <String>
|
||||
|
||||
@ -35,8 +35,6 @@ Sets up the Git user configuration
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -FavoriteEditor <String> Parameter
|
||||
|
||||
```
|
||||
-FavoriteEditor <String>
|
||||
|
||||
@ -56,10 +54,9 @@ PS>.\configure-git.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-csv2txt.ps1
|
||||
# PowerShell Script convert-csv2txt.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-csv2txt.ps1 [<csv-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts the given CSV file into a text list
|
||||
Converts a .CSV file into a text file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Path <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Path <String>
|
||||
@ -32,10 +34,9 @@ PS>.\convert-csv2txt.ps1 salaries.csv
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-mysql2csv.ps1
|
||||
# PowerShell Script convert-mysql2csv.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Convert the MySQL database table to a CSV file
|
||||
Convert a MySQL database table to a .CSV file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -server <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-server <String>
|
||||
@ -23,8 +25,6 @@ Convert the MySQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -database <String> Parameter
|
||||
|
||||
```
|
||||
-database <String>
|
||||
|
||||
@ -35,8 +35,6 @@ Convert the MySQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -username <String> Parameter
|
||||
|
||||
```
|
||||
-username <String>
|
||||
|
||||
@ -47,8 +45,6 @@ Convert the MySQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -password <String> Parameter
|
||||
|
||||
```
|
||||
-password <String>
|
||||
|
||||
@ -59,8 +55,6 @@ Convert the MySQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -query <String> Parameter
|
||||
|
||||
```
|
||||
-query <String>
|
||||
|
||||
@ -80,10 +74,9 @@ PS>.\convert-mysql2csv.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-ps2bat.ps1
|
||||
# PowerShell Script convert-ps2bat.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-ps2bat.ps1 [<pattern>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts PowerShell script(s) to .bat files
|
||||
Converts a PowerShell script to .bat files.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Pattern <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Pattern <String>
|
||||
@ -32,10 +34,9 @@ PS>.\convert-ps2bat.ps1 *.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-ps2md.ps1
|
||||
# PowerShell Script convert-ps2md.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-ps2md.ps1 [<script>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts the comment-based help of a PowerShell script to Markdown
|
||||
Converts the comment-based help of a PowerShell script to Markdown.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-ps2md.ps1 [[-script] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -script <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-script <String>
|
||||
@ -32,9 +34,9 @@ PS>.\convert-ps2md.ps1 myscript.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-sql2csv.ps1
|
||||
# PowerShell Script convert-sql2csv.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Convert the SQL database table to a CSV file
|
||||
Converts a SQL database table to a .CSV file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -server <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-server <String>
|
||||
@ -23,8 +25,6 @@ Convert the SQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -database <String> Parameter
|
||||
|
||||
```
|
||||
-database <String>
|
||||
|
||||
@ -35,8 +35,6 @@ Convert the SQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -username <String> Parameter
|
||||
|
||||
```
|
||||
-username <String>
|
||||
|
||||
@ -47,8 +45,6 @@ Convert the SQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -password <String> Parameter
|
||||
|
||||
```
|
||||
-password <String>
|
||||
|
||||
@ -59,8 +55,6 @@ Convert the SQL database table to a CSV file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -query <String> Parameter
|
||||
|
||||
```
|
||||
-query <String>
|
||||
|
||||
@ -80,10 +74,9 @@ PS>.\convert-sql2csv.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/convert-txt2wav.ps1
|
||||
# PowerShell Script convert-txt2wav.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
convert-txt2wav.ps1 [<text>] [<wav-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts the given text to a .WAV audio file
|
||||
Converts text to a .WAV audio file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Text <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Text <String>
|
||||
@ -23,8 +25,6 @@ Converts the given text to a .WAV audio file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -WavFile <String> Parameter
|
||||
|
||||
```
|
||||
-WavFile <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\convert-txt2wav.ps1 "Hello World" spoken.wav
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/copy-photos-sorted.ps1
|
||||
# PowerShell Script copy-photos-sorted.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
copy-photos-sorted.ps1 [<source-dir>] [<target-dir-tree>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Copies all photos in source-dir sorted by year and month into the target-dir-tree
|
||||
Copies all photos in source-dir sorted by year and month into the target-dir-tree.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDirTree] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -SourceDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-SourceDir <String>
|
||||
@ -23,8 +25,6 @@ Copies all photos in source-dir sorted by year and month into the target-dir-tre
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -TargetDirTree <String> Parameter
|
||||
|
||||
```
|
||||
-TargetDirTree <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\copy-photos-sorted.ps1 C:\MyPhotos C:\MyPhotoAlbum
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/create-branch.ps1
|
||||
# PowerShell Script create-branch.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
create-branch.ps1 [<new-branch-name>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates and switches to a new branch in a Git repository
|
||||
Creates and switches to a new branch in a Git repository.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/create-branch.ps1 [[-NewBranchName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -NewBranchName <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-NewBranchName <String>
|
||||
@ -23,8 +25,6 @@ Creates and switches to a new branch in a Git repository
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\create-branch.ps1 moonshot
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/create-shortcut.ps1
|
||||
# PowerShell Script create-shortcut.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
create-shortcut.ps1 [<shortcut>] [<target>] [<description>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates a new shortcut file
|
||||
Creates a new shortcut file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/create-shortcut.ps1 [[-shortcut] <String>] [[-target] <String>] [[-description] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -shortcut <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-shortcut <String>
|
||||
@ -23,8 +25,6 @@ Creates a new shortcut file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -target <String> Parameter
|
||||
|
||||
```
|
||||
-target <String>
|
||||
|
||||
@ -35,8 +35,6 @@ Creates a new shortcut file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -description <String> Parameter
|
||||
|
||||
```
|
||||
-description <String>
|
||||
|
||||
@ -56,10 +54,9 @@ PS>.\create-shortcut.ps1 C:\Temp\HDD C:\
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,8 +1,12 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/create-symlink.ps1
|
||||
# PowerShell Script create-symlink.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/create-tag.ps1
|
||||
# PowerShell Script create-tag.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
create-tag.ps1 [<new-tag-name>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates a new tag in a Git repository
|
||||
Creates a new tag in a Git repository.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/create-tag.ps1 [[-NewTagName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -NewTagName <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-NewTagName <String>
|
||||
@ -23,8 +25,6 @@ Creates a new tag in a Git repository
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\create-tag.ps1 v1.7
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/decrypt-file.ps1
|
||||
# PowerShell Script decrypt-file.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
decrypt-file.ps1 [<path>] [<password>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Decrypts the given file
|
||||
Decrypts the given file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Path <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Path <String>
|
||||
@ -23,8 +25,6 @@ Decrypts the given file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Password <String> Parameter
|
||||
|
||||
```
|
||||
-Password <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\decrypt-file-rules.ps1 C:\MyFile.txt "123"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/display-time.ps1
|
||||
# PowerShell Script display-time.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
display-time.ps1 [<seconds>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Displays the current time (for 10 seconds by default)
|
||||
Displays the current time (for 10 seconds by default).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Seconds <Int32> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Seconds <Int32>
|
||||
@ -32,10 +34,9 @@ PS>.\display-time.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/download-dir.ps1
|
||||
# PowerShell Script download-dir.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
download-dir.ps1 [<URL>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Downloads a directory tree from the given URL
|
||||
Downloads a directory tree from the given URL.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -URL <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-URL <String>
|
||||
@ -32,10 +34,9 @@ PS>.\download-dir.ps1 "https://www.cnn.com"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/download-file.ps1
|
||||
# PowerShell Script download-file.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
download-file.ps1 [<URL>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Downloads a file from the given URL
|
||||
Downloads a file from the given URL.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/download-file.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -URL <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-URL <String>
|
||||
@ -32,10 +34,9 @@ PS>.\download-file.ps1 "https://www.cnn.com/index.html"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/edit.ps1
|
||||
# PowerShell Script edit.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
edit.ps1 <filename>
|
||||
```
|
||||
|
||||
## Description
|
||||
Opens the built-in text editor to edit the given file
|
||||
Opens the built-in text editor to edit the given file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/edit.ps1 [[-Filename] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Filename <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Filename <String>
|
||||
@ -32,10 +34,9 @@ PS>.\edit.ps1 C:\MyFile.txt
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/enable-crash-dumps.ps1
|
||||
# PowerShell Script enable-crash-dumps.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
enable-crash-dumps.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enables the writing of crash dumps
|
||||
Enables the writing of crash dumps.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/enable-crash-dumps.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\enable-crash-dumps.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/enable-god-mode.ps1
|
||||
# PowerShell Script enable-god-mode.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
enable-god-mode.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enables the god mode (adds a new icon to the desktop)
|
||||
Enables the god mode (adds a new icon to the desktop).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/enable-god-mode.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\enable-god-mode.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/encrypt-file.ps1
|
||||
# PowerShell Script encrypt-file.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
encrypt-file.ps1 [<path>] [<password>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Encrypts the given file
|
||||
Encrypts the given file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Path <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Path <String>
|
||||
@ -23,8 +25,6 @@ Encrypts the given file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Password <String> Parameter
|
||||
|
||||
```
|
||||
-Password <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\encrypt-file.ps1 C:\MyFile.txt "123"
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,9 +1,32 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/enter-chat.ps1
|
||||
# PowerShell Script enter-chat.ps1
|
||||
|
||||
## Synopsis
|
||||
enter-chat.ps1
|
||||
```powershell
|
||||
enter-chat.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enters a chat using a common network shared file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/enter-chat.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\enter-chat.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/fetch-repo.ps1
|
||||
# PowerShell Script fetch-repo.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
fetch-repo.ps1 [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Fetches updates for a local Git repository (including submodules)
|
||||
Fetches updates for a local Git repository (including submodules).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
@ -32,10 +34,9 @@ PS>.\fetch-repo.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/fetch-repos.ps1
|
||||
# PowerShell Script fetch-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
fetch-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Fetches updates for all Git repositories under the current/given directory (including submodules)
|
||||
Fetches updates for all Git repositories under the current/given directory (including submodules).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -ParentDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-ParentDir <String>
|
||||
@ -32,10 +34,9 @@ PS>.\fetch-repos.ps1 C:\MyRepos
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/generate-qrcode.ps1
|
||||
# PowerShell Script generate-qrcode.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
generate-qrcode.ps1 [<text>] [<image-size>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Generates a QR code image file
|
||||
Generates a QR code image file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/generate-qrcode.ps1 [[-Text] <String>] [[-ImageSize] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Text <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Text <String>
|
||||
@ -23,8 +25,6 @@ Generates a QR code image file
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -ImageSize <String> Parameter
|
||||
|
||||
```
|
||||
-ImageSize <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\generate-qrcode.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,29 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/hibernate.ps1
|
||||
# PowerShell Script hibernate.ps1
|
||||
|
||||
## Synopsis
|
||||
hibernate.ps1
|
||||
|
||||
## Description
|
||||
Enables hibernate mode for the local computer (needs admin rights)
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/hibernate.ps1 [<CommonParameters>]
|
||||
hibernate.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\hibernate.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/inspect-exe.ps1
|
||||
# PowerShell Script inspect-exe.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
inspect-exe.ps1 [<path-to-exe-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Prints basic information of the given executable file
|
||||
Prints basic information of the given executable file.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -PathToExe <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-PathToExe <String>
|
||||
@ -32,10 +34,9 @@ PS>.\inspect-exe.ps1 C:\MyApp.exe
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-github-cli.ps1
|
||||
# PowerShell Script install-github-cli.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
install-github-cli.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs GitHub CLI
|
||||
Installs GitHub CLI.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-github-cli.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\install-github-cli.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-google-chrome.ps1
|
||||
# PowerShell Script install-google-chrome.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
install-google-chrome.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs the latest Google Chrome browser
|
||||
Installs the latest Google Chrome browser.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-google-chrome.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\install-google-chrome.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,7 +1,9 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-knot-resolver.ps1
|
||||
# PowerShell Script install-knot-resolver.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
install-knot-resolver.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs the Knot Resolver (a DNS resolver daemon, needs admin rights).
|
||||
@ -10,6 +12,8 @@ Installs the Knot Resolver (a DNS resolver daemon, needs admin rights).
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-knot-resolver.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\install-knot-resolver.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,7 +1,9 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-signal-cli.ps1
|
||||
# PowerShell Script install-signal-cli.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
install-signal-cli.ps1 [<version>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number.
|
||||
@ -11,7 +13,7 @@ Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the c
|
||||
/home/mf/PowerShell/Scripts/install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Version <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Version <String>
|
||||
@ -32,10 +34,9 @@ PS>.\install-signal-cli.ps1 0.11.12
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,29 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-ssh-client.ps1
|
||||
# PowerShell Script install-ssh-client.ps1
|
||||
|
||||
## Synopsis
|
||||
install-ssh-client.ps1
|
||||
|
||||
## Description
|
||||
Installs the SSH client (needs admin rights)
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-ssh-client.ps1 [<CommonParameters>]
|
||||
install-ssh-client.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\install-ssh-client.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,29 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-ssh-server.ps1
|
||||
# PowerShell Script install-ssh-server.ps1
|
||||
|
||||
## Synopsis
|
||||
install-ssh-server.ps1
|
||||
|
||||
## Description
|
||||
Installs the SSH server (needs admin rights)
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-ssh-server.ps1 [<CommonParameters>]
|
||||
install-ssh-server.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\install-ssh-server.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,29 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/install-wsl.ps1
|
||||
# PowerShell Script install-wsl.ps1
|
||||
|
||||
## Synopsis
|
||||
install-wsl.ps1
|
||||
|
||||
## Description
|
||||
Installs Windows Subsystem for Linux (WSL), needs admin rights
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/install-wsl.ps1 [<CommonParameters>]
|
||||
install-wsl.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS>.\install-wsl.ps1
|
||||
```
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/introduce-powershell.ps1
|
||||
# PowerShell Script introduce-powershell.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
introduce-powershell.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Introduces PowerShell to new users
|
||||
Introduces PowerShell to new users.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/introduce-powershell.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\introduce-powershell.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-aliases.ps1
|
||||
# PowerShell Script list-aliases.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-aliases.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all PowerShell aliases
|
||||
Lists all PowerShell aliases.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-aliases.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\list-aliases.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-anagrams.ps1
|
||||
# PowerShell Script list-anagrams.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-anagrams.ps1 [<word>] [<columns>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all anagrams of the given word
|
||||
Lists all anagrams of the given word.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -Word <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-Word <String>
|
||||
@ -23,8 +25,6 @@ Lists all anagrams of the given word
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Columns <Int32> Parameter
|
||||
|
||||
```
|
||||
-Columns <Int32>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\list-anagrams.ps1 Markus
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,9 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-automatic-variables.ps1
|
||||
# PowerShell Script list-automatic-variables.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-automatic-variables.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-branches.ps1
|
||||
# PowerShell Script list-branches.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-branches.ps1 [<repo-dir>] [<pattern>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all branches in the current/given Git repository
|
||||
Lists all branches in the current/given Git repository.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-branches.ps1 [[-RepoDir] <String>] [[-Pattern] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
@ -23,8 +25,6 @@ Lists all branches in the current/given Git repository
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Pattern <String> Parameter
|
||||
|
||||
```
|
||||
-Pattern <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\list-branches.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-cheat-sheet.ps1
|
||||
# PowerShell Script list-cheat-sheet.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-cheat-sheet.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists the PowerShell cheat sheet
|
||||
Lists the PowerShell cheat sheet.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-cheat-sheet.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\list-cheat-sheet.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-city-weather.ps1
|
||||
# PowerShell Script list-city-weather.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-city-weather.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
List the current weather of cities world-wide (west to east)
|
||||
List the current weather of cities world-wide (west to east).
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-city-weather.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\list-city-weather.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,9 +1,13 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-cli-tools.ps1
|
||||
# PowerShell Script list-cli-tools.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-cli-tools.ps1
|
||||
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-clipboard.ps1
|
||||
# PowerShell Script list-clipboard.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-clipboard.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists the contents of the clipboard
|
||||
Lists the contents of the clipboard.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-clipboard.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\list-clipboard.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,15 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-cmdlets.ps1
|
||||
# PowerShell Script list-cmdlets.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-cmdlets.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all PowerShell cmdlets
|
||||
Lists all PowerShell cmdlets.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-cmdlets.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
## <CommonParameters>
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
|
||||
@ -20,10 +24,9 @@ PS>.\list-cmdlets.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
@ -1,17 +1,19 @@
|
||||
# PowerShell Script /home/mf/PowerShell/Scripts/list-commits.ps1
|
||||
# PowerShell Script list-commits.ps1
|
||||
|
||||
## Synopsis
|
||||
```powershell
|
||||
list-commits.ps1 [<repo-dir>] [<format>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all commits in the current/given Git repository
|
||||
Lists all commits in the current/given Git repository.
|
||||
|
||||
## Syntax
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## -RepoDir <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-RepoDir <String>
|
||||
@ -23,8 +25,6 @@ Lists all commits in the current/given Git repository
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Format <String> Parameter
|
||||
|
||||
```
|
||||
-Format <String>
|
||||
|
||||
@ -44,10 +44,9 @@ PS>.\list-commits.ps1
|
||||
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Created by convert-ps2md.ps1*
|
||||
*Generated by convert-ps2md.ps1*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user