Before you can change an ACL, you must get the current one. There are two ways to do this with PowerShell. Learn how to get the current ACL and modify it.
Let's pick up where we left off using the compression classes from the .NET Framework. If you don't know what I'm talking about, take a few minutes to read the previous article. Let's start our ...
System administrators and power users utilize Windows PowerShell to perform all sorts of advanced and administrative tasks. With PowerShell, administrators can execute powerful scripting programs or ...
Storage is a finite IT asset, and organizations can’t get enough of it. Businesses are consuming more storage every day, and it’s up to IT to keep up. Rather than consistently add expensive new ...
If you have two machines running Windows and Linux and want to copy files from one to another, this step-by-step guide will help you get the job done. You can use PowerShell Remoting Over SSH to copy ...
Because you get the file object at the end of the pipeline you could do whatever you want. Perhaps you want to delete the file. The del command is an alias for Remove-Item and one you are probably ...
In the second part of this series, Brien shows how to import a .CSV file into a PowerShell array, including two methods for zooming in on just the specific data you need and filtering out the rest. In ...
Managing Windows user profiles is often time-consuming and tedious. Here are some tips on how to leverage PowerShell to make ...
Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...