Skip to content

A collection of beginner-friendly PowerShell scripts for automation, cleanup, and system diagnostics. Created by Ricky (IGNISTER-CYBERVERSE).

License

Notifications You must be signed in to change notification settings

IGNISTER-CYBERVERSE/PowerShellScripts

Repository files navigation

💻 PowerShellScripts Collection by Ricky

A collection of practical PowerShell scripts designed to simplify everyday system management, automation, and cleanup tasks for Windows users. Ideal for beginners and IT enthusiasts looking to boost productivity or improve system performance.


📂 Scripts Included

1. SystemInfo.ps1

Displays system information such as OS version, CPU details, RAM size, and disk usage.
Great for quick diagnostics or audits.


2. OrganizeFiles.ps1

Organizes files in a folder into subfolders based on their file extensions.
📁 Example: PDFs go to a "pdf" folder, images to "jpg", etc.


3. StartupCleanup.ps1

Cleans temporary files and empties the Recycle Bin to speed up system startup.
🧹 Perfect for setting as a scheduled task at login.


4. NetworkInfo.ps1

Displays IP address, DNS, gateway, and network adapter details.
🌐 Helps troubleshoot network issues easily.


5. ListUsers.ps1

Lists all local user accounts and groups with their members.
👥 Useful for system audits and security reviews.


6. BackupDocuments.ps1

Creates a timestamped backup of your Documents folder.
💾 Great for personal backup or before formatting.


7. CheckUpdates.ps1

Checks for pending Windows updates using the PSWindowsUpdate module.
🔄 Helps ensure your system is up-to-date.


8. RemoveEmptyFolders.ps1

Scans a folder and removes all empty subfolders.
🧺 Handy for cleaning messy directories.


9. ListInstalledApps.ps1

Lists all installed programs with version and publisher info.
📦 Ideal for documentation or cleanup tasks.


🚀 How to Use

  1. Clone or download the repository.
  2. Open PowerShell and run any script using:
    .\ScriptName.ps1

About

A collection of beginner-friendly PowerShell scripts for automation, cleanup, and system diagnostics. Created by Ricky (IGNISTER-CYBERVERSE).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published