https://github.com/0xanthonyw/powershell-scripts
A versatile collection of PowerShell scripts for enhancing IT operations, automating user management, system updates, and more. Designed to streamline tasks and improve efficiency for IT professionals
https://github.com/0xanthonyw/powershell-scripts
Last synced: about 2 months ago
JSON representation
A versatile collection of PowerShell scripts for enhancing IT operations, automating user management, system updates, and more. Designed to streamline tasks and improve efficiency for IT professionals
- Host: GitHub
- URL: https://github.com/0xanthonyw/powershell-scripts
- Owner: 0xAnthonyW
- License: gpl-3.0
- Created: 2023-01-25T21:00:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T19:56:51.000Z (4 months ago)
- Last Synced: 2025-02-03T12:48:09.891Z (4 months ago)
- Language: PowerShell
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell-Scripts Collection
A curated collection of PowerShell scripts designed to automate and streamline various IT tasks and operations. These utilities range from user account management to system updates and feature enhancements.
## User Utilities
- **Multi Function Script**: Automates basic IT tasks for user convenience.
- **Windows Blocker**: Blocks unnecessary Windows feature updates, focusing on essential security updates.
- **Task Password Expire**: Integrates with Password Expire Fix, eliminating password expiration through scheduled tasks.
- **Password Expire**: Prevents user passwords from expiring to enhance security management.
- **MSU**: Facilitates manual installation of Windows updates via the Microsoft Update Catalog.
- **User Account**: Simplifies the creation of user accounts.
- **Flop**: A compilation of ongoing projects and experiments.
- **RTC**: Ensures system clock synchronization by waiting for an active internet connection before forcing an update.
- **Expand-WIM**: Retrieves information from ISO WIM files, aiding in identifying Windows versions or file sizes.
- **CopyFilePath**: Enhances user experience by adding a context menu option to copy file paths to the clipboard.
- **LoginEncodeDecode**: A proof of concept (POC) demonstrating text encoding and decoding for unconventional password use. (Not recommended for production environments.)
- **Get History**: A work in progress (WIP) script that extracts browsing history from Chrome's SQLite database and exports it to CSV format.
- Compare Script: Extracts and counts domain frequencies from URLs in CSV files, exporting aggregated domains and their occurrence counts to CSV outputs.
- Keywords Script: Counts and analyzes the frequency of search queries from CSV files in a specified directory, exporting a ranked list of queries by occurrence to a CSV file.Each script is designed with efficiency and practicality in mind, aiming to enhance the workflow of IT professionals and system administrators.