Blogs1 - 10 of 1,089 recent posts for tag:"exchange 2007"
05
Jul
2009
Publishing Exchange 2007 OWA via ISA 2006 Reverse Proxy  

8 hours ago by Khurram Ullah Khan

The best way to publish OWA is to publish via ISA reverse proxy deployment. In this blog i will discuss the process for publishing OWA via ISA reverse proxy. The process will be like this; 1. Generate CSR for Exchange 2007 CAS server(s). I have discussed CSR generation in my previous blogs ( http:// ...

Khurram's Blog - khurramullah.blogspot.com

Publishing Exchange 2007 OWA via ISA 2006 Reverse Proxy  

9 hours ago by khurramkhan

The best way to publish OWA is to publish via ISA reverse proxy deployment. In this blog i will discuss the process for publishing OWA via ISA reverse proxy. The process will be like this; 1. Generate CSR for Exchange 2007 CAS server(s). I have discussed CSR generation in my previous blogs ( http:// ...

K2 Base camp - khurramullah.wordpress.com · Rank: 129,674 · 2 references

Exchange 2007 Architecture Designing Cheet Sheet  

12 hours ago by Krishna

http://www.msexchange.org/articles-tutorials/exchange-server-2007/planning-architecture/exchange-2007-sizing-cheat-sheet.html

SMTP Port 25 - smtpport25.wordpress.com · 1 reference

How to configure the storage quota for a single user in Exchange 2007  

15 hours ago by Jared Heinrichs

This post will cover how to change the storage quota for a single users in Exchange 2007. If you want to learn how to configure the storage quota for all users in Exchange 2007 check out my previous post. To Configure the storage Quota for a single user in Exchange 2007 you must do the following: 1. ...

Heinrichs Family - jaredheinrichs.com · 1 reference

How to configure storage Quota for all users (Exchange 2007)  

15 hours ago by Jared Heinrichs

This post will cover how to change the storage quota for all users in Exchange 2007. Might want to do this the slow way and configure it on a User by User Basis. If that’s the way you want to do it good luck! If you want to learn how to configure the storage quota for all users in Exchange 2007 keep ...

Heinrichs Family - jaredheinrichs.com · 1 reference

04
Jul
2009
Microsoft Antigen for Exchange  

2 days ago by Khurram Ullah Khan

If you wan to try Microsoft Antigen for Exchange before purchasing it then here is your link http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=866b63bf-6207-4197-9c5d-511b7212e40c You can download this trial version and test it for free.

Khurram's Blog - khurramullah.blogspot.com

Microsoft Antigen for Exchange  

2 days ago by khurramkhan

If you wan to try Microsoft Antigen for Exchange before purchasing it then here is your link http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=866b63bf-6207-4197-9c5d-511b7212e40c You can download this trial version and test it for free.

K2 Base camp - khurramullah.wordpress.com · Rank: 129,674 · 2 references

03
Jul
2009
Creating Test Users In Bulk Using Powershell...  

2 days ago by Rajith Jose Enchiparambil

There is always a requirement to create test users in bulk in your lab, maybe even in live network to test something. You can quickly create mailbox users using a one liner. Run the command. 1..100 | ForEach { Net User "User$_" MyPassword=01 /ADD /Domain; Enable-Mailbox "User$_" -Database "Mailbox D ...

Get-ExchangeServer | fl - howexchangeworks.com

SCR – Monitoring using Powershell  

2 days ago by pete

Daily email notification for the status of SCR. This is a 2 stage process where firstly we generate the log file and secondly we email it to the admins Script for generating the log files using a text editor, paste the following substituting your details get-storageGroupCopyStatus -id ‘EX07-MBX-01\S ...

The Rocket Plan - liquidengine.com

Exchange Shell - Finding Mailboxes With Send As And Full Access Permission...  

2 days ago by Rajith Jose Enchiparambil

Exchange 2007 SP1 brings the option to configure Send-As and FullAccess permission to a mailbox using the EMC. I have come across scenarios where you have to find all users with send-as permission in your organization. Things are easy now with the help of powershell. Run the command in order to find ...

Get-ExchangeServer | fl - howexchangeworks.com

Previous1234567