How to Handle NTFS Folder Permissions, Security Descriptors and ACLs in PowerShell

1. Overview Some time ago, I was automating a few tasks with PowerShell and needed to set NTFS permissions on a folder. I was tempted to use the good old ICACLS.EXE command line, but I wanted to keep it all within PowerShell. While there are a number of different permissions you could want to set for … Continue reading How to Handle NTFS Folder Permissions, Security Descriptors and ACLs in PowerShell

Using PowerShell and the the iSCSI Target 3.3 WMI classes to create a differencing VHD for OS boot

I recently blogged about the PowerShell cmdlets included with the Microsoft iSCSI Software Target 3.3. That included the details on all the 10 cmdlets available, including the one used to create VHD files, which is New-IscsiVirtualDisk. If you’re paying close attention to the list of new features in the iSCSI Target 3.3, you probably noticed … Continue reading Using PowerShell and the the iSCSI Target 3.3 WMI classes to create a differencing VHD for OS boot

Mapping Cluster.exe Commands to Windows PowerShell Cmdlets for Failover Clusters – Extended Edition

While many of the Windows Server Failover Cluster (WSFC) administrators have moved from the old CLUSTER.EXE command-line to the new PowerShell interface, I know at least a few holdouts out there. It’s probably the fact that they have used the old CLI since the early days of Microsoft Cluster Services (MSCS), combined with the fact … Continue reading Mapping Cluster.exe Commands to Windows PowerShell Cmdlets for Failover Clusters – Extended Edition

The difference between a 2TB SATA drive and the storage provided by your IT department

Every once in a while the question comes up. How come my IT department is charging me tens of dollars per gigabyte of storage for my application per month when I can pay less than 15 cents per gigabyte at Best Buy (where a 2TB drive might cost less than $150)? The conversation then includes long discussions … Continue reading The difference between a 2TB SATA drive and the storage provided by your IT department

Multiple names for one computer – Consolidate your SMB file servers without breaking UNC paths

Overview This blog post covers a few different ways to consolidate multiple SMB file servers and keep exposing the consolidated file shares under the old share paths. Scenario Let’s say you currently have 3 file servers named file1.contoso.local, file2.contoso.local and file3.contoso.local and you want to consolidate them into a single Windows Server computer called cfile.contoso.local. … Continue reading Multiple names for one computer – Consolidate your SMB file servers without breaking UNC paths

Windows Server 2008 R2 File Classification Infrastructure (FCI) at TechEd 2009

I wanted to call your attention to four new blog posts this morning from Nir Ben Zvi (Senior Program Manager Lead, Microsoft File Server Team) and Matthias Wollnik (Program Manager, Microsoft File Server Team) introducing the Windows Server 2008 R2 File Classification Infrastructure (FCI). This new Windows feature, highlighted in today's keynote during TechEd 2009, allows … Continue reading Windows Server 2008 R2 File Classification Infrastructure (FCI) at TechEd 2009