Browsing Category
Scripting & Automation
18 posts
How to Find Duplicate Files Using PowerShell
For one of the projects, I needed a PowerShell script to find duplicate files in the shared network folder of a file server. There are a number of third-party tools for finding and removing duplicate files in Windows, but most of them are commercial or are not suitable for automatic scenarios.Because files may have different
Automating Local Administrator Password Changes on Windows Machines with PowerShell
Table of Contents Introduction PowerShell is a powerful scripting language that can be used to automate various tasks,…
User PowerShell To Bulk Change users Password
Table of Contents If you are managing multiple user accounts, it can be tedious and time-consuming to change…
Converting an EXE File to an MSI Installer with PowerShell
Table of Contents Introduction When it comes to software distribution, the most common way to package and deploy…
How to Quickly Check if C Drive is Accessible on Multiple Machines with PowerShell
Table of Contents Introduction When managing a network of machines, it can be useful to quickly determine which…
Use PowerShell to remote install software
Table of Contents Introduction Installing software on multiple computers can be a time-consuming and tedious task. PowerShell provides…
Auto Shutdown cmd Script
Here’s a sample batch script that you can use to automatically shutdown a computer at 11:03pm every day…
Powering Up with PowerShell: A Comprehensive Guide
Introduction PowerShell, a versatile scripting language, and automation framework developed by Microsoft, empowers system administrators and developers. In…