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