Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedxt/powershell
Various PowerShell scripts
https://github.com/thedxt/powershell
powershell
Last synced: 3 days ago
JSON representation
Various PowerShell scripts
- Host: GitHub
- URL: https://github.com/thedxt/powershell
- Owner: thedxt
- Created: 2018-12-02T23:09:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T04:59:39.000Z (7 days ago)
- Last Synced: 2025-01-29T05:28:04.763Z (7 days ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Powershell
## Single Task
A collection of scripts that usually do a single task or a very simple one. Go to the folder for more.## Installed Programs
this will list all the installed programs and save the list to C:\ as a CSV file
### known issues
* it will not list dumb programs that are installed to a user's AppData folder## DK Win Updates
Moved to new repo https://github.com/thedxt/win-updates## DK Multipass v1.04
this is tool that does many things like firewall settings and timezones and sleep settings. Below are the current functions and their sub menus
* Remote Event Log Management Firewall Rules
* checking the status
* turning it on
* turning it off
* Remote Desktop Firewall Rules
* checking the status
* turning it on
* turning it off
* File and Printer Sharing Firewall Rules
* checking the status
* turning it on
* turning it off
* Sleep Settings
* turns off all sleep settings possible
* turns off system hibernate and standby sleep settings
* turns off disk sleep settings
* Setting the timezone to Mountain Time
* Turning off Firewall
* Veeam Services
* check veeam services status
* stop veeam services
* start veeam services
* Restarting Explorer.exe
* Processes
* lists all current processes
* kill a process by name
* Restarting Explorer.exe
* MMC Firewall Rules
* Check Stauts of the rules
* Allow MMC Firewall Stuff
* Block MMC Firewall Stuff
### possible issue
* You may need to set your PowerShell Execution Policy to Remote Signed. Run this command to fix it Set-ExecutionPolicy RemoteSigned## Sysinfo
This will pull a bunch of system info and save it to a txt file in C:\temp (you can change this with $outfolder)
Info this will pull
* Hostname
* Domain
* Manufacturer
* Model
* SN
* CPU
* Disk Info in GB for all local disks includes Size, Used, Free, and Free in a precent.
* Network info all the settings for all network devices.
* Network Shares on the system
* Scheduled Tasks in / (so it should be all the user created ones)
### known issues
* If no Scheduled Tasks exist in / it will still work but give an error.