mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-09 01:25:04 +01:00
Update scripts.csv
This commit is contained in:
parent
3f609f6134
commit
7b3b764038
@ -1,14 +1,18 @@
|
||||
SCRIPT,DESCRIPTION,
|
||||
add-firewall-rules.ps1, Adds firewall rules for executables (needs admin rights),
|
||||
add-memo.ps1, Adds a memo text,
|
||||
build-repo.ps1, Builds a Git repository,
|
||||
build-repos.ps1, Builds all Git repositories in a folder,
|
||||
cd-autostart.ps1, Set the working directory to the user's autostart folder,
|
||||
cd-desktop.ps1, Set the working directory to the user's desktop folder,
|
||||
cd-docs.ps1, Set the working directory to the user's documents folder,
|
||||
cd-downloads.ps1, Set the working directory to the user's downloads folder,
|
||||
cd-dropbox.ps1, Set the working directory to the user's Dropbox folder,
|
||||
cd-home.ps1, Set the working directory to the user's home folder,
|
||||
add-firewall-rules.ps1,Adds firewall rules for executables (needs admin rights),
|
||||
add-memo.ps1,Adds a memo text,
|
||||
alert.ps1,Handles and escalates an alert,
|
||||
build-repo.ps1,Builds a repository,
|
||||
build-repos.ps1,Builds Git repositories,
|
||||
cd-autostart.ps1,Sets the working directory to the user's autostart folder,
|
||||
cd-crashdumps.ps1,Change to the crash dumps folder,
|
||||
cd-desktop.ps1,Sets the working directory to the user's desktop folder,
|
||||
cd-docs.ps1,Sets the working directory to the documents folder,
|
||||
cd-downloads.ps1,Sets the working directory to the user's downloads folder,
|
||||
cd-dropbox.ps1,Sets the working directory to the user's Dropbox folder,
|
||||
cd-etc.ps1,Changes to the /etc directory,
|
||||
cd-fonts.ps1,Sets the working directory to the fonts folder,
|
||||
cd-home.ps1,Sets the working directory to the user's home folder,
|
||||
cd-music.ps1, Set the working directory to the user's music folder,
|
||||
cd-onedrive.ps1, Set the working directory to the user's OneDrive folder,
|
||||
cd-pics.ps1, Set the working directory to the user's pictures folder,
|
||||
|
|
Loading…
Reference in New Issue
Block a user