- Home
- Citrix
- Microsoft
- VMware
- Projects
- AboutDane Young is an aspiring technothusiast specializing in application, desktop, and server virtualization technologies. Dane’s educational background includes a Bachelor of Science in Bus. Admin/Management Information Systems from Sacramento State and a Masters of Business Administration from the Univerisity of Phoenix. Notable certifications include Citrix Certified Integration Architect for Virtualization, VMware Certified Professional for vSphere 4 and Microsoft Certified IT Professional: Windows Server 2008 R2, Virtualization Administrator. Dane’s technical experience includes: – mentoree of Bill Alderson, PMG (Pine Mountain Group, acquired by NetQoS and later Computer Associates) – technical entrepreneurship and consulting for small and medium size businesses – program manager and infrastructure engineer, K-8 education – field consulting and engineering, managed services provider, and – most recently field systems and solutions engineer, M7 Global Partner: Entisys Solutions. Location: Sacramento, Ca Technical Inspirations: Brian Madden (www.brianmadden.com) Doug Brown (www.dabcc.com) Eric Haavarstein (www.xenappblog.com) Pierre Marmignon (www.citrixtools.net) Scott Lowe (blog.scottlowe.org) Thomas Koetzing (www.thomaskoetzing.de)
- Podcast
Monthly Archive for: ‘September, 2011’
-
Citrix: CAG 5 Advanced Controller and iPad/iPhone access
And once again I found another great blogpost: Hi, what I want to show you here is the configuration of a Citrix Access Gateway 5 with Advanced Controller for an iPhone/iPad Access to your XenApp/XenDesktop environment, because it isn’t documented now. I got a lot of …
-
Citrix: Getting a Farm Inventory With XenApp 6 PowerShell Scripting
I found the following useful information on the Citrix blogs written by Michael Bogobowicz XenApp 6 introduces some new and versatile PowerShell scripting – for those of you used to MFCOM scripting, you’ll find this to be a very welcome improvement. In this post, we’ll set up the …
-
Script: Create a list of Windows Updates installed
I was troubleshooting some issues and I needed a way to collect an overview of Windows Updates installed on a couple of machines and after some digging around I found the following command line: gwmi Win32_QuickFixEngineering | select Description, Hotfixid But because I had to …