diff --git a/Docs/MD5.ps1.md b/Docs/MD5.ps1.md index d4b25de6..18c6ccdb 100644 --- a/Docs/MD5.ps1.md +++ b/Docs/MD5.ps1.md @@ -5,13 +5,10 @@ ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/SHA1.ps1.md b/Docs/SHA1.ps1.md index a0517161..d281b27a 100644 --- a/Docs/SHA1.ps1.md +++ b/Docs/SHA1.ps1.md @@ -5,13 +5,10 @@ ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/SHA256.ps1.md b/Docs/SHA256.ps1.md index f89e88b2..14fb75a2 100644 --- a/Docs/SHA256.ps1.md +++ b/Docs/SHA256.ps1.md @@ -5,13 +5,10 @@ ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/add-firewall-rules.ps1.md b/Docs/add-firewall-rules.ps1.md index 3082f50d..eccd2ccb 100644 --- a/Docs/add-firewall-rules.ps1.md +++ b/Docs/add-firewall-rules.ps1.md @@ -8,13 +8,11 @@ add-firewall-rules.ps1 [] ## Description Adds firewall rules for the given executables (needs administrator rights). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] ] [] ``` -## Parameters - ``` -PathToExecutables @@ -26,10 +24,9 @@ Adds firewall rules for the given executables (needs administrator rights). ``` ``` - +[] 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 diff --git a/Docs/add-memo.ps1.md b/Docs/add-memo.ps1.md index 0a1875fb..e233f18e 100644 --- a/Docs/add-memo.ps1.md +++ b/Docs/add-memo.ps1.md @@ -8,13 +8,11 @@ add-memo.ps1 [] ## Description Adds the given memo text to $HOME/Memos.csv. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/add-memo.ps1 [[-text] ] [] ``` -## Parameters - ``` -text @@ -26,10 +24,9 @@ Adds the given memo text to $HOME/Memos.csv. ``` ``` - +[] 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 diff --git a/Docs/alert.ps1.md b/Docs/alert.ps1.md index 2b953f26..577b59a8 100644 --- a/Docs/alert.ps1.md +++ b/Docs/alert.ps1.md @@ -8,13 +8,11 @@ alert.ps1 [] ## Description Handle and escalate the given alert message. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/alert.ps1 [[-Message] ] [] ``` -## Parameters - ``` -Message @@ -26,10 +24,9 @@ Handle and escalate the given alert message. ``` ``` - +[] 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 diff --git a/Docs/cd-desktop.ps1.md b/Docs/cd-desktop.ps1.md index f49b9812..2509edaa 100644 --- a/Docs/cd-desktop.ps1.md +++ b/Docs/cd-desktop.ps1.md @@ -8,18 +8,15 @@ cd-desktop.ps1 ## Description Go to the user's desktop folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-desktop.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-docs.ps1.md b/Docs/cd-docs.ps1.md index c9fa1d26..4393ced1 100644 --- a/Docs/cd-docs.ps1.md +++ b/Docs/cd-docs.ps1.md @@ -8,18 +8,15 @@ cd-docs.ps1 ## Description Go to the user's documents folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-docs.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-downloads.ps1.md b/Docs/cd-downloads.ps1.md index b6a69cbe..6e243c62 100644 --- a/Docs/cd-downloads.ps1.md +++ b/Docs/cd-downloads.ps1.md @@ -8,18 +8,15 @@ cd-downloads.ps1 ## Description Go to the user's downloads folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-downloads.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-dropbox.ps1.md b/Docs/cd-dropbox.ps1.md index a5524b28..1445775b 100644 --- a/Docs/cd-dropbox.ps1.md +++ b/Docs/cd-dropbox.ps1.md @@ -8,18 +8,15 @@ cd-dropbox.ps1 ## Description Go to the user's Dropbox folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-dropbox.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-home.ps1.md b/Docs/cd-home.ps1.md index 7d2a87e2..02854f60 100644 --- a/Docs/cd-home.ps1.md +++ b/Docs/cd-home.ps1.md @@ -8,18 +8,15 @@ cd-home.ps1 ## Description Go to the user's home folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-home.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-music.ps1.md b/Docs/cd-music.ps1.md index 2b76c7f7..2b9573b2 100644 --- a/Docs/cd-music.ps1.md +++ b/Docs/cd-music.ps1.md @@ -8,18 +8,15 @@ cd-music.ps1 ## Description Go to the user's music folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-music.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-onedrive.ps1.md b/Docs/cd-onedrive.ps1.md index fce6fa94..dce3001f 100644 --- a/Docs/cd-onedrive.ps1.md +++ b/Docs/cd-onedrive.ps1.md @@ -8,18 +8,15 @@ cd-onedrive.ps1 ## Description Go to the user's OneDrive folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-onedrive.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-pics.ps1.md b/Docs/cd-pics.ps1.md index f7df7cd5..3571f306 100644 --- a/Docs/cd-pics.ps1.md +++ b/Docs/cd-pics.ps1.md @@ -8,18 +8,15 @@ cd-pics.ps1 ## Description Go to the user's pictures folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-pics.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-recycle-bin.ps1.md b/Docs/cd-recycle-bin.ps1.md index 535fdb22..11f69dcf 100644 --- a/Docs/cd-recycle-bin.ps1.md +++ b/Docs/cd-recycle-bin.ps1.md @@ -6,13 +6,10 @@ cd-recycle-bin.ps1 ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/cd-repos.ps1.md b/Docs/cd-repos.ps1.md index b3f36538..1c0849de 100644 --- a/Docs/cd-repos.ps1.md +++ b/Docs/cd-repos.ps1.md @@ -8,18 +8,15 @@ cd-repos.ps1 ## Description Go to the user's Git repositories folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-repos.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-root.ps1.md b/Docs/cd-root.ps1.md index 8574ac32..0d593dd9 100644 --- a/Docs/cd-root.ps1.md +++ b/Docs/cd-root.ps1.md @@ -8,18 +8,15 @@ cd-root.ps1 ## Description Go to the root directory (C:\ on Windows). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-root.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-scripts.ps1.md b/Docs/cd-scripts.ps1.md index 907a82db..1620e945 100644 --- a/Docs/cd-scripts.ps1.md +++ b/Docs/cd-scripts.ps1.md @@ -8,18 +8,15 @@ cd-scripts.ps1 ## Description Go to the PowerShell Scripts folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-scripts.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-up.ps1.md b/Docs/cd-up.ps1.md index ef7f2ca3..3e7340d0 100644 --- a/Docs/cd-up.ps1.md +++ b/Docs/cd-up.ps1.md @@ -8,18 +8,15 @@ cd-up.ps1 ## Description Go one directory level up. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-up.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-up2.ps1.md b/Docs/cd-up2.ps1.md index 9b0d63cf..74e16c68 100644 --- a/Docs/cd-up2.ps1.md +++ b/Docs/cd-up2.ps1.md @@ -8,18 +8,15 @@ cd-up2.ps1 ## Description Go two directory levels up. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-up2.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-up3.ps1.md b/Docs/cd-up3.ps1.md index 92ec076b..11800498 100644 --- a/Docs/cd-up3.ps1.md +++ b/Docs/cd-up3.ps1.md @@ -8,18 +8,15 @@ cd-up3.ps1 ## Description Go three directory levels up. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-up3.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-up4.ps1.md b/Docs/cd-up4.ps1.md index 75809815..3e0f01bf 100644 --- a/Docs/cd-up4.ps1.md +++ b/Docs/cd-up4.ps1.md @@ -8,18 +8,15 @@ cd-up4.ps1 ## Description Go four directory levels up. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-up4.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/cd-videos.ps1.md b/Docs/cd-videos.ps1.md index 51be2440..70fac7e4 100644 --- a/Docs/cd-videos.ps1.md +++ b/Docs/cd-videos.ps1.md @@ -8,18 +8,15 @@ cd-videos.ps1 ## Description Go to the user's videos folder. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cd-videos.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/check-cpu-temp.ps1.md b/Docs/check-cpu-temp.ps1.md index b2bc2ff7..bf778561 100644 --- a/Docs/check-cpu-temp.ps1.md +++ b/Docs/check-cpu-temp.ps1.md @@ -8,18 +8,15 @@ check-cpu-temp.ps1 ## Description Checks the CPU temperature. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/check-dns-resolution.ps1.md b/Docs/check-dns-resolution.ps1.md index 7ce50be1..6c5602e5 100644 --- a/Docs/check-dns-resolution.ps1.md +++ b/Docs/check-dns-resolution.ps1.md @@ -8,18 +8,15 @@ check-dns-resolution.ps1 ## Description Checks the DNS resolution with frequently used domain names. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-dns-resolution.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/check-drive-space.ps1.md b/Docs/check-drive-space.ps1.md index 1965fe9d..fb7dbdb1 100644 --- a/Docs/check-drive-space.ps1.md +++ b/Docs/check-drive-space.ps1.md @@ -8,13 +8,11 @@ check-drive-space.ps1 [] [] ## Description Checks the given drive for free space left. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] ] [[-MinLevel] ] [] ``` -## Parameters - ``` -Drive @@ -36,10 +34,9 @@ Checks the given drive for free space left. ``` ``` - +[] 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 diff --git a/Docs/check-file-system.ps1.md b/Docs/check-file-system.ps1.md index 601da9d7..cd52a38e 100644 --- a/Docs/check-file-system.ps1.md +++ b/Docs/check-file-system.ps1.md @@ -6,13 +6,10 @@ check-file-system.ps1 [[-Drive] ] ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/check-health.ps1.md b/Docs/check-health.ps1.md index 3b7d3385..d374a23d 100644 --- a/Docs/check-health.ps1.md +++ b/Docs/check-health.ps1.md @@ -8,18 +8,15 @@ check-health.ps1 ## Description Checks the health of the local computer -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-health.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/check-ipv4-address.ps1.md b/Docs/check-ipv4-address.ps1.md index 3414ae7d..1ee9b0df 100644 --- a/Docs/check-ipv4-address.ps1.md +++ b/Docs/check-ipv4-address.ps1.md @@ -8,13 +8,11 @@ check-ipv4-address.ps1 [
] ## Description Checks the given IPv4 address for validity. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] ] [] ``` -## Parameters - ``` -Address @@ -26,10 +24,9 @@ Checks the given IPv4 address for validity. ``` ``` - +[] 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 diff --git a/Docs/check-ipv6-address.ps1.md b/Docs/check-ipv6-address.ps1.md index 7796c059..447cf3f9 100644 --- a/Docs/check-ipv6-address.ps1.md +++ b/Docs/check-ipv6-address.ps1.md @@ -8,13 +8,11 @@ check-ipv6-address.ps1 [
] ## Description Checks the given IPv6 address for validity. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] ] [] ``` -## Parameters - ``` -Address @@ -26,10 +24,9 @@ Checks the given IPv6 address for validity. ``` ``` - +[] 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 diff --git a/Docs/check-mac-address.ps1.md b/Docs/check-mac-address.ps1.md index 1434f341..7500196a 100644 --- a/Docs/check-mac-address.ps1.md +++ b/Docs/check-mac-address.ps1.md @@ -8,13 +8,11 @@ check-mac-address.ps1 [] ## Description Checks the given MAC address for validity (MAC address like 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] ] [] ``` -## Parameters - ``` -MAC @@ -26,10 +24,9 @@ Checks the given MAC address for validity (MAC address like 00:00:00:00:00:00 or ``` ``` - +[] 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 diff --git a/Docs/check-ping.ps1.md b/Docs/check-ping.ps1.md index d322859a..aaf6a7df 100644 --- a/Docs/check-ping.ps1.md +++ b/Docs/check-ping.ps1.md @@ -8,18 +8,15 @@ check-ping.ps1 ## Description Checks the ping latency from the local computer to the internet. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-ping.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/check-subnet-mask.ps1.md b/Docs/check-subnet-mask.ps1.md index ec292bc6..a8d1d256 100644 --- a/Docs/check-subnet-mask.ps1.md +++ b/Docs/check-subnet-mask.ps1.md @@ -8,13 +8,11 @@ check-subnet-mask.ps1 [
] ## Description Checks the given subnet mask for validity. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] ] [] ``` -## Parameters - ``` -address @@ -26,10 +24,9 @@ Checks the given subnet mask for validity. ``` ``` - +[] 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 diff --git a/Docs/check-swap-space.ps1.md b/Docs/check-swap-space.ps1.md index 83c530d2..bc0448e0 100644 --- a/Docs/check-swap-space.ps1.md +++ b/Docs/check-swap-space.ps1.md @@ -8,13 +8,11 @@ check-swap-space.ps1 [] ## Description Checks the free swap space. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] ] [] ``` -## Parameters - ``` -MinLevel @@ -26,10 +24,9 @@ Checks the free swap space. ``` ``` - +[] 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 diff --git a/Docs/check-symlinks.ps1.md b/Docs/check-symlinks.ps1.md index 53b1bf08..b0db7132 100644 --- a/Docs/check-symlinks.ps1.md +++ b/Docs/check-symlinks.ps1.md @@ -8,13 +8,11 @@ check-symlinks.ps1 [] ## Description Checks every symlink in the given directory tree. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-symlinks.ps1 [[-DirTree] ] [] ``` -## Parameters - ``` -DirTree @@ -26,10 +24,9 @@ Checks every symlink in the given directory tree. ``` ``` - +[] 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 diff --git a/Docs/check-weather.ps1.md b/Docs/check-weather.ps1.md index 23388b2d..53530826 100644 --- a/Docs/check-weather.ps1.md +++ b/Docs/check-weather.ps1.md @@ -8,13 +8,11 @@ check-weather.ps1 [] ## Description Checks the weather for critical values. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-weather.ps1 [[-Location] ] [] ``` -## Parameters - ``` -Location @@ -26,10 +24,9 @@ Checks the weather for critical values. ``` ``` - +[] 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 diff --git a/Docs/check-windows-system-files.ps1.md b/Docs/check-windows-system-files.ps1.md index 8d61758c..ae8ebac1 100644 --- a/Docs/check-windows-system-files.ps1.md +++ b/Docs/check-windows-system-files.ps1.md @@ -6,13 +6,10 @@ check-windows-system-files.ps1 ``` -## Parameters - ``` - +[] 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). ``` *Generated by convert-ps2md.ps1* diff --git a/Docs/check-xml-file.ps1.md b/Docs/check-xml-file.ps1.md index 46489543..d164ae64 100644 --- a/Docs/check-xml-file.ps1.md +++ b/Docs/check-xml-file.ps1.md @@ -8,13 +8,11 @@ check-xml-file [] ## Description Checks the given XML file for validity. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/check-xml-file.ps1 [[-File] ] [] ``` -## Parameters - ``` -File @@ -26,10 +24,9 @@ Checks the given XML file for validity. ``` ``` - +[] 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 diff --git a/Docs/cherry-picker.ps1.md b/Docs/cherry-picker.ps1.md index 57bc863c..59543f54 100644 --- a/Docs/cherry-picker.ps1.md +++ b/Docs/cherry-picker.ps1.md @@ -9,13 +9,11 @@ cherry-picker.ps1 [] [] [] [] Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces). NOTE: in case of merge conflicts the script stops immediately! -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/cherry-picker.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ] [[-RepoDir] ] [] ``` -## Parameters - ``` -CommitID @@ -57,10 +55,9 @@ NOTE: in case of merge conflicts the script stops immediately! ``` ``` - +[] 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 diff --git a/Docs/clean-repo.ps1.md b/Docs/clean-repo.ps1.md index 3ebbbf44..2772e55b 100644 --- a/Docs/clean-repo.ps1.md +++ b/Docs/clean-repo.ps1.md @@ -8,13 +8,11 @@ clean-repo.ps1 [] ## Description Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] ] [] ``` -## Parameters - ``` -RepoDir @@ -26,10 +24,9 @@ Cleans a Git repository from untracked files (including submodules, e.g. for a f ``` ``` - +[] 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 diff --git a/Docs/clean-repos.ps1.md b/Docs/clean-repos.ps1.md index e86c85f0..df2b6852 100644 --- a/Docs/clean-repos.ps1.md +++ b/Docs/clean-repos.ps1.md @@ -8,13 +8,11 @@ clean-repos.ps1 [] ## Description Cleans all Git repositories under the current/given directory from untracked files (including submodules). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] ] [] ``` -## Parameters - ``` -ParentDir @@ -26,10 +24,9 @@ Cleans all Git repositories under the current/given directory from untracked fil ``` ``` - +[] 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 diff --git a/Docs/clear-recycle-bin.ps1.md b/Docs/clear-recycle-bin.ps1.md index 52565e64..d272ca38 100644 --- a/Docs/clear-recycle-bin.ps1.md +++ b/Docs/clear-recycle-bin.ps1.md @@ -8,18 +8,15 @@ clear-recycle-bin.ps1 ## Description Removes the content of the recycle bin folder (can not be undo). -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/clear-recycle-bin.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/clone-repos.ps1.md b/Docs/clone-repos.ps1.md index bae07dd4..ff28909e 100644 --- a/Docs/clone-repos.ps1.md +++ b/Docs/clone-repos.ps1.md @@ -8,13 +8,11 @@ clone-repos.ps1 [] ## Description Clones well-known Git repositories under the current/given directory. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/clone-repos.ps1 [[-ParentDir] ] [] ``` -## Parameters - ``` -ParentDir @@ -26,10 +24,9 @@ Clones well-known Git repositories under the current/given directory. ``` ``` - +[] 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 diff --git a/Docs/close-calculator.ps1.md b/Docs/close-calculator.ps1.md index beaf7af9..0ecff222 100644 --- a/Docs/close-calculator.ps1.md +++ b/Docs/close-calculator.ps1.md @@ -8,18 +8,15 @@ close-calculator.ps1 ## Description Closes the calculator program gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-calculator.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-chrome.ps1.md b/Docs/close-chrome.ps1.md index 42fb3886..91bea537 100644 --- a/Docs/close-chrome.ps1.md +++ b/Docs/close-chrome.ps1.md @@ -8,18 +8,15 @@ close-chrome.ps1 ## Description Closes the Web browser Google Chrome gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-chrome.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-cortana.ps1.md b/Docs/close-cortana.ps1.md index e99a37d9..07058457 100644 --- a/Docs/close-cortana.ps1.md +++ b/Docs/close-cortana.ps1.md @@ -8,18 +8,15 @@ close-cortana.ps1 ## Description Closes Cortana gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-cortana.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-edge.ps1.md b/Docs/close-edge.ps1.md index a5740fda..c6312649 100644 --- a/Docs/close-edge.ps1.md +++ b/Docs/close-edge.ps1.md @@ -8,18 +8,15 @@ close-edge.ps1 ## Description Closes the Web browser Microsoft Edge gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-edge.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-file-explorer.ps1.md b/Docs/close-file-explorer.ps1.md index b95f7b47..02698803 100644 --- a/Docs/close-file-explorer.ps1.md +++ b/Docs/close-file-explorer.ps1.md @@ -8,18 +8,15 @@ close-file-explorer.ps1 ## Description Closes Microsoft File Explorer gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-file-explorer.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-firefox.ps1.md b/Docs/close-firefox.ps1.md index 242290c2..9ad8660c 100644 --- a/Docs/close-firefox.ps1.md +++ b/Docs/close-firefox.ps1.md @@ -8,18 +8,15 @@ close-firefox.ps1 ## Description Closes the Firefox Web browser gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-firefox.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-netflix.ps1.md b/Docs/close-netflix.ps1.md index b4449c1a..525d9527 100644 --- a/Docs/close-netflix.ps1.md +++ b/Docs/close-netflix.ps1.md @@ -8,18 +8,15 @@ close-netflix.ps1 ## Description Closes the Netflix program gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-netflix.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-onedrive.ps1.md b/Docs/close-onedrive.ps1.md index 1763cac4..354c07bf 100644 --- a/Docs/close-onedrive.ps1.md +++ b/Docs/close-onedrive.ps1.md @@ -8,18 +8,15 @@ close-onedrive.ps1 ## Description Closes Microsoft OneDrive gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-onedrive.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-program.ps1.md b/Docs/close-program.ps1.md index 7f70d7b0..a6409648 100644 --- a/Docs/close-program.ps1.md +++ b/Docs/close-program.ps1.md @@ -8,13 +8,11 @@ close-program.ps1 [] [] [] ## Description Closes the processes of the given program gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] ] [[-ProgramName] ] [[-ProgramAliasName] ] [] ``` -## Parameters - ``` -FullProgramName @@ -46,10 +44,9 @@ Closes the processes of the given program gracefully. ``` ``` - +[] 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 diff --git a/Docs/close-system-settings.ps1.md b/Docs/close-system-settings.ps1.md index aa87e96c..9356dc34 100644 --- a/Docs/close-system-settings.ps1.md +++ b/Docs/close-system-settings.ps1.md @@ -8,18 +8,15 @@ close-system-settings.ps1 ## Description Closes the System Settings gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-system-settings.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-thunderbird.ps1.md b/Docs/close-thunderbird.ps1.md index 76e7ac59..fee9fcba 100644 --- a/Docs/close-thunderbird.ps1.md +++ b/Docs/close-thunderbird.ps1.md @@ -8,18 +8,15 @@ close-thunderbird.ps1 ## Description Closes the mail client Mozilla Thunderbird gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-thunderbird.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-vlc.ps1.md b/Docs/close-vlc.ps1.md index bc15c3a5..45821bb1 100644 --- a/Docs/close-vlc.ps1.md +++ b/Docs/close-vlc.ps1.md @@ -8,18 +8,15 @@ close-vlc.ps1 ## Description Closes the VLC media player gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-vlc.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/close-windows-terminal.ps1.md b/Docs/close-windows-terminal.ps1.md index 83670742..2ac08695 100644 --- a/Docs/close-windows-terminal.ps1.md +++ b/Docs/close-windows-terminal.ps1.md @@ -8,18 +8,15 @@ close-windows-terminal.ps1 ## Description Closes Windows Terminal gracefully. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/close-windows-terminal.ps1 [] ``` -## Parameters - ``` - +[] 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 diff --git a/Docs/configure-git.ps1.md b/Docs/configure-git.ps1.md index dff71511..81109051 100644 --- a/Docs/configure-git.ps1.md +++ b/Docs/configure-git.ps1.md @@ -8,13 +8,11 @@ configure-git.ps1 [] [] [] ## Description Sets up the Git user configuration. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] ] [[-EmailAddress] ] [[-FavoriteEditor] ] [] ``` -## Parameters - ``` -FullName @@ -46,10 +44,9 @@ Sets up the Git user configuration. ``` ``` - +[] 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 diff --git a/Docs/convert-csv2txt.ps1.md b/Docs/convert-csv2txt.ps1.md index 5d782927..8e8d14a0 100644 --- a/Docs/convert-csv2txt.ps1.md +++ b/Docs/convert-csv2txt.ps1.md @@ -8,13 +8,11 @@ convert-csv2txt.ps1 [] ## Description Converts a .CSV file into a text file. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] ] [] ``` -## Parameters - ``` -Path @@ -26,10 +24,9 @@ Converts a .CSV file into a text file. ``` ``` - +[] 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 diff --git a/Docs/convert-mysql2csv.ps1.md b/Docs/convert-mysql2csv.ps1.md index 6404bed9..2403000d 100644 --- a/Docs/convert-mysql2csv.ps1.md +++ b/Docs/convert-mysql2csv.ps1.md @@ -8,13 +8,11 @@ convert-mysql2csv.ps1 [] [] [] [] [ ## Description Convert a MySQL database table to a .CSV file. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] ] [[-database] ] [[-username] ] [[-password] ] [[-query] ] [] ``` -## Parameters - ``` -server @@ -66,10 +64,9 @@ Convert a MySQL database table to a .CSV file. ``` ``` - +[] 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 diff --git a/Docs/convert-ps2bat.ps1.md b/Docs/convert-ps2bat.ps1.md index 6f357e28..1821c0b0 100644 --- a/Docs/convert-ps2bat.ps1.md +++ b/Docs/convert-ps2bat.ps1.md @@ -8,13 +8,11 @@ convert-ps2bat.ps1 [] ## Description Converts a PowerShell script to .bat files. -## Syntax +## Syntax & Parameters ```powershell /home/mf/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] ] [] ``` -## Parameters - ``` -Pattern @@ -26,10 +24,9 @@ Converts a PowerShell script to .bat files. ``` ``` - +[] 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 diff --git a/Docs/convert-ps2md.ps1.md b/Docs/convert-ps2md.ps1.md index 3320e31d..f20d7798 100644 --- a/Docs/convert-ps2md.ps1.md +++ b/Docs/convert-ps2md.ps1.md @@ -8,13 +8,11 @@ convert-ps2md.ps1 [