exchange2010
Welcome to the 'exchange2010' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'exchange2010'.
Are you an expert about 'exchange2010'? Do you want to be the Technorati authority on 'exchange2010'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “exchange2010”
-
Use PowerShell to Fix Those Annoying NDR Emails
Hey Scripting Guy! —
Authority: 458
Summary : Microsoft PFE, Norman Drews, shows how to use the Active Directory cmdlets and the Exchange cmdlets to clean up distribution groups. Microsoft Scripting Guy, Ed Wilson, is here. Welcome our guest blogger, Norman Drews. Norman is a Microsoft PFE, and I had the privilege to meet with him when I was speaking ...1 day ago -
Use PowerShell to Parse XML Exchange Audit Results
Hey Scripting Guy! —
Authority: 458
Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to parse XML-formatted Microsoft Exchange Server 2010 audit reports. Hey, Scripting Guy! I have a problem. The search results that return from the New-AdminAuditLogSearch cmdlet are pretty useless. Looking at all ...2 days ago -
401 errors in Exchange Online using EWS WSDL proxy code and raw HTML
Glen's Exchange Dev Blog —
Authority: 89
If your developing EWS code against Exchange Online or possibly another large load balanced Hosted Exchange system you may find that a lot of the sample code you see on MSDN or other places that uses EWS Proxy code will always return 401 errors when you try to use it against Exchange Online (The Managed API isnt ...3 days ago -
Use PowerShell to Audit Changes Made to Exchange Server 2010
Hey Scripting Guy! —
Authority: 458
Summary : Learn how to use a new Exchange Server 2010 cmdlet to audit via Windows PowerShell changes made to the server. Hey, Scripting Guy! I am not sure this is a scripting question, but I need help, and you seem to like to help people. In fact, if you cannot help me, I might be looking for a new ...3 days ago -
Gain Remote Access to the Get-ExCommand Exchange Command
Hey Scripting Guy! —
Authority: 458
Summary : Learn how to gain access to the Get-ExCommand Exchange command while in an implicit remote Windows PowerShell session. Hey, Scripting Guy! I liked your idea about connecting remotely to Windows PowerShell on an Exchange Server. The problem is that I do not know all of the cmdlet names. ...4 days ago -
Learn How to Use PowerShell to Run Exchange Commands Remotely
Hey Scripting Guy! —
Authority: 458
Summary : Learn how to use Windows PowerShell to run Exchange Server 2010 commands remotely by using implicit remoting. Hey, Scripting Guy! I am having a problem with Exchange Server 2010. I have Windows PowerShell 2.0 installed on the server, but I am unable to connect and to do anything with ...5 days ago -
Exfolders error: “Exception: The Active Directory user wasn’t found”
SteelBytes.NeT - Bytes for knowledge —
Authority: 85
When you try to connect to your public folders, the following error appears: “Exception: The Active Directory user wasn’t found.” This error occurs because there are server objects present from an earlier Exchange 2003 version. If there are no Exchange 2003 servers anymore in your organization, follow these ...1 week ago -
Guardar elementos enviados en la casilla compartida
MSMVPS.COM —
Authority: 479
En Exchange tenemos la posibilidad de crear casillas compartidas (Shared Mailbox) para que varios usuarios puedan acceder a la misma y enviar correos bajo ese nombre. Un ejemplo clásico puede ser una casilla para info@ o ventas@ o mismo una mesa de ayuda Read More......( read more )1 week ago -
Integrate Lync 2010 With Exchange 2010 OWA
How Exchange Works —
Authority: 103
I am sure that there are a number of articles explaining the process of integrating Lync 2010 with Exchange 2010 OWA, as Lync has been around for a while. I have started playing with Lync only very recently and hence this is more of a bookmark for me when I am at a customer site. There are a number of steps to be ...1 week ago -
Custom (aka. Extension) attributes in Exchange 2010 SP2 and their use
You Had Me At EHLO... —
Authority: 95
Some of sharper readers of our documentation talking about schema changes that Exchange makes (see Exchange Server Active Directory Schema Changes Reference, November 2011 ) have noticed that in Exchange 2010 SP2, we have added several things that sound very related to what’s traditionally known as “custom ...1 week ago -
Exchange 2010 SP2 - Installation
Team blog of MCS @ Middle East and Africa —
Authority: 98
Installing SP2 is a relatively straightforward stuff and Exchange 2010 SP1 and SP2 servers can co-exist peacefully alongside each other for as long as it takes to roll out SP2. However, it is best practice to run a consistent service pack level across an entire Exchange organization so it’s best to schedule the ...1 week ago -
Exchange 2010 SP2 – New Features
Team blog of MCS @ Middle East and Africa —
Authority: 98
Exchange Server 2010 Service Pack 2 is now released, Microsoft Exchange team promised a year-end SP2 release, and this week it delivered. It is not such a major update as Service Pack 1, but there are a small number of interesting new features that have been added to the product along with all Exchange hotfixes that ...1 week ago -
Troubleshooting Exchange Networking: Active Directory (Part 2)
Email management, storage and security for business email admins —
Authority: 409
Often Exchange administrators will receive escalated help desk tickets from users complaining that Exchange is “slow” and demanding resolution. These sorts of tickets (slow being at best a relative term, and never specific enough about what precisely is considered to be slow) can be extremely challenging to work, ...1 week ago -
Exchange 2010 Safelist Aggregation ‘Crowdsources’ Anti-spam Efforts
Anti spam and general email security in a business environment —
Authority: 410
You know that Exchange 2010 has its own anti-spam functionality, and you also know that users can set up their own safe and blocked sender and domain lists in Outlook 2007 and 2010, but did you know the two work together? Just like you can get chocolate in my peanut butter/I can get peanut butter in your chocolate, ...1 week ago -
Configure Autodiscover Site Scope In Exchange 2010
How Exchange Works —
Authority: 103
I was asked today about the steps to configure autodiscover site scope and I was surprised to find out that I hadn’t written about it before. I was thinking of giving a link to the article, but I have to write it first. So, here it goes. Configuring site scope for autodiscover comes in only if you have multiple ...1 week ago -
Exchange Server User Monitor
How Exchange Works —
Authority: 103
Microsoft has released a new version of Exchange Server User Monitor (Exmon), which is compatible with Exchange 2000, 2003, 2007 & 2010. The version is 14.2.247.5 and was released in mid Dec 2011. Use the Microsoft Exchange Server User Monitor to gather real-time data to better understand current client ...1 week ago -
Remove Exchange 2010 mailbox from useraccount in AD
PH IT Services Tech Blog —
Authority: 97
Hello there, Today we had a problem with some AD users. It looked like they were fired and their account deleted. We went to the HR department and found out the users were not fired. Uh oh.. something is going wrong.. Is it the automatic renewal of accounts that is bugged or did someone do something that shouldn’t ...2 weeks ago -
Use PowerShell and RBAC to Control Access to Exchange Server Cmdlets
Hey Scripting Guy! —
Authority: 458
Summary : Microsoft PFE, Bhargav Shukla, shows how to use Windows PowerShell and RBAC to control access to Exchange cmdlets. Microsoft Scripting Guy, Ed Wilson, is here. We are joined today by guest blogger Bhargav Shukla. Bhargav Shukla is a senior premier field engineer—unified communications, with his primary ...2 weeks ago -
Released: Migrating Exchange from HMC 4.5 to Exchange Server 2010 SP2 whitepaper
You Had Me At EHLO... —
Authority: 95
The download has been taken offline to incorporate a couple of edits. Well update this post when its available again. Sorry for the inconvenience! To follow on from the recent blog post where I covered changes to hosting scenarios in Exchange Server 2010 SP2 , we have been working on some documents to help our ...2 weeks ago -
Use PowerShell to Troubleshoot Exchange Server Public Folders
Hey Scripting Guy! —
Authority: 458
Summary : Microsoft PFE, Seth Brandes, discusses using Windows PowerShell to troubleshoot a customer problem with Exchange Server public folders. Microsoft Scripting Guy, Ed Wilson, is here. Today we are happy to have Seth Brandes as our guest blogger. Seth Brandes is a premier field engineer who works in Microsoft ...2 weeks ago



Follow Technorati