mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-11 09:55:07 +02:00
Update the manuals
This commit is contained in:
Docs
add-firewall-rules.mdadd-memo.mdalert.mdbuild-repo.mdbuild-repos.mdcd-desktop.mdcd-docs.mdcd-downloads.mdcd-dropbox.mdcd-home.mdcd-music.mdcd-onedrive.mdcd-pics.mdcd-recycle-bin.mdcd-repos.mdcd-root.mdcd-scripts.mdcd-ssh.mdcd-up.mdcd-up2.mdcd-up3.mdcd-up4.mdcd-videos.mdcheck-cpu-temp.mdcheck-dns-resolution.mdcheck-drive-space.mdcheck-file-system.mdcheck-health.mdcheck-ipv4-address.mdcheck-ipv6-address.mdcheck-mac-address.mdcheck-ping.mdcheck-smart-devices.mdcheck-subnet-mask.mdcheck-swap-space.mdcheck-symlinks.mdcheck-weather.mdcheck-windows-system-files.mdcheck-xml-file.mdclean-repo.mdclean-repos.mdclear-recycle-bin.mdclone-repos.mdclose-calculator.mdclose-chrome.mdclose-cortana.mdclose-edge.mdclose-file-explorer.mdclose-firefox.mdclose-netflix.mdclose-onedrive.mdclose-program.mdclose-system-settings.mdclose-thunderbird.mdclose-vlc.mdclose-windows-terminal.mdconfigure-git.mdconvert-csv2txt.mdconvert-mysql2csv.mdconvert-ps2bat.mdconvert-ps2md.mdconvert-sql2csv.mdconvert-txt2wav.mdcopy-photos-sorted.mddecrypt-file.mddisplay-time.mddownload-dir.mddownload-file.mdedit.mdenable-crash-dumps.mdenable-god-mode.mdencrypt-file.mdenter-chat.mdfetch-repo.mdfetch-repos.mdget-md5.mdget-sha1.mdget-sha256.mdhibernate.mdinspect-exe.mdinstall-github-cli.mdinstall-google-chrome.mdinstall-knot-resolver.mdinstall-signal-cli.mdinstall-ssh-client.mdinstall-ssh-server.mdinstall-updates.mdinstall-vscode.mdinstall-wsl.mdintroduce-powershell.mdlist-aliases.mdlist-anagrams.mdlist-automatic-variables.mdlist-branches.mdlist-cheat-sheet.mdlist-city-weather.mdlist-cli-tools.mdlist-clipboard.mdlist-cmdlets.mdlist-commits.mdlist-console-colors.mdlist-countries.mdlist-credits.mdlist-crypto-rates.mdlist-dir-tree.mdlist-dir.mdlist-drives.mdlist-earthquakes.mdlist-emojis.mdlist-empty-dirs.mdlist-empty-files.mdlist-environment-variables.mdlist-exchange-rates.mdlist-files.mdlist-fritzbox-calls.mdlist-fritzbox-devices.mdlist-hidden-files.mdlist-installed-apps.mdlist-installed-software.mdlist-latest-tag.mdlist-latest-tags.mdlist-memos.mdlist-modules.mdlist-mysql-tables.mdlist-network-shares.mdlist-news.mdlist-os-releases.mdlist-os-updates.mdlist-passwords.mdlist-pins.mdlist-print-jobs.mdlist-printers.mdlist-processes.mdlist-profiles.mdlist-recycle-bin.mdlist-repos.mdlist-scripts.mdlist-services.mdlist-sql-tables.mdlist-submodules.mdlist-system-info.mdlist-tags.mdlist-tasks.mdlist-timezone.mdlist-timezones.mdlist-tiobe-index.mdlist-unused-files.mdlist-user-groups.mdlist-voices.mdlist-weather.mdlist-workdir.mdlocate-city.mdlocate-ipaddress.mdlocate-zip-code.mdmake-install.mdmoon.mdmute-audio.mdmy-profile.mdnew-branch.mdnew-email.mdnew-qrcode.mdnew-script.mdnew-shortcut.mdnew-symlink.mdnew-tag.mdnew-zipfile.mdopen-browser.mdopen-calculator.mdopen-email-client.mdopen-file-explorer.mdopen-netflix.mdopen-onedrive.mdopen-recycle-bin.mdpick-commit.mdplay-beep.mdplay-files.mdplay-happy-birthday.mdplay-imperial-march.mdplay-jingle-bells.mdplay-m3u.mdplay-mission-impossible.mdplay-mp3.mdplay-super-mario.mdplay-tetris-melody.mdpoweroff.mdpublish-to-ipfs.mdpull-repo.mdpull-repos.mdquery-smart-data.mdreboot-fritzbox.mdreboot.mdremind-me.mdremove-empty-dirs.mdremove-print-jobs.mdremove-tag.mdreplace-in-files.mdrestart-network-adapters.mdscan-ports.mdsearch-filename.mdsearch-files.mdsend-email.mdsend-tcp.mdsend-udp.mdset-profile.mdset-timer.mdset-wallpaper.mdsimulate-matrix.mdsimulate-presence.mdsmart-data2csv.mdspeak-checklist.mdspeak-countdown.mdspeak-date.mdspeak-english.mdspeak-epub.mdspeak-file.mdspeak-french.mdspeak-german.mdspeak-italian.mdspeak-joke.mdspeak-quote.mdspeak-spanish.mdspeak-test.mdspeak-text.mdspeak-time.mdstart-calibre-server.mdstart-ipfs-server.mdswitch-branch.mdswitch-shelly1.mdsync-repo.mdtake-screenshot.mdtake-screenshots.mdtranslate-file.mdtranslate-files.mdtranslate-text.mdturn-volume-down.mdturn-volume-up.mdunmute-audio.mdupgrade-ubuntu.mdupload-file.mdvoice-control.mdwakeup.mdweather-report.mdweather.mdwhat-is.mdwrite-animated.mdwrite-big.mdwrite-blue.mdwrite-braille.mdwrite-calendar.mdwrite-chart.mdwrite-green.mdwrite-joke.mdwrite-lowercase.mdwrite-marquee.mdwrite-morse-code.mdwrite-motd.mdwrite-quote.mdwrite-red.mdwrite-rot13.mdwrite-typewriter.mdwrite-uppercase.mdwrite-vertical.md
Scripts
@ -6,7 +6,6 @@ add-firewall-rules.ps1 [<PathToExecutables>]
|
||||
```powershell
|
||||
add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-PathToExecutables <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ add-memo.ps1 [<text>]
|
||||
```powershell
|
||||
add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-text <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ alert.ps1 [<message>]
|
||||
```powershell
|
||||
alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Message <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ Supports building with cmake, configure, autogen, Imakefile and Makefile.
|
||||
```powershell
|
||||
build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository.
|
||||
|
||||
|
@ -6,7 +6,6 @@ build-repos.ps1 [<ParentDir>]
|
||||
```powershell
|
||||
build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-ParentDir <String>
|
||||
Specifies the path to the folder containing the Git repositories
|
||||
|
||||
|
@ -6,7 +6,6 @@ cd-desktop.ps1
|
||||
```powershell
|
||||
cd-desktop.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-docs.ps1
|
||||
```powershell
|
||||
cd-docs.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-downloads.ps1
|
||||
```powershell
|
||||
cd-downloads.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-dropbox.ps1
|
||||
```powershell
|
||||
cd-dropbox.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-home.ps1
|
||||
```powershell
|
||||
cd-home.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-music.ps1
|
||||
```powershell
|
||||
cd-music.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-onedrive.ps1
|
||||
```powershell
|
||||
cd-onedrive.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-pics.ps1
|
||||
```powershell
|
||||
cd-pics.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -5,7 +5,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-repos.ps1
|
||||
```powershell
|
||||
cd-repos.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-root.ps1
|
||||
```powershell
|
||||
cd-root.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-scripts.ps1
|
||||
```powershell
|
||||
cd-scripts.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-ssh.ps1
|
||||
```powershell
|
||||
cd-ssh.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-up.ps1
|
||||
```powershell
|
||||
cd-up.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-up2.ps1
|
||||
```powershell
|
||||
cd-up2.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-up3.ps1
|
||||
```powershell
|
||||
cd-up3.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-up4.ps1
|
||||
```powershell
|
||||
cd-up4.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ cd-videos.ps1
|
||||
```powershell
|
||||
cd-videos.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ check-cpu-temp.ps1
|
||||
```powershell
|
||||
check-cpu-temp.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ check-dns-resolution.ps1
|
||||
```powershell
|
||||
check-dns-resolution.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ check-drive-space.ps1 [<drive>] [<min-level>]
|
||||
```powershell
|
||||
check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Drive <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-file-system.ps1 [<drive>]
|
||||
```powershell
|
||||
check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Drive <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-health.ps1
|
||||
```powershell
|
||||
check-health.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ check-ipv4-address.ps1 [<Address>]
|
||||
```powershell
|
||||
check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Address <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-ipv6-address.ps1 [<Address>]
|
||||
```powershell
|
||||
check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Address <String>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ check-mac-address.ps1 [<MAC>]
|
||||
```powershell
|
||||
check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-MAC <String>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ check-ping.ps1 [<hosts>]
|
||||
```powershell
|
||||
check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-hosts <String>
|
||||
|
||||
Required? false
|
||||
|
@ -8,7 +8,6 @@ Type is either short(default) or long.
|
||||
```powershell
|
||||
check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-type <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-subnet-mask.ps1 [<address>]
|
||||
```powershell
|
||||
check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-address <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-swap-space.ps1 [<min-level>]
|
||||
```powershell
|
||||
check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
|
||||
|
||||
-MinLevel <Int32>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ Returns the number of broken symlinks as exit value.
|
||||
```powershell
|
||||
check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-folder <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-weather.ps1 [<location>]
|
||||
```powershell
|
||||
check-weather.ps1 [[-location] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-location <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ check-windows-system-files.ps1
|
||||
```powershell
|
||||
check-windows-system-files.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ check-xml-file [<file>]
|
||||
```powershell
|
||||
check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-file <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ clean-repo.ps1 [<RepoDir>]
|
||||
```powershell
|
||||
clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-RepoDir <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ clean-repos.ps1 [<ParentDir>]
|
||||
```powershell
|
||||
clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-ParentDir <String>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ NOTE: can not be undo!
|
||||
```powershell
|
||||
clear-recycle-bin.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ clone-repos.ps1 [<folder>]
|
||||
```powershell
|
||||
clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-folder <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ close-calculator.ps1
|
||||
```powershell
|
||||
close-calculator.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-chrome.ps1
|
||||
```powershell
|
||||
close-chrome.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-cortana.ps1
|
||||
```powershell
|
||||
close-cortana.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-edge.ps1
|
||||
```powershell
|
||||
close-edge.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-file-explorer.ps1
|
||||
```powershell
|
||||
close-file-explorer.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-firefox.ps1
|
||||
```powershell
|
||||
close-firefox.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-netflix.ps1
|
||||
```powershell
|
||||
close-netflix.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-onedrive.ps1
|
||||
```powershell
|
||||
close-onedrive.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]
|
||||
```powershell
|
||||
close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-FullProgramName <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ close-system-settings.ps1
|
||||
```powershell
|
||||
close-system-settings.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-thunderbird.ps1
|
||||
```powershell
|
||||
close-thunderbird.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-vlc.ps1
|
||||
```powershell
|
||||
close-vlc.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ close-windows-terminal.ps1
|
||||
```powershell
|
||||
close-windows-terminal.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
||||
```powershell
|
||||
configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-FullName <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ convert-csv2txt.ps1 [<csv-file>]
|
||||
```powershell
|
||||
convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Path <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>
|
||||
```powershell
|
||||
convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-server <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ convert-ps2bat.ps1 [<pattern>]
|
||||
```powershell
|
||||
convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Pattern <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ convert-ps2md.ps1 [<filename>]
|
||||
```powershell
|
||||
convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-filename <String>
|
||||
Specifies the path to the PowerShell script
|
||||
|
||||
|
@ -6,7 +6,6 @@ convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||
```powershell
|
||||
convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-server <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ convert-txt2wav.ps1 [<text>] [<wav-file>]
|
||||
```powershell
|
||||
convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Text <String>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]
|
||||
```powershell
|
||||
copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-SourceDir <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ decrypt-file.ps1 [<path>] [<password>]
|
||||
```powershell
|
||||
decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Path <String>
|
||||
|
||||
Required? false
|
||||
|
@ -7,7 +7,6 @@ display-time.ps1 [<seconds>]
|
||||
```powershell
|
||||
display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Seconds <Int32>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ download-dir.ps1 [<URL>]
|
||||
```powershell
|
||||
download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-URL <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ download-file.ps1 [<URL>]
|
||||
```powershell
|
||||
download-file.ps1 [[-URL] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-URL <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ edit.ps1 <filename>
|
||||
```powershell
|
||||
edit.ps1 [[-Filename] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Filename <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ enable-crash-dumps.ps1
|
||||
```powershell
|
||||
enable-crash-dumps.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -7,7 +7,6 @@ enable-god-mode.ps1
|
||||
```powershell
|
||||
enable-god-mode.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ encrypt-file.ps1 [<Path>] [<Password>]
|
||||
```powershell
|
||||
encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Path <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ enter-chat.ps1
|
||||
```powershell
|
||||
enter-chat.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ fetch-repo.ps1 [<RepoDir>]
|
||||
```powershell
|
||||
fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository.
|
||||
|
||||
|
@ -6,7 +6,6 @@ fetch-repos.ps1 [<ParentDir>]
|
||||
```powershell
|
||||
fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-ParentDir <String>
|
||||
|
||||
Required? false
|
||||
|
@ -4,7 +4,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -4,7 +4,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -4,7 +4,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ hibernate.ps1
|
||||
```powershell
|
||||
hibernate.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ inspect-exe.ps1 [<path-to-exe-file>]
|
||||
```powershell
|
||||
inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-PathToExe <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ install-github-cli.ps1
|
||||
```powershell
|
||||
install-github-cli.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ install-google-chrome.ps1
|
||||
```powershell
|
||||
install-google-chrome.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -7,7 +7,6 @@ install-knot-resolver.ps1
|
||||
```powershell
|
||||
install-knot-resolver.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -7,7 +7,6 @@ install-signal-cli.ps1 [<version>]
|
||||
```powershell
|
||||
install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Version <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ install-ssh-client.ps1
|
||||
```powershell
|
||||
install-ssh-client.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ install-ssh-server.ps1
|
||||
```powershell
|
||||
install-ssh-server.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ install-updates.ps1
|
||||
```powershell
|
||||
install-updates.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -15,7 +15,6 @@ https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCo
|
||||
```powershell
|
||||
install-vscode.ps1 [[-Architecture] <String>] [[-BuildEdition] <String>] [[-AdditionalExtensions] <String[]>] [-LaunchWhenDone] [-EnableContextMenus] [-WhatIf] [-Confirm] [<CommonParameters>]
|
||||
|
||||
|
||||
-Architecture <String>
|
||||
A validated string defining the bit version to download. Values can be either 64-bit or 32-bit.
|
||||
If 64-bit is chosen and the OS Architecture does not match, then the 32-bit build will be
|
||||
|
@ -6,7 +6,6 @@ install-wsl.ps1
|
||||
```powershell
|
||||
install-wsl.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ introduce-powershell.ps1
|
||||
```powershell
|
||||
introduce-powershell.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ list-aliases.ps1
|
||||
```powershell
|
||||
list-aliases.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ list-anagrams.ps1 [<word>] [<columns>]
|
||||
```powershell
|
||||
list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
|
||||
|
||||
|
||||
-Word <String>
|
||||
|
||||
Required? false
|
||||
|
@ -5,7 +5,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -8,7 +8,6 @@ list-branches.ps1 [<RepoDir>] [<SearchPattern>]
|
||||
```powershell
|
||||
list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-RepoDir <String>
|
||||
|
||||
Required? false
|
||||
|
@ -6,7 +6,6 @@ list-cheat-sheet.ps1
|
||||
```powershell
|
||||
list-cheat-sheet.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -7,7 +7,6 @@ list-city-weather.ps1
|
||||
```powershell
|
||||
list-city-weather.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -5,7 +5,6 @@
|
||||
```powershell
|
||||
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ list-clipboard.ps1
|
||||
```powershell
|
||||
list-clipboard.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ list-cmdlets.ps1
|
||||
```powershell
|
||||
list-cmdlets.ps1 [<CommonParameters>]
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
|
@ -6,7 +6,6 @@ list-commits.ps1 [<RepoDir>] [<Format>]
|
||||
```powershell
|
||||
list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
|
||||
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user