/* Create\clear temporary array */
var aXmlTempArray = [];
aXmlTempArray.length = 0;
aXmlTempArray.push(['Admin', '8.00am to 8.45am', 'Registration and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Admin', '8.45am to 10.15am', 'Plenary including keynote - Jason Zander (keynote speaker), Dan Neault (Brisbane and Perth keynote speaker), Martin Gregory (Adelaide and Canberra keynote speaker)', 'Dan Neault (Brisbane and Perth keynote speaker)', '','', '']);
aXmlTempArray.push(['Break', '10.15am to 10.35am', 'Morning tea and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Session 1', '10.35am to 11.35am', 'Building a Secure Base Platform for your business with Windows Server 2008', 'Jeff Alexander', 'Windows Server 2008 includes many new security features including Network Access Protection, Bitlocker Drive Encryption, User Account Control, and Cryptography Next Generation.
Every security pyramid starts with a secure base. In this session, you`ll see live demonstrations of the security features that make Windows Server 2008 a very secure base platform on which to build your business.
Technologies demonstrated include: Active Directory, Group Policy, Network Access Protection using 802.1X technologies and Enterprise PKI.','', '']);
aXmlTempArray.push(['Session 2', '11.45am to 12.45pm', 'Threat mitigation: being at the Forefront', 'Lee Hickin (Sydney, Perth and Adelaide), Jamie Sharp (Sydney, Melbourne, Brisbane and Canberra)', 'As an IT Professional, you are faced with an increasing number and variety of technology threats that are becoming faster, more advanced and profit-motivated. You must also be able to readily assess the overall security state of your environment, easily enable and configure protection against known and unknown threats, and quickly identify, contain and recover from any attack that occurs.
Leveraging the Forefront Suite of security products, this session will demonstrate how to mitigate malware, SPAM and virus threats in Windows, Exchange and SharePoint. We will explain the best practices of how to configure Forefront for your specific requirements. You will also see how Forefront Client Security can provide insight into the security posture of your IT environment to provide security management teams with the information they require to mitigate potential threats.','', '']);
aXmlTempArray.push(['Break', '12.45pm to 1.40pm', 'Lunch and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Session 3', '1.40pm to 2.40pm', 'Building a managed platform with Microsoft System Center', 'Tamas Horvath (Sydney, Brisbane and Canberra), Andrew McMurray (Melbourne, Adelaide and Perth)', 'See how System Center Configuration Manager can help in asset identification and license reconciliation, and how you can ensure ongoing compliance with Desired Configuration Management using Configuration Baselines for your servers – not only for the OS itself, but for application workloads and well known regulatory compliance acts such as SOX.
We will demonstrate end-to-end monitoring with System Center Operations Manager for your critical line of business applications. The session will conclude with a demonstration of how System Center Data Protection Manager can protect critical application data such as SQL, MOSS and Exchange with powerful online backups to avoid costly maintenance downtimes.','', '']);
aXmlTempArray.push(['Break', '2.40pm to 2.55pm', 'Afternoon Tea', '', '','', '']);
aXmlTempArray.push(['Session 4', '2.55pm to 3.55pm', 'Bringing down the house of cards: enforcing secure applications on a secure infrastructure', 'Rocky Heckman', 'Learn how to maintain legal and corporate regulatory compliance using SPIDER – monitoring our infrastructure, and notifying us when something falls out of compliance.
WeBll demonstrate how to prevent in-house applications from weakening our defences, while also looking at addressing new or zero day attacks, and mitigating the attack while our applications are being patched.
You’ll also see how to use Microsoft Threat Analysis and Modeling Enterprise Edition to monitor the security profile of all of our in-house applications, and to rapidly address any new or zero day attacks against our custom applications.','', '']);
aXmlTempArray.push(['Session 5', '4.05pm to 5.05pm', 'Data protection: enabling the enterprise mobility vision with Rights management', 'Paul Conroy (Sydney, Canberra and Adelaide), Chris Louloudakis (Melbourne, Brisbane and Perth)', 'Protecting confidential information and intellectual property, such as email and documents, is critical to the success of many organisations. In this session you will see how Windows Server 2008 and Microsoft Windows Rights Management Services (RMS) works with RMS-enabled applications to help safeguard confidential and sensitive information.
WeBll explain how RMS lets you specify who can open, read, copy, modify, or redistribute sensitive information.','', '']);
aXmlTempArray.push(['Break', '5.30pm to 6.15pm', 'Steve Riley Locknote (Sydney, Adelaide and Canberra only)', '', '','', '']);
aXmlTempArray.push(['Break', '6.15pm', 'Event close', '', '','', '']);
/* If the master array doesn't exist, create it */
if (typeof(aXmlArray) == 'undefined') {
var aXmlArray = [];
}
/* Push the result into the master */
aXmlArray.push([aXmlTempArray, 'Security and Management', 'http://www.microsoft.com/australia/heroes/rss/agenda_security.xml', 'Showcasing live demonstrations over five sessions, each session builds on the previous one to demonstrate the key elements of building a secure and well managed environment using Microsoft technologies.']);