Blog posts tagged with 'citrix'
|
Do you want to record some of the fun and interesting things you will see during Citrix Synergy conference and share it with your friends and colleagues? We will be handing out 5 flip cameras every day for 3 days (May 20, 2008 - May 22, 2008) that's 15 first come first serve people. All you have to do is record 1 or more video clips less than 5 min long and give the Flip video back to me. The flip video can record an hour of video. What is a Flip video camera? What series of the Flip Video will be given to winner? How do I sign up for the contest? What is the process for collecting and giving back the Flip video? |
What are the rules for the contest?-
- No video from the keynote.
- No video from any breakout sessions.
- Ask customers/friends/colleagues to withhold their last name and company to protect them from legal liability.
- Do not Interview any Press or Analysts.
- The video clips have to be less than or around 5 minutes.
- Citrix may use these videos for promotion purposes and can decide not post a video if we find the content inappropriate.
Can you give me few examples of video clips to record?
You can record interesting XenApp or XenServer demos or partner product demonstration at the exhibit hall. You can interview your friends, colleagues or vendors and capture their view about the Synergy. Just be innovative and record fun, cool and informative videos. Show us Synergy through your eyes.
How will I recognize you at the registration desk?
Here is my picture. Click to enlarge.

How will I win a Flip Video?
I will upload all the videos to YouTube and tag them Citrix_Synergy08_flipcontest. The top 3 most viewed videos on YouTube will win the Flip Video. The contest will end on 6th of June 2008 at 6 PM EST.
I have a question not answered above where do I ask it?
Just post a comment on this blog post and I will get back to you
If you are attending IT professionals TechMentor event this week in Orlando then I would recommend you go and check out Bradon Shell's session on "Automating Citrix Server Administration with Windows PowerShell"
"In this session you'll learn how to use Powershell to make Citrix server management easier. We'll also walk through the Citrix road map and how Powershell fits in. We will cover several different common administrative tasks and show how Powershell can make these tasks faster and easier to perform, including publishing applications, unpublishing applications, getting application information, and getting servers online. We'll look at using the PowerShell pipeline, and see how to make your scripts output information that can be piped to other scripts. Finally, you'll learn how to use MFCOM, get information from it, and look at some of the gotchas you'll need to be aware of when dealing with it"
Brandon and I have recently done a webinar on PowerShell and Citrix MFCOM. You can view the Webinar at this URL
https://www1.gotomeeting.com/register/114744868
UPDATE:
I have got several emails asking me if there will be any session on PowerShell and MFCOM during Citrix Synergy event . There is no specific session on PowerShell and MFCOM but we have speakers giving advance classes on MFCOM SDK and Hands on training with MFCOM SDK during Synergy. If you still have questions regarding PowerShell and MFCOM then come by during my Geek Speak session and I will try my best to answer them
Mark Templeton took the center stage at Ineterop Las Vegas 2008 and challenged the global IT community to do something different by optimizing networking services, virtualization, and application acceleration to create a dynamic application delivery infrastructure that enables a more flexible way of providing applications to users.
watch his keynote on "how Citrix has moved its business in new directions"
Last week Dr. SDK completed his ultimate guide to MFCOM (101 pages). This is the only guide you will ever need to understand and learn about MFCOM SDK. It covers everything up to SDK version 4.5.
It covers all the advance MFCOM topics such as multifarm management, publishing different type of Applications, policies, load evaluators and more.
Hope you enjoy reading it.
I want to thanks everyone who attended the webinar yesterday. If you missed the webinar then you can watch the recording at the following URL https://www1.gotomeeting.com/register/114744868
You can also download the slide deck here Dowload link
If you are interested in learning PowerShell then subscribe to Brandon Shell rss feed. I totally love the way he explains PowerShell concepts.
I am going to send out a more detailed survey to everyone who attended the webinar. Your feedback will help us determine future webinars and chats.
| Would you like to see an advance PowerShell and MFCOM webinar? | Choose |
|---|---|
| Yes | |
| No |
| How would you rate yesterday's webinar on a scale to 1 to 5 with 5 being Awesome? | Choose |
|---|---|
| 1 Totally sucked | |
| 2 Just OK | |
| 3 Good stuff | |
| 4 Great. | |
| 5 Awesome |
Please let me know via comments what SDK and technology webinar you would like to see in future. I will try my best to get the experts do it for CDN members.
If you are a Citrix administrator then you should definitely bookmark this link. Whenever I get stuck there is always a utility here which can help get out of my problem.
http://support.citrix.com/article/CTX107572
My favorite tools are
| Tool | Description |
|---|---|
| Repair Clipboard Chain 2.0.1 | The RepairCBDChain utility temporarily restores clipboard functionality.Run the RepairCBDChain utility on your workstation and/or inside the session desktop |
| Project MedEvac 2.11 | The MedEvac tool is utilized to run checks against a Presentation Server farm to verify environment health. CTX108311 |
| FarmAppUtil Tool | The FarmAppUtil tool saves all the application properties with users and servers assigned to those applications in an XML file. The tool also creates a text file with a folder structure. The XML file created from the application can be modified and used for republishing all the applications and also recreate the folder structure in the new farm. The other reason I like this tool is because I wrote it |
<a href="http://technorati.com/claim/fjb6bznrzw" rel="me">Technorati Profile</a>
Brandon Shell (http://bsonposh.com) and I are going to do a free webinar on PowerShell and Citrix
UPDATE : Tuesday 29th April 1PM - 2PM EST.
UPDATE 28th April : International direct dial + 1 617 801 6700
We are targeting audiences with following skill.
Basic Powershell, Basic Citrix Admin Skills and Basic MFCOM experience in VB script.
Here is the rough agenda for the webinar
Powershell Basics (about 20 mins)
Object Based
Self Teaching Get-Help , Get-Command, Get-Member
- Properties
- Methods
New-Object - ComObject
- .NET Class
Managing Citrix Servers via PowerShell and MFCOM (about 20 mins)
Most Properties Return Objects (like Servers, Applications, Sessions)
Creating MFCOM object in Powershell
$variable = New-Object -com <MFCOM COM Name>
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
Space is limited
Reserve your Webinar seat now at:
https://www1.gotomeeting.com/register/114744868

