News

How to use PowerShell objects, ... Run that, and you will get a list of every file on the S: volume that has been written to on 5/12/2015 or after — exactly what we were looking for.
In Part 1, I showed you how to use PowerShell to create a .CSV file.Now, I want to show you how to import a .CSV file into a PowerShell array. For the purposes of this column, I will be using a ...
In this article, we're going to discuss how arrays work in PowerShell. Similar to other languages, PowerShell arrays store one or more items. An item can be anything from a string, integer, another ...
PowerShell, being the powerful and amazing tool that it is, can actually be used to dig into a file and determine what the signature of that file is. Here, I'll take you through the steps of ...
The benefits of using PowerShell to manage file system ACLs. Using PowerShell to manage file system ACLs can help you save time and improve business security. Below are more details about these ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here's a crash course in Windows PowerShell scripting basics to get you ...
I'm still catching up with Powershell v2 (just as Powershell v3 is in beta; I'll never get a ahead of the curve). These little tips really help me out. More options ...
I'm trying to pull SIDs and usernames from the registry on a windows box for use later in a script, so I wrote a bit of powershell to pull those out, trim off the crap and feed them into an array.
Copy-Item copies a file, for example, and Get-Content gets text from a file. To learn more about how PowerShell works, check out our guide to functions in PowerShell and installing Windows patches ...