Microsoft Announces the Expansion of the Zune Entertainment Service to New Platform and Markets; Confirms New Zune HD Portable Media Player

A few days late, but oh baby baby ..


Source: http://www.microsoft.com/Presspass/press/2009/may09/05-26ZuneHDPR.mspx?rss_fdn=Press%20Releases

REDMOND, Wash. — May 26, 2009 — Microsoft Corp. today announced the evolution of Zune, the company’s end-to-end music and entertainment service, to a new platform and new markets. Zune will extend its video service to Xbox LIVE internationally this fall. This marks an important development in the Zune strategy and brings the Zune brand to more than 17 million international Xbox LIVE subscribers. In addition, Microsoft confirmed the next generation of the Zune portable media player, Zune HD. Available in the U.S. this fall, Zune HD is the first portable media player that combines a built-in HD Radio receiver, high-definition (HD) video output capabilities, organic light-emitting diode (OLED) touch screen, Wi-Fi and an Internet browser.

Installing SQL Server 2005 on Windows Server 2008

Just a reference to my me as I have forgotten it too many times ;-)


http://blogs.technet.com/seanearp/archive/2008/07/01/installing-sql-server-2005-on-windows-server-2008.aspx and http://support.microsoft.com/kb/920201

If you want to install SQL bits, including reporting services you need some IIS 7.0 components that maybe missing if you just all the web server role.

Component Folder
Static Content Common HTTP Features
Default Document Common HTTP Features
HTTP Redirection Common HTTP Features
Directory Browsing Common HTTP Features
ASP.Net Application Development
ISAPI Extension Application Development
ISAPI Filters Application Development
Windows Authentication Security
IIS Metabase Management Tools
IIS 6 WMI Management Tools

Windows Server 2008 and Windows Vista Service Pack 2

oooooooooooohh Thanks Ari for the tip off ;-)


http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9f073285-b6ef-4297-85ce-f4463d06d6cb#tm

Service Pack 2 for Windows Server 2008 and Windows Vista (SP2) is an update to Windows Vista and Windows Server 2008 that supports new kinds of hardware and emerging hardware standards, and includes all updates delivered since SP1. SP2 simplifies administration by enabling IT administrators to deploy and support a single service pack for clients and servers. Please see the Windows Server SP2/Windows Vista SP2 page on TechNet/MSDN for additional details and documentation.
Windows Vista SP2 TechNet
Windows Server 2008 SP2 TechNet

Exchange 2003: Exceeded the maximum

Dunno if you have seen these errors on an Exchange 2003 server ..

Event ID: 9646
Type: Error
Source: MSExchangeIS
Description:
Closing Mapi session “/o=Organization/ou=Administrative Group/cn=Recipients/cn=user” because it exceeded the maximum of 250 objects of type “objMessage”.

KBs for this:
http://support.microsoft.com/kb/830829
http://support.microsoft.com/kb/830836

Been playing with the figures and couldn’t for the life of me workout if it uses the Hex or Decimal values …. it appears it uses the decimal ;-)

IR35 tax is a huge failure

ha ha


Source: http://www.theregister.co.uk/2009/05/22/ir35_tax_revenues/

Under the Freedom of Information Act, the Professional Contractors Group has been able to find out how much tax the British government has raised from IR35.

… Through its FOI request, the PCG has established that the Government raised just £9.2m from IR35 in the tax years 2002/3 to 2007/8. No wonder the Government said it didn’t know how much revenue it earned from IR35 when asked in Parliament and elsewhere.

Exchange 2007: List Activesync users

Okay do you know you can run Get-CASMailbox -Filter {HasActiveSyncDevicePartnership -eq $true} to get a list of users that have an Activesync partnership.

Now if you combine this with Get-ActivesyncDeviceStatistics you can get more details too.  Check it out:

Get-CASMailbox -Filter {HasActiveSyncDevicePartnership -eq $true} | foreach {Get-ActivesyncDeviceStatistics -mailbox $_.name}

List all you OUs with Windows Powershell

Was asked how to do this today, and here you go ……


$search = [System.DirectoryServices.DirectorySearcher]([adsi]””)
$search.Filter = “(objectClass=organizationalUnit)”
$search.Findall() | ForEach{$_.properties.distinguishedname}


This will list all the DN’s of the OUs in your AD

Now if you want to get clever, the resulting data lists the path, and then a set of properties:

Name
—-
objectclass
usncreated
name
objectguid
whencreated
whenchanged
distinguishedname
ou
objectcategory
instancetype
usnchanged
adspath

So this was a tweak to my earlier script to find out if an OU had “Include inheritable permissions from this objects parent” checked. So it looks like this now:


Function Get-Ou ($xOU){
    Write-Host $xOU.properties.distinguishedname -Foregroundcolor Red -NoNewLine
    Write-Host ” : ” -NoNewLine
    $yOU = $xOU.Path
    $yOUPath = $yOU.ToString()
    $zOU = [ADSI]”$yOUPath”
    $zOU.psbase.ObjectSecurity.AreAccessRulesProtected
}

$search = [System.DirectoryServices.DirectorySearcher]([adsi]””)
$search.Filter = “(objectClass=organizationalUnit)”
$ALLOUs = $search.Findall()
ForEach($xOu in $ALLOUs){Get-OU $xOU}


Enjoy

Exchange 2010 TechNet Webcasts

Check these babies out!


Source: http://www.microsoft.com/events/series/tnexchangeserver.aspx?tab=webcasts&id=liveall

Monday, June 01, 2009: TechNet Webcast: Exchange 2010 High Availability (Level 300) 
Welcome to the future!  The future of Exchange high availability, that is.  In this webcast, we reveal the changes and improvements to the built-in high availability platform in Exchange Server 2010.  Exchange 2010 includes a unified framework for high availability and disaster recovery that is quick to deploy and easy to manage. Learn about all of the new features in Exchange 2010 that make it the most resilient, highly available version of Exchange ever.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416676&EventCategory=4&culture=en-US&CountryCode=US

Wednesday, June 03, 2009: TechNet Webcast: Exchange 2010 Overview (Level 200)
This webcast will introduce you to Exchange Server 2010, reviewing the major areas of investment for this release and highlighting marquee features.         
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416679&EventCategory=4&culture=en-US&CountryCode=US
Monday, June 08, 2009: TechNet Webcast: Exchange 2010 Management Tools (Level 300) 
Exchange 2010 includes new capabilities that make the operation of your Exchange environment more efficient.   Learn how we’ve made the Exchange Management Console more powerful, extended the reach of PowerShell, and made it easier to delegate management tasks. 
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416687&EventCategory=4&culture=en-US&CountryCode=US

Wednesday, June 10, 2009: TechNet Webcast: Exchange 2010 Archiving and Retention (Level 300)
This webcast will introduce new ways to address archiving and retention with Exchange Server 2010. 
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416694&EventCategory=4&culture=en-US&CountryCode=US

Monday, June 15, 2009: TechNet Webcast: Exchange 2010 Outlook Web Access (Level 200) 
Exchange 2010 brings new features and functionality to Outlook Web Access. See product demonstrations of the latest capabilities and understand how browser-based communication and collaboration gets better than ever in Exchange 2010.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416702&EventCategory=4&culture=en-US&CountryCode=US

Wednesday, June 17, 2009: TechNet Webcast: Exchange 2010 Architecture (Level 300) 
This webcast describes the overall architecture of Exchange 2010 and key considerations for the scalability and performance of each server role. This webcast will provide the background and framework for the other Exchange 2010 webcasts, serving as a bridge between the overview session and drill-downs in each product area. This session is a recommended pre-requisite for the Exchange 2010 deployment and migration webcast.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416706&EventCategory=4&culture=en-US&CountryCode=US

Monday, June 22, 2009: TechNet Webcast: Federation in Exchange 2010 (Level 300)
Federation is a key part of the architecture of Exchange 2010, powering new organization-to-organization sharing scenarios.  Learn how federation enhances the capabilities of Exchange 2010 and enables advanced coexistence between Exchange Server and Exchange Online.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416724&EventCategory=4&culture=en-US&CountryCode=US

Wednesday, June 24, 2009: TechNet Webcast: Exchange 2010 Voice Mail enabled by Unified Messaging (Level 300)
Exchange 2010 Unified Messaging is Microsoft’s second generation unified messaging and voice mail solution. In this webcast, learn about the features, benefits, and architecture of  Unified Messaging in Exchange 2010.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416726&EventCategory=4&culture=en-US&CountryCode=US

Monday, June 29, 2009: TechNet Webcast: Exchange 2010 Information Protection and Control (Level 300)
This webcast will introduce you to new ways to address information protection and control with Exchange Server 2010. A discussion of the use of encryption and rights management in parallel with Exchange will be included as well as an introduction to new functionality in Exchange that supports information protection scenarios.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416728&EventCategory=4&culture=en-US&CountryCode=US

Wednesday, July 01, 2009: TechNet Webcast: Exchange 2010 Transition and Deployment (Level 300)
In this session we will cover the migration planning and deployment path to move an organization from Exchange 2003 or Exchange 2007 to Exchange 2010.
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032416708&EventCategory=4&culture=en-US&CountryCode=US