About Me

I am certified Microsoft professional, a Microsoft MVP and an IT veteran with almost 20 years of experience, much of it spent as an IT consultant specializing in Windows server technologies. I work today as an independent author, trainer and consultant. I've co-authored or authored several books, courseware, and training videos on administrative scripting and automation. My latest book is Windows PowerShell 2.0: TFM (SAPIEN Press 2010).
Please consider a donation if I've been of any help or assistance. Thank you.

Sponsored Links
Tag Archives: FileSystem
Objects are the answer
As I usually do, I was helping out in the forums at ScriptingAnswers.com. A member had several variables that he wanted to show as a group. As is almost always the case, the answer in PowerShell is object. I talk … Continue reading
Posted in PowerShell v2.0, Scripting
Tagged FileSystem, new-object, objects, PowerShell, Scripting
Leave a comment
New File Shortcut
I’ve been looking at the File Server Resource Manager (FSRM) feature in Windows Server 2008 R2 a lot lately. One very nice part of FSRM is the ability to schedule typical file management tasks. One of the examples from the … Continue reading
Posted in PowerShell v2.0, Scripting, Windows Server
Tagged FileSystem, FSRM, functions, PowerShell, Shortcut, Wscript, WSH
2 Comments
Get Disk Quota
During a recent class I was teaching, a student asked about a way to get disk quota reports from Windows file servers. I knew there was a WMI class, Win32_DiskQuota, and had some old VBScript files. However, they were pretty … Continue reading
Posted in PowerShell v2.0, Scripting, WMI, Windows Server
Tagged FileSystem, functions, PowerShell, Quotas, WMI
4 Comments
All Hail Dir UseALot!
Some of you know my relationship with the a command prompt goes back a long, long way. Naturally I became very adept at using the DIR command, fully taking advantage of its switches to tease out hidden information or to … Continue reading
Posted in CommandLine, PowerShell v2.0, Scripting
Tagged Add-Member, FileSystem, functions, Get-ChildItem, PowerShell, ps1xml, Scripting, Update-FormatDate
1 Comment
Is That Folder Empty?
In keeping with my recent trend of offering solutions based on PowerShell v2.0, here’s a function I’ve revised to test if a folder is empty. I can’t recall where I used the original function or if I ever did. But … Continue reading
Posted in CommandLine, PowerShell v2.0, Scripting
Tagged Automation, FileSystem, PowerShell, Scripting
Comments Off






