Sign in
A Collection of Random Thoughts
Tips, tricks, thoughts relating mostly to Microsoft Exchange server, but occasionally other things as well.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
CCR
cluster
Exchange
exchange 2007
IIS
ISA
MOM
Powershell
Archive
Archives
November 2010
(1)
July 2010
(1)
June 2010
(1)
July 2009
(1)
February 2009
(1)
December 2008
(1)
June 2008
(1)
March 2008
(2)
December 2007
(1)
August 2007
(3)
July 2007
(3)
May 2007
(2)
April 2007
(1)
February 2007
(2)
January 2007
(5)
December 2006
(2)
November 2006
(2)
October 2006
(3)
TechNet Blogs
>
A Collection of Random Thoughts
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
A Collection of Random Thoughts
Recent experience with Exchange 2007 and Cross-Forest account management
Posted
over 3 years ago
by
Ben Winzenz [MSFT]
3
Comments
I wanted to share some lessons learned recently as a result of working a case where the goal was to create a new mail contact in a remote forest. Existing contacts were able to be edited, so permissions didn’t appear to be the issue. I was...
A Collection of Random Thoughts
Exchange 2007 and Export-Mailbox with the –IncludeFolders switch
Posted
over 3 years ago
by
Ben Winzenz [MSFT]
5
Comments
You may have noticed that when you when you run the Export-Mailbox cmdlet, one of the switches available is –IncludeFolders. With this switch, you can specify the folders to include in the export (duh!). However, you may also notice that when...
A Collection of Random Thoughts
Exchange 2010 DAG and MaxQuorumLogSize cluster setting
Posted
over 3 years ago
by
Ben Winzenz [MSFT]
0
Comments
I wanted to get this information out here, as we’ve had a few customers run into this. The issue does not appear to affect core cluster functionality, but does affect the appearance of the cluster. First, one of my colleagues, Tim McMichael, has...
A Collection of Random Thoughts
Delegates not receiving meeting requests on Exchange 2007
Posted
over 4 years ago
by
Ben Winzenz [MSFT]
1
Comments
I’ve run into this a few times now, and wanted to share more details on this issue. The scenario in which this occurs is perhaps not quite so common, but then again, depending on how you have folks with Delegates set up, it could have more of an...
A Collection of Random Thoughts
Exchange 2007 Sp1 Cluster Install/Recovery Issues
Posted
over 4 years ago
by
Ben Winzenz [MSFT]
1
Comments
One of the problems that I’ve seen customers encounter several times now when creating a new Clustered Mailbox Server (CMS), or attempting to recover an existing CMS is a failure during setup when the Network name resource is brought online. The...
A Collection of Random Thoughts
Disabling LDAP Encryption and Signing for Netmon on an Exchange server
Posted
over 5 years ago
by
Ben Winzenz [MSFT]
2
Comments
It’s been a while since my last post, but I’ve been super busy. I wanted to post something that I often have to do with customers. There may be times when in order to further troubleshoot a problem, you need to capture a Network Monitor trace. ...
A Collection of Random Thoughts
Move Mailbox from a CSV Import file
Posted
over 5 years ago
by
Ben Winzenz [MSFT]
5
Comments
A while back, I had promised to write another post detailing how to use Import-CSV and then run Move-Mailbox against the users in that CSV file. Well, quite a bit of time has passed since then, and getting this figured out proved a little more difficult...
A Collection of Random Thoughts
MOM Exchange Management Pack alerts
Posted
over 5 years ago
by
Ben Winzenz [MSFT]
3
Comments
Part of my job involves supporting the Exchange Management Pack for Microsoft Operations Manager (MOM). In doing so, we sometimes come across things that don't really make a lot of sense (or at least they don't to me). Take the following scenario...
A Collection of Random Thoughts
Exchange 2007 Single Copy Cluster Changes
Posted
over 5 years ago
by
Ben Winzenz [MSFT]
0
Comments
Single Copy Clusters are the continuation of how clustering was implemented with previous versions of Exchange. It is a standard cluster implementation which utilizes Shared Storage (i.e. SAN) and allows all nodes of the cluster access to the shared...
A Collection of Random Thoughts
Exchange 2007 SP1 Setup Domain Controller Requirements
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
1
Comments
OK. I've heard lots of complaints about Exchange 2007 and the fact that when you run setup, the pre-requisite checks will fail if you have multiple domains in your forest, and one of those domains doesn't have a Windows 2003 SP1+ domain controller. That...
A Collection of Random Thoughts
Exchange 2007 Advanced Move Mailbox Powershell commands
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
2
Comments
By now, you should be familiar with the day to day Powershell commands, so here is one that uses the foreach command. Foreach is used to loop through a given set of items (an array), and perform an action on each one. As an example, let's say that...
A Collection of Random Thoughts
Exchange 2007 Cluster Setup - Did it complete?
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
1
Comments
As you no doubt know by now, Exchange 2007 introduces different types of clustering. It still retains the traditional Single Copy cluster where all data is stored in a central location (i.e. SAN). It also introduces the concept of Cluster Continuous Replication...
A Collection of Random Thoughts
No more anonymous comments
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
Sorry folks. I'm starting to see some spam comments with nasty stuff in them. As of now, if you want to leave a comment here, you can no longer do so anonymously.
A Collection of Random Thoughts
Will It Blend? Presented By Blendtec
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
These guys are hilarious! I first caught on to them when they blended an iPhone (LOL!). Of course the funniest videos are the "Don't Try this @ Home" series. The latest in the series has them blend 6 Bic lighters. Do you think they end up exploding? Watch...
A Collection of Random Thoughts
how to save your Exchange 2007 Powershell session transcript
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
Have you noticed that there are a lot more things that you need to do (or can do) via the Command Shell in Exchange 2007? Do you wish that you could automatically save the session information to a text file? Here's a great tip help you out with that....
A Collection of Random Thoughts
Exchange 2003 and disabled user accounts
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
1
Comments
As some of you may be aware, the behavior when dealing with disabled user accounts has changed. Prior to these changes, when you disabled a user account, any mail sent to that account would NDR, and accessing the mailbox was not possible. In addition...
A Collection of Random Thoughts
Add-ExchangeAdministrator and setting the scope to multiple servers with powershell
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
So you want to add a new Exchange administrator and set the scope to multiple servers, but the management shell won't allow you to do this? Here is what happens. Add-ExchangeAdministrator -identity <user> -role ServerAdmin -scope "server1...
A Collection of Random Thoughts
Exchange 2003, ISA and attachment size
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
2
Comments
I've seen a few of these reports recently and worked on one personally, so I thought I would mention this in case anyone else has run into this issue and wasn't sure how to fix it. The environment: ISA server 200x using a Web Publishing Rule to publish...
A Collection of Random Thoughts
Exchange 2007 and Recipient Type Details
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
1
Comments
Now that you have been working with Exchange 2007 for a while, you may notice that in the Exchange Management Console, there are a few new things that you see. One of these is that when you look at objects, you now see a column labeled Recipient Type...
A Collection of Random Thoughts
Hi I'm an iPhone. And I'm a Smartphone
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
After enduring the many smart-alecky TV commercials that Apple has produced (some are funny, I grant), someone has written up a cartoony comparison of the I-Phone vs a WM SmartPhone. Having worked with Windows Mobile devices for a good long while now...
A Collection of Random Thoughts
Potential issues with DST patching
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
In working with the series of Daylight Saving Time patches that have been released, I wanted to highlight some of the issue that can be encountered. Thus far, I have found four issues that can be encountered. Each one is fairly unique, and some of them...
A Collection of Random Thoughts
A Mac user switches to Vista - Tech News & Reviews - MSNBC.com
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
This was an interesting and good read. A reporter, who uses a Mac to do his work, switched to using Vista (albeit temporarily). I think the reporter did a good job of writing an unbiased article comparing the two. In the end, he went back to his Mac because...
A Collection of Random Thoughts
24 Hours of Exchange Server 2007
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
Paul Flaherty blogs some GREAT information on a series of Webcasts for Exchange 2007. As he mentions, these aren't ordinary webcasts - they have homework. They sounds like a great way to get your skills updated for Exchange 2007. Link to Carpe Diem: Flaphead...
A Collection of Random Thoughts
How to temporarily break public folder access via OWA in Exchange 2000/2003
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
1
Comments
This was something that I just found out about a few weeks ago, so I thought I'd pass it along. You know how Exchange 2000 introduced Recipient Policies as a method of controlling which e-mail addresses get assigned to users. Furthermore, there is always...
A Collection of Random Thoughts
Let it snow, let it snow, let it snow
Posted
over 6 years ago
by
Ben Winzenz [MSFT]
0
Comments
My family and I spent Christmas in Cedar City, Utah visiting with my wife's family. During that time, her brother also got married. The wedding was on Wednesday, Dec, 27th, in St.George, Utah. While there had been a little snow in Cedar over Christmas...
Page 1 of 2 (33 items)
1
2