SMB3 PowerShell changes in Windows Server 2012 R2: SMB Bandwidth Limits

Introduction  Windows Server 2012 R2 introduced a new version of SMB. Technically it’s SMB version 3.02, but we continue to call it just SMB3. The main changes are described at http://technet.microsoft.com/en-us/library/hh831474.aspx. With this new release, we made a few changes in SMB PowerShell to support the new scenarios and features. This includes a few new … Continue reading SMB3 PowerShell changes in Windows Server 2012 R2: SMB Bandwidth Limits

SMB3 PowerShell changes in Windows Server 2012 R2: SMB Witness improvements

Introduction  Windows Server 2012 R2 introduced a new version of SMB. Technically it’s SMB version 3.02, but we continue to call it just SMB3. The main changes are described at http://technet.microsoft.com/en-us/library/hh831474.aspx. With this new release, we made a few changes in SMB PowerShell to support the new scenarios and features. This includes a few new … Continue reading SMB3 PowerShell changes in Windows Server 2012 R2: SMB Witness improvements

SMB3 PowerShell changes in Windows Server 2012 R2: Scale-Out Rebalancing (per-share redirection)

Introduction  Windows Server 2012 R2 introduced a new version of SMB. Technically it’s SMB version 3.02, but we continue to call it just SMB3. The main changes are described at http://technet.microsoft.com/en-us/library/hh831474.aspx. With this new release, we made a few changes in SMB PowerShell to support the new scenarios and features. This includes a few new … Continue reading SMB3 PowerShell changes in Windows Server 2012 R2: Scale-Out Rebalancing (per-share redirection)

SMB3 PowerShell changes in Windows Server 2012 R2: Simpler setting of ACL for the folder behind a share

 Introduction  Windows Server 2012 R2 introduced a new version of SMB. Technically it’s SMB version 3.02, but we continue to call it just SMB3. The main changes are described at http://technet.microsoft.com/en-us/library/hh831474.aspx. With this new release, we made a few changes in SMB PowerShell to support the new scenarios and features. This includes a few new … Continue reading SMB3 PowerShell changes in Windows Server 2012 R2: Simpler setting of ACL for the folder behind a share

PowerShell script for Storage Cluster Health Test published to the TechNet Script Center

I just published a PowerShell script to check the health and capacity of a Storage Cluster based on Windows Server 2012 R2 Scale-Out File Servers. It assumes a specific configuration for Private Clouds using the solution described at http://technet.microsoft.com/en-us/library/dn554251.aspx. It performs specific health checks for Failover Clustering (Cluster, Resources, Networks, Nodes) Storage Spaces (Physical Disks, … Continue reading PowerShell script for Storage Cluster Health Test published to the TechNet Script Center

How the Test-StorageHealth.ps1 script checks for Storage Cluster health

I recently published the Test-StorageHealth.ps1 script to the TechNet Script Center, which checks for the health and capacity of a Storage Cluster based on Windows Server 2012 R2 Scale-Out File Servers. This blog post explains the portion of the script that checks for Storage Cluster health, which is labeled “Phase 1”. To assess health, the … Continue reading How the Test-StorageHealth.ps1 script checks for Storage Cluster health

Updated Links on Windows Server 2012 R2 File Server and SMB 3.02

In this post, I'm providing a reference to the most relevant content related to Windows Server 2012 R2 that is related to the File Server, the SMB 3.02 features and its associated scenarios like Hyper-V over SMB and SQL Server over SMB. This is what some like to call a "Survival Guide" for SMB 3.02. … Continue reading Updated Links on Windows Server 2012 R2 File Server and SMB 3.02

Demo details for my TechEd 2014 presentation on File Server Networking

During my TechEd 2014 presentation on File Server Networking for a Private Cloud Storage Infrastructure in Windows Server 2012 R2, I did a demo showing a Scale-Out File Server Cluster. The demo consisted of showing the networking details of this cluster, looking both from the cluster perspective and the client side. I was asked after … Continue reading Demo details for my TechEd 2014 presentation on File Server Networking

PowerShell tips for building objects with custom properties and special formatting

  I’ve been building a number of scripts that query information using PowerShell. To create those, I used some PowerShell tricks to make the output look just like I wanted. This post is a compilation of these tricks. The first few tricks are simple, but they grow increasingly complex towards the end. The examples here … Continue reading PowerShell tips for building objects with custom properties and special formatting

Step-by-Step for Mirrored Storage Spaces Resiliency using PowerShell

 0 - Overview  This blog post is a walkthrough of the resiliency offered by Storage Spaces when using mirrored spaces.For this exercise we have a single virtual machine with multiple data disks used to create the spaces.The idea is to simulate a number of different failure and recovery scenarios, reviewing the behavior.It includes the procedure … Continue reading Step-by-Step for Mirrored Storage Spaces Resiliency using PowerShell