Learn how to manage your Citrix servers in the PowerShell and MFCOM Webinar
Citrix is hosting a webinar detailing the use of PowerShell and MFCOM to manage Citrix Presentation (XenApp) Servers. Brandon Shell and Vishal Ganeriwala will teach you all you ever wanted to know about this topic. PowerShell is one of my personal favorites. Be sure to attend this webinar to get a feel for the breadth of options available with using PowerShell and MFCOM together.
Details
Date/Time: Tuesday April 29th, 2008 at 1:00 PM - 2:00 PM EST
Target Audience: Basic PowerShell, Basic Citrix Admin Skills and Basic MFCOM experience in VB script.
Here is the rough agenda for the webinar:
PowerShell Basics
- Object Based
- Self Teaching
- Get-Help
- Get-Command
- Get-Member
- Properties
- Methods
- New-Object
- ‘-ComObject’
- .NET Class
Managing Citrix Servers via PowerShell and MFCOM
- Most Properties Return Objects (like Servers, Applications, Sessions)
- Creating MFCOM object in PowerShell
- Examples
- $mfobject = New-object -com ‘MetaframeCOM.MetaFrameFarm’
- $mfobject.Initialize(int parameters)
- With just these two lines you can start exploring you Citrix Environment
- $mfFarm = New-object -com ‘MetaframeCOM.MetaFrameFarm’
- $mfFarm.Initialize(1)
- Getting Key Info To get From Farm Object
- $mfFarm | Get-Member -MemberType Property # Gets just Properties
- Admins
- Applications
- FarmName
- Servers
- Sessions
- LicenseServer
- Printers
- Zones
Technorati : Citrix, MFCOM, Management, PowerShell, Scripting, Webinar
Del.icio.us : Citrix, MFCOM, Management, PowerShell, Scripting, Webinar
Ice Rocket : Citrix, MFCOM, Management, PowerShell, Scripting, Webinar
