The Kenzig

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, November 28, 2008

Download Pick: PowerGui - A graphical user interface and script editor for PowerShell.

Posted on 7:00 AM by Unknown
Hello All,
Here is a great FREE utility to get you started learning and using Windows Powershell. The utility is called PowerGui and it is an extensible graphical administrative console and IDE for managing systems based on Windows PowerShell.

What is really cool is that PowerGui has built a pretty large following and community and already there are many contributions of what they call PowerPacks that are prebuilt consoles for things like Active Directory, Terminal Services, Hyper-V and yes even Citrix!

So here are a few links to get you started:
You can download PowerGUI from here:
http://powergui.org/downloads

Once you download and install PowerGui you can download and add the community created PowerPacks
There is a Terminal Services PowerPack you can get from here:
http://powergui.org/entry.jspa?externalID=2071&categoryID=296
This PowerPack allows basic administration of Termial Servers (view settings, permissions, enable/disable connections), RDP sessions (message, connect to, disconnect) and RDP connections (launch, edit settings).

There is one for the Citrix Console available at this link:
http://www.powergui.org/entry%21default.jspa?categoryID=296&externalID=2033
This is a pretty cool thing, you can logoff specific users, view printer, hotfixes, enable or disable apps and more. It would be excellent start to create a console for your help desk.

And one for Hyper-V here!
http://powergui.org/entry.jspa?externalID=2142&categoryID=290

There is quite a library of Powerpacks in categories such as Active Directory, Exchange, Windows Server, Reporting and more!
You can search through them here:
http://www.powergui.org/kbcategory.jspa?categoryID=21

What is really cool is once you load the power packs there is a tab that lets you see what the powershell script is doing in the background.
Read More
Posted in PowerGUI, PowerPack for Citrix, PowerPack for Terminal Services, Powershell GUI | No comments

Tuesday, November 11, 2008

Download Pick: Xenapp Web Interface 5.01 Paint by Number Kit - Pimp My Xenapp

Posted on 5:09 AM by Unknown
For those of you who have installed Citrix Xenapp Web Interface 5.01 you will find that Citrix has changed a lot of the file structure and made a whole lot more of the interface javascript.

The Xenapp Web interface 5.0 SDK has some instructions in it on how to make some changes and do things but unless you are a developer or programmer it reads like a knitting instruction manual looks like to an auto mechanic.

Anyhow Citrix has offered a Paint by Number kit on their Pimp my Xenapp site.
Check it out here:

http://community.citrix.com/display/xa/PimpMyXenApp

When I started playing around trying to figure out where things are I realizedthat the WI Access management console makes most all of its changes in the WebInterface.conf file located in:
C:\Inetpub\wwwroot\Citrix\AccessPlatform\conf\WebInterface.conf

I like the black interface and really the only thing I wanted to do is just put a few links across the top of apps screen of the web inteface. So here is a brief tutorial of how I did it.
Navigate to the above conf directory and make a backup copy of the Webinterface.conf file. Right click on the file and choose edit or open and open the file in Notepad. Go to edit in Notepad choose find and put in Appwelcome.
It will take you to the following line:

AppWelcomeMessage_en=

Now all you need to do is write some html code like in the below text box to include your links and add it after the = sign after AppWelcome message



Save the file and you should be done.
The above code would give you three links across the to of the apps page. The "nbsp " will put a space between the links. You will want to add the target="new" tag at the end of your url to make the links open in a new window or they will open in the same window and close your web interface. If you have workspace control enabled that will also close all of your users open apps!
Anyways here is what the finished product across the top would look like.
eTime Timecard Library Intranet Library Home Page

No neeed to stop and restart IIS after editing the Webinterface.conf file just a refresh of your apps page you can see the changes.
Read More
Posted in Citrix Presentation Server Web Interface 4.5 Upgrade to Citrix Xenapp Web Interface 5.01, Links on Web Interface, Web Interface 5.01, Xenapp 5.0 Web Interface Customization | No comments

Friday, November 7, 2008

My upgrade of Citrix Presentation Server Web Interface 4.5 to Xenapp Web Interface 5.01

Posted on 5:19 PM by Unknown
Hi All,
Just wanted to pass along my experience today of upgrading our external Citrix web interface from Citrix Presentation Server 4.5 to XenApp 5.01.

For the most part I was pleasantly suprised with the ease of it and how well it went. I am still figuring out some of the new file structures and customizations but I will pass those tidbits along as I figure them out.
I started by downloading the Citrix Xenapp 5.01 Web interface file from Mycitrix.com which is buried under Xenapp 5 server on the Citrix Site. You will need a mycitrix.com login in order to download the free Web Interface 5.01 file. You can try this link after you login:
http://www.citrix.com/English/SS/downloads/details.asp?downloadID=1681219&productID=-1
I then made a backup copy of my program files\citrix folder and my Inetpub\www folder just in case things went terribly wrong.

Needless to say the documentation for 5.1 was rather lacking. There was a paragraph in the XA 5 admin guide saying you could upgrade from 4.5 to 5 but good luck finding anything else out there. So I gave it a whirl, I closed all apps on the server stopped the antivirus and my WI website in IIS and ran the WI 5.01 executable. It immediately crapped out because it did not find the Xenapp 5.01 console installed on the server. So I had to go back out to MyCitrix and find the Web Interface Console installation files.

After some searching I finally pegged them down. I downloaded and had to unzip them to run the executable. It was called the Web Interface 5.01 Console Extension on the web site. I found it at
http://www.citrix.com/English/SS/downloads/details.asp?downloadId=1681221&productId=186

I ran the Console installation, nexted through it with defaults and all seemed well.

Next I ran the WI installation executable. I chose defaults on all that and nexted through the prompts. Went back to IIS restarted my website and restarted my antivirus and jumped on another machine to see how it looked. Well WI came up and it is a simple black login screen. So I ran the WI console and went through the choices, played around a little bit and made some modifications. This version of WI doesn't use the include files in the same way as 4.5 and has a little bit different directory structure but the new version of the console setup for the website does allow for some additional configurations of color and html links in it. This weekend I will poke around the Web Interface 5.01 SDK that was recently released on the Citrix Site to see what I need to do to get my headers and footers back and pretty it up, but the site is running just fine.

It was an easy upgrade, no problems except for the console surprise. WI 5 seems to load the apps faster and I tested it out on my Tmobile dash to see if it detects the mobile version and it indeed does. Now I just got to get the ICA client working on my dash and I can have my office with me in my pocket wherever I go!
Read More
Posted in Citrix Presentation Server Web Interface 4.5 Upgrade to Citrix Xenapp Web Interface 5.01, Upgrade, Web Interface 4.5, Web Interface 5.01 | No comments

Wednesday, November 5, 2008

New Windows IT Pro ITTV Video Using TS Easy Print to Redirect Printer In Terminal Services

Posted on 4:58 AM by Unknown
In the latest edition of Windows IT Pro magazine newsletter one item caught my eye. The group is creating a video site for IT Pros called ITTV. IT Pros can upload their IT related videos to the site ala YouTube.

One video I came across that might interest some here is one by John Savill on how to use Easy Print to redirect a printer in Terminal Services.
http://www.ittv.net/VideoPlayer/tabid/57/VideoId/215/Using-TS-Easy-Print-To-Redirect-Printers-In-Terminal-Services.aspx

One thing that would be useful and that is currently lacking is a link to embed videos in blogs. Hopefully that will come.

The site is having a video contest called "If I ran Microsoft" encouraging you to upload a video of yourself saying what you would do if you ran Microsoft. Lets see, Fix Vista, Fix Vista, Fix Vista....lol

Enter your video here:
http://www.ittv.net/Contest/tabid/242/Default.aspx
Read More
Posted in ITTV, Windows IT Pro ITTV | No comments

Tuesday, November 4, 2008

Microsoft to rename Terminal Services to Windows Server Remote Desktop Services

Posted on 1:36 PM by Unknown
In the latest Windows Server Blog they announced that Windows Terminal Services will be renamed to Windows Server Remote Desktop Services. It appears the change will take place with the R2 release of Windows Server 2008
http://blogs.technet.com/windowsserver/archive/2008/10/30/TechEd-EMEA_3A00_-Terminal-Services-renamed-Remote-Desktop-Services.aspx
Read More
Posted in Windows Server Remote Destop Services 2008, Windows Terminal Services | No comments

Download Pick: Bayden Slickrun

Posted on 10:35 AM by Unknown
If you are like me when I am on my PC I like to use shortcuts and get things done as quickly as possible with the least amount of typing. I was searching on some Vista command line commands and happened across a slick.. (literally) FREE program called SlickRun by a company called Bayden Systems.

What SlickRun does is put a small command box above the clock on your system try you can type commands into. The box can be moved anywhere on your screen. While it may not look like much at first, SlickRun is a powerful little free tool worth having a go around with. After you download and install Slickrun you will see a box like the below image:

The power of SlickRun comes in with a feature they call Magic Words. Magic Words allow you to turn any common word into a command that will run a program when you type it into SlickRun command window. So for example you could set up Outlook email to come up if you just typed Mail into Slickrun. Or Internet Explorer to come up if you just typed IE. You can also type create Magic Words for full website urls so say for example you wanted to go to FoxNews web site you could put the url to it into SlickRun and assign the word Fox to it. Typing in Fox would bring up an IE (or FireFox or whatever browser you want of choice) window with the Fox news website.
Say you want to make a quick Magic Word for active directory users and computers. Just pick your magic word, I used ADU and add in the shortcut to the AD users control panel into the setup (%SystemRoot%\system32\dsa.msc), save it and off you go! Typing ADU into the SlickRun command line immediately brings it up!!
One thing I did not like about Slickrun was the sounds it made. There was no choice in the program to disable the sounds but I quickly corrected that problem by going to the program files\SlickRun folder and renaming the 3 .wav files to something else. No more sounds!
You can download the latest version and read more about SlickRun at the following URL: http://www.bayden.com/SlickRun/

While on the Bayden site you will definitely want to check out the many other free utilities they offer at http://www.bayden.com/Other/

Read More
Posted in Bayden Systems, Command Line Tool, Command Prompt, Free, SlickRun | No comments

Monday, November 3, 2008

Fixing Applications in Vista when you use Roaming or Mandatory Profiles

Posted on 9:54 AM by Unknown
Windows Vista uses a new directory structure in the users profile for application data. Instead of the folder being called Application Data as in Windows 2000 - Windows XP Microsoft renamed it AppData and created a redirect shortcut to it. (and the profiles are under Users instead of Documents and Settings of course) To further confuse things Microsoft created 3 subfolders under AppData called Local, Roaming and LocalLow.

The confusion and problems arise with roaming and mandatory profiles when you install an application and it puts its data in the LocalLow folder. You see the LocalLow folder can NEVER roam! You can't redirect it either! This was Microsofts way of speeding up profile loading but it created a big headache for system admins. Yes the application data in the locallow folder may have a lot of files and slow down profile loading but in order for a user to move from machine to machine you sorta kinda need them. Duh!

Our problem was with ADP Etime. It used an older version of Java and put the Jar Files into the Locallow folder. If you use a mandatory profile users would have to download the Jar files at every login to the etime app and would have to wait 10 minutes each time for them to download from ADP. (note this doesn't happen for local users because their profile doesn't get overwritten and the locallow folder and its contents remain on the workstation.)
Further if you moved from PC to PC you would have to download the adp Jar files every time you logged in. I came up with the idea to copy the Java Jar files out to a folder on the users hard disk of their workstation and then use robocopy to copy the Jar files into the locallow folder when the user logged in.

This problem is not specific to Adp Etime or Jav either, it happens with flash, quicktime and all sorts of other Internet Explorer Plug Ins!

Anyways I copied the etime Jar files to a folder called Sun on the users C: drive of their workstation and then put the following robocopy command in a text file and saved it as a .cmd file. I placed the .cmd file in the users startup folder of their profile.

robocopy c:\sun "C:\Users\%username%\AppData\Locallow\sun" /e

(note command should all be on one line)


This one copies the SUN folder I put in the C: drive to the users locallow folder creating the sun directory and all subdirectories as needed.

You could do this from a network drive using a UNC

robocopy \\Fileserver\sun "C:\Users\library2\AppData\Locallow\sun" /e

(note command should all be on one line)
This command would copy the SUN folder from the Fileserver onto the workstation. Note the user MUST have access to the share on the file server though.

Microsoft actually did something right by making the Robocopy command native in Windows Vista! You don't have to go out looking for it or download it.

It is a simple work around I know but a necessary one if you want to use roaming or mandatory profiles on Windows VIsta and maintain downloaded JAR files or browser plugin installations across workstations. All you need do is substitute the Sun folder in the above command with the folders you need to replicate like Quicktime and Adobe and put those folders in an accesible place.
Read More
Posted in ADP Etime on Windows Vista, Locallow, Mandatory Profiles, Roaming Profiles, Windows Vista | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • Download Pick: CTX112588 - Dynamic USB Utility
    Citrix last week released a cool new utility called DynamicUSB to connect a usb drive AFTER you are already connected to a presentation serv...
  • Download Pick: Free Citrix/ Terminal server Tool - TSMsg
    Below is a new download from Warren Simondson at CTRL-Alt_del.com. Jim Hi All I hope all is well around the world. TSMsg is yet anothe...
  • Download Pick of the Week: Unofficial Daylight Savings Time fix.
    The DST time change had come and gone but some Windows 2000 workstations on your network may be still experiencing time problems. Here is a...
  • Download Pick of the Week: Unlocker.
    Hi All, I came across this FREE utility called Unlocker this morning and thought I would pass it along. I tested it out and it does work. ...
  • OT: Are you getting inundated with Ringers/Text Charges on your Cell phone bill you did not sign up for and can't stop them?
    (I am writing this because it is National Consumer Protection Week http://www.consumer.gov/ncpw/ Feb 4-10 in hopes it might help someone el...
  • Download Picks: From MS: GP Diag Best practice, Malware removal kit, Vista Tech center, updated sysinternals utilitilies
    Hi All, I have been notified of several updated utilities of interest to you all from Microsoft so here they are: Windows Vista Techcenter h...
  • How do you permanently set a default the zoom level in Internet Explorer 9?
      To permanently set the zoom level on Internet Explorer 9 some registry know how is required. Do not attempt this action if you are unsure ...
  • Download Pick: Irfanview 4.0 is now Available
    For those of you who know what it is Irfanview version 4.0 was released yesterday. Irfanview is a very fast and small graphic viewer for W...
  • Download Pick: Windows Vista Security Guide
    Heres a new tool from MS for getting your environment Vista Ready.   The Windows Vista Security Guide provides guidance and tools to furth...
  • Download Pick of the Week: More on US/Canada Time Zone Change TZMove
    This year in the US, daylight savings time will start 3 weeks earlier than normal. This will throw off several applications that use time s...

Categories

  • .psafe
  • 2008 Networking
  • 2008 year end
  • 2008 year in review videos
  • Admin Only
  • Administrator Only
  • adobe acrobat reader 9.0
  • Adobe ConnectNow
  • ADP Etime on Windows Vista
  • ajaxWindows
  • Allow user to reset own sessions
  • annots.api
  • Antivirus
  • Apple IOS 5.0 Upgrade
  • Application Compatibility
  • Apps for iPad
  • Ardence
  • ATT.net mail
  • Bayden Systems
  • Best iPad apps for newbies
  • Camera Sharing
  • Can I delete windows.old folder?
  • can not find desktop icons
  • can't load
  • Change Monitor Resolution
  • Change Resolution Program
  • Citrix
  • Citrix Clients
  • Citrix ICA Client
  • Citrix Presentation Server Web Interface 4.5 Upgrade to Citrix Xenapp Web Interface 5.01
  • Citrix Provisioning Server 5.0
  • Citrix Provisioning Server 5.1
  • Classic Shell Start Menu
  • Classic Start Menu for Windows 8
  • Close Programs After exit
  • close session
  • Close Windows 8 App
  • Closes Processes after exit
  • Cloud Computing
  • Command Line
  • Command Line Tool
  • Command Prompt
  • Community
  • compatibility mode
  • Compatibility View
  • conficker worm; april 1st
  • crash
  • crashes
  • default zoom
  • delete windows.old folder
  • delete windows.old in Windows 8
  • Delprof
  • desktop icons disappeared
  • desktop icons gone
  • desktop icons hidden
  • desktop icons not showing
  • Disable Adobe Flash Autoupdate
  • domain
  • DTV Transition
  • ECN
  • Enterprise
  • Errors in your registry
  • exit processes
  • Explicit Congestion Notification
  • First Time PC
  • Fix QAT issue with roaming profiles
  • Fix Vista
  • Flash Autoupdate
  • Flex Profile Kit
  • Flexible Profiles Kit
  • FlexProfile Kit
  • FlexProfiles
  • Free
  • get rid of windows.old folder in Windows 7
  • Get start menu back on Windows 8
  • Google
  • GoToMeeting
  • GoToMyMeeting
  • Grok
  • Grokking
  • Hacked
  • hard disk latency
  • How to Install a start menu on Windows 8
  • how to install hyper-v 2008
  • Hyper-V
  • Hyper-V 2008
  • Hyper-V Configuration Guide
  • Hyper-V Deployment Guide
  • HyperV
  • I'm A PC
  • ICA Client
  • Icon
  • icons gone windows 7
  • icons gone windows 8
  • icons hidden
  • ICT
  • Image Management
  • Import Bookmarks
  • Import Favorites
  • Internet Connection Tool
  • Internet Explorer
  • Internet Explorer 10
  • Internet Explorer 8
  • IOS 5 upgrade help
  • IOS 5.0 Upgrade
  • IPad 2 IOS Upgrade
  • iPad Apps
  • iPad apps to start with
  • iPad Upgrade tips
  • iPhone upgrade
  • iPod Upgrade
  • ITTV
  • Java
  • keep same zoom level in Internet Explorer
  • Killer Apps for iPad
  • Large Hadron Collider
  • Layers
  • LHC
  • Links on Web Interface
  • Live Mesh
  • Locallow
  • Login Consultants Flex Profile Kit
  • lost desktop icons
  • Mac Vs PC
  • MagicDisk
  • MagicISO
  • Mandatory Profiles
  • Microsoft
  • Microsoft Antivirus
  • Microsoft Certified Technician
  • Microsoft Internet Connection Tool
  • Microsoft Word 2003 Redaction Tool
  • Microsoft Word 2007 Redaction Tool
  • Misunderstood Features
  • Mobile Mesh
  • Morro
  • Mount ISO
  • MSE
  • msvcr80.dll
  • Nicholas Carr
  • Office Live Workspace
  • Office Quick Access Toolbar
  • Online Bookmarks
  • Online Desktop
  • Online Favorites
  • Oops
  • OS
  • Pano Logic
  • Password Safe
  • Password Safe for iOS
  • PasswordSafe
  • passwordsafe for Android
  • PasswordSafe for iOS
  • Passwordsafe for iPad
  • Passwordsafe for iPhone
  • passwordsafe for Windows
  • PowerGUI
  • PowerPack for Citrix
  • PowerPack for Terminal Services
  • Powershell GUI
  • Prevent Flash Autoupdate
  • profiles
  • Project Charles
  • Project VRC
  • Provisioning server for Datacenter 5.1
  • Provisioning Server for Desktops
  • psafe
  • PVS 5.0
  • pwSafe
  • QAT
  • QAT files do not roam
  • Redaction
  • Remote Admin Tools
  • Remote Administrator Toolkit
  • Remote Reset of IIS server
  • remove windows.old in windows8
  • Reset IIS Webserver Remotely with Citrix Xenapp
  • reset user sessions
  • Ripoff
  • roaming
  • Roaming Profiles
  • Run Delprof remotely
  • SBC Communities Link
  • SCAM
  • Screen Sharing
  • Server Core VHD
  • Services Pack 2
  • set default zoom level in Internet Explorer
  • Setting up a new PC
  • Short Code Providers
  • Short Codes
  • Shouting at hard disk
  • SlickRun
  • Snipping Tool
  • Snipping tool for windows xp
  • Snippy
  • Social Bookmarking
  • Sprint
  • Stallman
  • Stephen Colbert
  • stop adobe reader update
  • Stop Flash Autoupdate
  • Stop UAC
  • Suggested iPad Apps
  • Synctoy
  • The big Switch
  • THIN list
  • Thin List Archives
  • TSRunlogoff
  • Turn off UAC
  • TweakUAC
  • UAC
  • unable to load
  • Unable to log you on because your profile could not be loaded
  • Upgrade
  • User Account Control
  • Using PSexec to run a remote command on a Citrix Server.
  • Utility Computing
  • VDI
  • VECD
  • Veeam Software Monitor
  • VHD
  • VI3
  • Virtual Desktop Infrastructure
  • Virtual ISO
  • Virtual Machine Remote Control Client Plus
  • Virtualization
  • Vista
  • Vista Enterprise Centralized Desktop
  • Vista Monitor Resolution
  • Vista networking
  • Vista Resolution
  • Vista User Access Control
  • VMRCplus
  • VMware
  • Web Interface 4.5
  • Web Interface 5.01
  • Web OS
  • Windows 2008 Server with Hyper-V
  • Windows 7
  • Windows 8
  • Windows 8 Classic Shell Start Menu
  • Windows 8 Installation
  • Windows 8 Shortcut
  • Windows 8 Start Menu
  • Windows 8 Tips
  • Windows IT Pro ITTV
  • Windows Security Essentials
  • Windows Server Remote Destop Services 2008
  • Windows Terminal Services
  • Windows Vista
  • Windows XP Snipping Tool
  • WMI Script
  • Word
  • WSE
  • Xenapp
  • Xenapp 5.0
  • Xenapp 5.0 Web Interface Customization
  • XenappPrep Tool
  • XP Resolution
  • Yahoo Mail
  • zoom level default

Blog Archive

  • ►  2013 (2)
    • ►  July (1)
    • ►  March (1)
  • ►  2012 (6)
    • ►  November (2)
    • ►  October (2)
    • ►  September (1)
    • ►  January (1)
  • ►  2011 (3)
    • ►  October (2)
    • ►  September (1)
  • ►  2010 (3)
    • ►  October (1)
    • ►  April (2)
  • ►  2009 (15)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (1)
    • ►  March (2)
    • ►  January (8)
  • ▼  2008 (114)
    • ►  December (5)
    • ▼  November (7)
      • Download Pick: PowerGui - A graphical user interfa...
      • Download Pick: Xenapp Web Interface 5.01 Paint by ...
      • My upgrade of Citrix Presentation Server Web Inter...
      • New Windows IT Pro ITTV Video Using TS Easy Print ...
      • Microsoft to rename Terminal Services to Windows S...
      • Download Pick: Bayden Slickrun
      • Fixing Applications in Vista when you use Roaming ...
    • ►  October (15)
    • ►  September (13)
    • ►  August (12)
    • ►  July (4)
    • ►  June (13)
    • ►  May (20)
    • ►  April (10)
    • ►  March (9)
    • ►  February (4)
    • ►  January (2)
  • ►  2007 (48)
    • ►  September (2)
    • ►  August (1)
    • ►  July (7)
    • ►  June (3)
    • ►  May (5)
    • ►  April (3)
    • ►  March (11)
    • ►  February (6)
    • ►  January (10)
  • ►  2006 (81)
    • ►  December (3)
    • ►  November (10)
    • ►  October (15)
    • ►  September (4)
    • ►  August (8)
    • ►  July (8)
    • ►  June (6)
    • ►  May (2)
    • ►  April (2)
    • ►  March (4)
    • ►  February (4)
    • ►  January (15)
  • ►  2005 (26)
    • ►  December (9)
    • ►  October (3)
    • ►  September (8)
    • ►  August (6)
Powered by Blogger.

About Me

Unknown
View my complete profile