Wednesday 21 December 2011

Database Maintenance in Exchange 2010

A very good article on Exchange 2010 Database Maintenance; this should clear-up a lot of misconceptions (thanks Ross).

http://blogs.technet.com/b/exchange/archive/2011/12/14/database-maintenance-in-exchange-2010.aspx

Checking Database Free Space;

Get-MailboxDatabase MDB1 -Status | FL AvailableNewMailboxSpace

Thursday 15 December 2011

Lync 2010 Android

Lync 2010 for the Android device can be located here:
https://market.android.com/details?id=com.microsoft.office.lync

Once installed setup is quite straightforward, however I recommend that you visit the Lync 2010 options first.

Under options only change your username i.e domain\username all other settings should be ok as long as you installed and followed the Lync 2010 Mobility update.

image

On the Lync 2010 login screen; logon as you normally would with your email address and corporate password.

image

Hopefully all worked well and you got logged on.

Wednesday 30 November 2011

Lync 2010 CU4 (November 2011)

Updates are;

Download the Lync.msp x86 package.

Download the Lync.msp X64 package.

Download the LyncServerupdateInstaller.exe package.

KB; http://support.microsoft.com/?kbid=2493736

Don’t forget after your server install to run the following PowerShell script;

Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn < EEBE.Fqdn > -DatabasePaths <RtcDyn log path>, <RtcDyn data path>

Where <EEBE.Fqdn> is you’re frontend server when running the Standard edition and the SQL server when running in Enterprise edition.

EMC Avamar 5 and Exchange 2010 Backups

On your Exchange 2010 Server install the following clients (or later) in this order;

AvamarClient-windows-x86_64-5.0.106-28.msi
AvamarExchangeVSS-windows-x86_64-5.0.106-28.msi

Make sure that your Avamar Backup User is a member of the local Administrator account (or recommended part of the Domain Admins).

Within Avamar you should now see the following

image

Check the advanced options prior to backup within the Avamar Console depending if you have a DAG etc.

image

Thursday 13 October 2011

iTunes error 3194

Just got this error when trying to update to ios5 on iPad v2.

Check the following;
On windows PC
edit c:\Windows\system32\drivers\etc\host
and put a # in front of the following
74.208.105.171 gs.apple.com
becomes
#74.208.105.171 gs.apple.com
Save and Exit.

What worked for me was my PC was no longer authorised with iTunes;

Go into iTunes, store and Authorise this Computer.

Try updating again; hopefully this helps?

Monday 10 October 2011

Samsung Galaxy SII and Exchange 2007/2010

My wife recently purchased the glorious Samsung Galaxy SII; setup was a breeze until I tried connecting it to Exchange. 

I kept getting the username and passwords do not match even though they were correct; being lazy I thought it was something I had misconfigured so I deleted the profile and started again; same error!

Did a quick Google hoping to find a solution and found lots of people with the same error; so I started digging a bit more (which was easy because I manage our Exchange environment!)

In order for Exchange integration to work on a mobile device it uses ActiveSync which is SSL and port 443 onto the Exchange Server.

If you login to Exchange OWA; Options you should see something like this; click phone and your devices will be shown to the right.

image

image

As you can see the Samsung SII did actually connect to the Exchange Server but something happened that prevented the device from fully connecting;

What I suspect had happened was the phone did not have a pin or complex password for the Unlock screen as by default a security policy will be sent down to the phone even if the Exchange security policy is blank; the user must then accept the policy which then gets applied and the phone is accepted for ActiveSync.

In my situation this still did not work; what did work for me was removing the device from Exchange;

Select your Phone as follows;

image

And carefully select the X (delete) icon as shown in red below; this will not wipe or do anything to your Phone; rather its removing the device from your Exchange profile.

image

Once this has been removed; power off and back on your phone and complete the email process again; hopefully all should work. You should also accept the Exchange Security Policy and after a few minutes your emails should start to Sync.

I have noticed this scenario a few times with other Android devices and I suspect its either a bug or the device is not fully supporting Microsoft’s ActiveSync (which is licensed by the phone provider).

One other last tip; the username has to be domain\username don't get confused by the label of Domain: Username.

I hope this helps.

Monday 8 August 2011

Exchange 2003 and Mailbox Language

Scenario; your in another country and you check your email via OWA and for some reason the language within OWA and Outlook changes?

Fix, try this:

1. Open control panel, expand "Regional and language options","Regional Option", select "English" or your chosen language.

2. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International] = "AcceptLanguage"="en-GB"

3. log off and log on to your machine

4. Start, Run

Outlook /resetfoldernames


Exchange 2010 and Mailbox Language

PowerShell prompt;

Set-Mailbox -Identity "Joe Blogs" -Languages "en-GB"

Language Codes

Friday 5 August 2011

VMware vSphere 5 Licensing and Pricing Update

As Citizen Smith would say ‘Power to the People!’

VMware has decided to double (x2) the vRam entitlements under its new licensing rules.

image


 

 

 

 



Does it go far enough?

http://blogs.vmware.com/partner/2011/08/vmware-vsphere-5-licensing-and-pricing-update.html

Wednesday 27 July 2011

Tuesday 19 July 2011

Exchange 2010 - Manage Full Access Permissions

You need to give another user access to a mailbox?

Use the Manage Full Access Permission wizard to grant Full Access permissions to users or groups for a selected mailbox. You can also use this wizard to remove Full Access permissions from users or groups.

When you grant the Full Access permission to another user for a mailbox, that user will be able to log on to the mailbox and access its entire contents.

Find the mailbox in the EMC (Exchange Management Console)

image

Right click the mailbox and “Manage Full Access..”

image

Click Add and Find/Select the User/Group you want to give access to.

image

Click Manage and the permissions will be applied.

 

PowerShell is much quicker though.

Adding Permissions

Add-MailboxPermission -Identity "mailbox_you_need_access_to" -User "user_or_group_looking_access" -AccessRights Fullaccess -InheritanceType all

Removing Permissions

Remove-MailboxPermission -Identity "mailbox_you_need_access_to" -User "user_or_group_remove_access" -AccessRight FullAccess -InheritanceType All

 

Adding the Mailbox into Outlook

In Outlook 2007/10 Open your account Settings ..

image

Select your account and click Change

image

Choose the More Settings ..

image

Add the email Account that you want to access.

image

Click Ok, Next and Finish.


From Outlook Web App (OWA)

Right Click your name above the Inbox.

image

Select Open User’s Inbox ..

image

Enter the name of the mailbox you want to open; and click Ok.

OR

In Outlook Web App, go to Options

image

Manage, Another User

image

Find the user and Click Ok.

image

Saturday 16 July 2011

Exchange 2010 SP1 RU4 Removed from Download Center

Microsoft have discovered an issue impacting some customers who have installed Exchange 2010 SP1 RU4 into their Exchange environment and as a result have removed SP1 RU4 from Download Center and recommend customers do not proceed with any planned deployments of SP1 RU4.

A small number of customers have reported when the Outlook client is used to move or copy a folder that subfolders and content for the moved folder are deleted.

For more information please visit.

http://blogs.technet.com/b/exchange/archive/2011/07/13/exchange-2010-sp1-ru4-removed-from-download-center.aspx

Tuesday 12 July 2011

Coming soon VMware vSphere 5 (ESXi 5)?

Whats new?

ESXi 5 host / 512 virtual machines / 160 logical CPUs / 2TB of RAM
32 vCPUs / 1TB of RAM per VM
VMFS-5 64TB (Thin Provision Stun / Space Reclaim)
Image Builder (custom esxi builds)
Auto Deploy (pxe boot and image deployment)
vCenter Virtual Appliance (Linux based virtual center)
vSphere Storage Appliance (local disk presented as NFS storage)

image


Cloud Infrastructure

image

image

image

 

image

 

For more info please visit
http://www.vmware.com

Saturday 9 July 2011

Data Storage Changes for SharePoint 2010

Microsoft Share Point 2010 database increase from 200gb to 4tb; check out the Microsoft SharePoint Team blog for more information.

http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=988

Friday 8 July 2011

Exchange 2010 – Export Database to .pst

Have you ever wanted to export/backup your Exchange 2010 mailboxes to a .pst file?

Make sure you have created a share and your user has access to that share; please replace databasename with your Exchange Database name and replace uncpath with your fileshare.

This command will cycle through all users in the Database and export their mailboxes to alias.pst

Open the Exchange 2010 powershell prompt and run the following command.

$Export = get-mailbox –Database "databasename" ; $Export|%{$_|New-MailboxExportRequest -FilePath "\\uncpath\$($_.alias).pst"}

Sunday 3 July 2011

Exchange 2010 – build numbers and rollups

How do I find my Exchange 2010 build number?

Exchange Management console:

  1. Start the Microsoft Exchange Management console.
  2. Expand the Server Configuration objects.
  3. On the right side, notice the Exchange version number.

Exchange Management shell:  
  1. Start the Microsoft Exchange Management shell. 
  2. Run the following command:

    get-exchangeserver
    or
    get-exchangeserver | fl

How do I find my Exchange 2010 rollup number/version?
Well that’s a different story; and one that is best described by the Exchange Guys here:
http://blogs.technet.com/b/exchange/archive/2010/03/08/3409469.aspx

Exchange build numbers and release dates.
http://support.microsoft.com/kb/158530

Office 2010 – Service Pack 1 (SP1) Build Number?

So, Microsoft have released SP1 for Office 2010

http://support.microsoft.com/kb/2460049

If you have version/build 14.0.6023.1000 then congratulations you are using Office 2010 SP1.

If you select File/Help and

image

you will get the SP1 information.

image

Friday 1 July 2011

SCCM 2007 – Console Rights for View Only

Have you ever needed to give remote users access to the SCCM console?  But only wanted to give them View/Read Only access?

On the SCCM Server add the user or group to the ..

image

then as SCCM Admin add the the user to the Security/Users

image

and right click user and select “User Security Rights”

image

start off with Add/Class

image

then Site/Read

image

you can then add read access to other classes as required.

image

Also check out the “Manage ConfigMgr Users Wizard”

image

Windows 7 Login Scripts – network share not mapping.

We recently encountered an issue with Windows 7 login scripts; specifically drive mappings not being presented.

If a different user logged onto the same PC the login script processed the request and the drive gets mapped, weird eh?

Things to check;
(1) UAC enabled?
(2) The user logging in has admin rights to the PC?

Solutions to try;
(1) Temporarily disable UAC and see if the Policy/Script works
(2) Remove the user in question from the local Admin Group on PC
(3) Refer to http://support.microsoft.com/kb/937624/en-us