Sign in
Jose Barreto's Blog
These are the top-of-mind issues and random thoughts of Jose Barreto, a member of the File Server team at Microsoft Corporation.
Options
About
Email Blog Author
RSS for Posts
Atom
RSS for Comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search
Tags
applications
Blob
Clustering
DFS
Events
FSCT
Hyper-V
Indexing
Interoperability
iSCSI
Pages
PowerShell
security
Server Core
SharePoint
SMB
SQL Server
Storage
The Basics
Training
VDS
Windows 7
Windows Server 2008
Windows Server 2008 R2
Windows Storage Server
Archive
Archives
September 2010
(2)
August 2010
(1)
July 2010
(1)
June 2010
(1)
May 2010
(2)
April 2010
(8)
March 2010
(7)
February 2010
(1)
December 2009
(5)
November 2009
(3)
October 2009
(3)
September 2009
(1)
August 2009
(7)
July 2009
(7)
June 2009
(3)
May 2009
(5)
April 2009
(17)
March 2009
(40)
February 2009
(4)
January 2009
(7)
December 2008
(4)
November 2008
(3)
October 2008
(9)
September 2008
(3)
August 2008
(4)
July 2008
(2)
June 2008
(8)
May 2008
(6)
April 2008
(4)
March 2008
(4)
February 2008
(3)
January 2008
(5)
December 2007
(4)
November 2007
(1)
October 2007
(8)
September 2007
(2)
August 2007
(9)
July 2007
(11)
June 2007
(2)
May 2007
(1)
April 2007
(3)
March 2007
(8)
January 2007
(1)
December 2006
(3)
November 2006
(1)
October 2006
(1)
September 2006
(3)
July 2006
(13)
June 2006
(1)
May 2006
(2)
April 2006
(10)
March 2006
(10)
February 2006
(5)
January 2006
(4)
November 2005
(2)
September 2005
(3)
August 2005
(2)
July 2005
(2)
June 2005
(8)
May 2005
(8)
April 2005
(7)
March 2005
(5)
January 2005
(1)
December 2004
(2)
August 2004
(2)
July 2004
(6)
TechNet Blogs
>
Jose Barreto's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jose Barreto's Blog
Using the multiple NICs of your File Server running Windows Server 2008 (and 2008 R2)
Posted
Fri, Sep 3 2010
by
josebda
0
Comments
1 - Overview When you set up a File Server, there are advantages to configuring multiple Network Interface Cards (NICs). However, there are many options to consider depending on how your network and services are laid out. Since networking (along with...
Jose Barreto's Blog
SNIA’s Storage Developers Conference 2010 is just a few weeks away
Posted
Wed, Sep 1 2010
by
josebda
0
Comments
The Storage Networking Industry Association (SNIA) is hosting the 7th Storage Developer Conference (SDC) in the Hyatt Regency in beautiful Santa Clara, CA (Silicon Valley) on the week of September 20th. As usual, Microsoft is underwriting the CIFS/SMB...
Jose Barreto's Blog
Performance Tuning Guidelines for Windows Server 2008 R2
Posted
Fri, Aug 27 2010
by
josebda
0
Comments
I am often asked about File Server performance. The usual conversation evolves into a discussion on what registry settings would be recommend to make a file server work faster. We typically end up talking about specific settings for performance tuning...
Jose Barreto's Blog
The difference between a 2TB SATA drive and the storage provided by your IT department
Posted
Sat, Jul 31 2010
by
josebda
1
Comments
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...
Jose Barreto's Blog
Multiple names for one computer - Consolidate your SMB file servers without breaking UNC paths
Posted
Fri, Jun 4 2010
by
josebda
3
Comments
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...
Jose Barreto's Blog
Where to find DFSUTIL.EXE for Windows Server 2008 and Windows Server 2008 R2
Posted
Sun, May 2 2010
by
josebda
0
Comments
DFSUTIL.EXE is a command line tool to manage Windows Server DFS Namespaces. In Windows Server 2003 and Windows Server 2003 R2, DFSUTIL.EXE was included as part of the “Windows Server Support Tools” in the Windows Server CD. A common question by DFS administrators...
Jose Barreto's Blog
How to rename a Windows Server running DFS Namespaces (DFS-N)
Posted
Sat, May 1 2010
by
josebda
0
Comments
A user asked me recently if there is a prescribed way to rename an existing DFS-N server . More precisely, she asked if simply renaming a server hosting a DFS Namespace would lead to messed up Active Directory pointers, links, link targets, etc. I asked...
Jose Barreto's Blog
Microsoft Office Web Applications and http://docs.com
Posted
Thu, Apr 29 2010
by
josebda
0
Comments
I just got an e-mail informing me that I could now upload and create documents in http:/docs.com, so I went ahead and tried it out. For starters, you don’t need to create usernames or passwords. You just use your facebook credentials. If you’re logged...
Jose Barreto's Blog
Best Practices Analyzer for Windows Server 2008 R2 File Services available for download
Posted
Wed, Apr 28 2010
by
josebda
0
Comments
Quick blog post to let you know that information about the Best Practices Analyzer (BPA) for Windows Server 2008 R2 File Services has been published. It includes several rules for the configuration, operation, performance and security of the SMB, NFS...
Jose Barreto's Blog
Experimenting with Windows Azure and understanding its runtime environment better
Posted
Wed, Apr 28 2010
by
josebda
0
Comments
Overview I recently learned how to develop, test and deploy a Windows Azure application. This post describes how created and deployed a sample application. Please note that I am not a member of the Windows Azure team and this post covers my own personal...
Jose Barreto's Blog
Examining cmdlet parameters in PowerShell V2
Posted
Fri, Apr 9 2010
by
josebda
0
Comments
One of the interesting things about PowerShell is how easy it is to discover its cmdlets and parameter. In PowerShell itself or in the ISE, you can just start typing a command and then press the <TAB> key complete it. One other interesting bit is...
Jose Barreto's Blog
PowerShell v2: Get-Date vs [System.DateTime]::Now - What's the difference?
Posted
Thu, Apr 8 2010
by
josebda
1
Comments
I was trying to figure out why people use the more complicated [System.DateTime]::Now instead of the simple Get-Date. They do the same thing and they both return an object of type "System.DateTime". PS C:\> Get-Date Thursday, April 08, 2010 10:46:48...
Jose Barreto's Blog
Using PowerShell V2 to gather info on free space on the volumes of your remote file server
Posted
Thu, Apr 8 2010
by
josebda
2
Comments
Overview In a previous blog post, I have examined some of PowerShell’s control structures and included an example gathered some information from web. If you haven’t seen it, you can check it at http://blogs.technet.com/josebda/archive/2010/04/04/experimenting...
Jose Barreto's Blog
Experimenting with PowerShell V2 scripting, variables and control structures
Posted
Sun, Apr 4 2010
by
josebda
2
Comments
Last week I was testing Visual Studio 2010 to write a C# application to export all my blog posts to a file. I described that in some detail at http://blogs.technet.com/josebda/archive/2010/03/21/experimenting-with-visual-studio-2010-and-backing-up-the...
Jose Barreto's Blog
Comparing RPC, WMI and WinRM for remote server management with PowerShell V2
Posted
Fri, Apr 2 2010
by
josebda
1
Comments
1. Overview In a recent blog post, I was looking at PowerShell V2 r emoting in Windows Server 2008 R2. If you haven’t seen it, take a look at http://blogs.technet.com/josebda/archive/2010/03/31/experimenting-with-powershell-v2-remoting.aspx . In that...
Jose Barreto's Blog
Why Hyper-V VHD Files Are So Large – And How To Efficiently Copy Them
Posted
Wed, Mar 31 2010
by
josebda
0
Comments
Interesting blog post covering a tool to copy VHD files.The tool was created by a Microsoft MVP. Details at http://blogs.technet.com/wchomak/archive/2010/03/31/why-hyper-v-vhd-files-are-so-large-and-how-to-efficiently-copy-them.aspx
Jose Barreto's Blog
Experimenting with PowerShell V2 Remoting
Posted
Wed, Mar 31 2010
by
josebda
1
Comments
As I continue to experiment with PowerShell v2 in Windows Server 2008 R2, I will share some of what I learn here on the blog. This time I am focusing on PowerShell Remoting. If you never played with PowerShell before, please start by reading http://blogs...
Jose Barreto's Blog
How DFS Replication (DFS-R) secures its communication
Posted
Fri, Mar 26 2010
by
josebda
0
Comments
During a recent internal conference, someone asked me about how DFS-R (DFS Replication) in Windows Server 2008 R2 secures its communication. I wasn’t sure at the time, so I talked to a few people that work with DFS-R and spent some time looking into that...
Jose Barreto's Blog
Experimenting with Visual Studio 2010 and backing up the entries on my blog
Posted
Sun, Mar 21 2010
by
josebda
0
Comments
I spent some time today experimenting with the Visual Studio 2010. As I learned a long time ago, the best way to experience a development environment or programming language is to try to implement a solution with it. So I set out to create a small tool...
Jose Barreto's Blog
Windows Storage Server 2008 and iSCSI Software Target 3.2 documentation on TechNet
Posted
Sat, Mar 13 2010
by
josebda
0
Comments
I was glad to see that tje TechNet public site was recently updated to include detailed documentation on Windows Storage Server 2008 and iSCSI Software Target 3.2. See below the main two top items that were posted, along with the topics covered under...
Jose Barreto's Blog
FAST'10 Technical Sessions
Posted
Wed, Mar 10 2010
by
josebda
0
Comments
If you work with File and Storage, you probably heard of the annual FAST conference. The most recent one was FAST’10 (8th USENIX Conference on File and Storage Technologies), which happened in San Jose, CA on February 23-26. The content from the FAST...
Jose Barreto's Blog
Unique Document URLs in MOSS 2007 and the new Document ID feature in SharePoint 2010
Posted
Mon, Mar 8 2010
by
josebda
0
Comments
A few years ago, I was working with a Microsoft customer to deploy a Microsoft Office SharePoint Server (MOSS 2007) solution. SharePoint 2007 had just been released at the time. The customer needed document URLs stored in SharePoint to continued to work...
Jose Barreto's Blog
Random thoughts and links on Storage
Posted
Fri, Feb 26 2010
by
josebda
0
Comments
If there was ever a post true to the part of the tagline of my blog that mentions random thoughts, this is it. :-) This post is a compilation of my tweets from today, which cover several different topics related to Storage. Microsoft Research: Dryad Project...
Jose Barreto's Blog
Presentations from Storage Developer Conference 2009 (SDC 2009) are now available for download
Posted
Wed, Dec 30 2009
by
josebda
0
Comments
The presentations from SNIA's SDC 2009 are now publicly available for download. This SNIA event happened in Santa Clara, CA last September and the decks are now publicly available, after being restricted to conference attendees for a few months. Out of...
Jose Barreto's Blog
Windows Server DFS Namespaces (DFS-N) Reference
Posted
Wed, Dec 30 2009
by
josebda
0
Comments
I get a number of questions regarding reference information for DFS Namespaces (also known as DFS-N). I gathered here the main links that can get you started on the subject: Here are my own blog posts on DFS Namespaces (all updated for Windows Server...
Page 1 of 13 (320 items)
1
2
3
4
5
»