We use a "tag" system for keeping track of topics on BrianMadden.com. Here's everything we have that's been tagged with "Scripting". This includes forum posts, blog entries, podcasts, videos, and presentations.
-
Brendon If the client has a serial device on COM1 and should use the virtual COM port 3 on the citrix server you map the port with the following command: "change client com3: com1:" Andreas
-
Thomas You may read this answer to another question. tsquser.exe gives you this information. Put in your login script: tsquser /server:%computername% >> \\yourserver\yourshare\yourlogfile Andreas
-
We host a Round Robin-style TS environment for several different companies. There are a few different configurations of the software companies use (MS Office vs Open Office, Adobe Reader vs Adobe Standard, etc). We have been manually setting File Associations for users as we set them up, but what we're...
-
I've been playing around with the registry key "InitialClientDrive" to change the drive letter mappings start with. Laptop (using GPO's) G: M: N: P: Q: S: U: Intial client drive (set to Z:) Citrix server G: M: N: P: S: U: Why is Q: skipped?
-
The Citrix Desktop Delivery Controller PowerShell SDK provides a snap-in, XDCommands, for the Microsoft PowerShell v1.0 framework. The SDK consists of a number of "cmdlets" that allow you to script many of the administrative tasks you may need to perform on a regular basis. Step by Step setting...
-
I'm trying to get a script together that will, in part, remove a user from a published application. I'm very close, and can get the user removed, but it seems to want to duplicate the next user in the app and show them twice. As a test, I had two users assigned to a test app. When I use the script...
-
Is it possible to have a user's profile and customize it with all there outlook, application customizations, etc. and to have that user logoff (or not). Go to another machine which has much of the same applications installed. Being a first time to log on to this machine and have "all the same...
-
Trying to 'extend' our Citrix deployment beyond what we'd initially wanted it to do: We're in a clinical environment and thus did not want any of the users printing or saving to home machines. Thus, our default policy turns off client printer and file support. This is fine, and the users...
-
In my last blog I have started with the Introduction of PowerShell and MFCom. Today we'll provide you more information's about MFCom Objects and how to use them with PowerShell. Check Session State To retrieve the session state for each session within the Citrix farm you have to query IMetaFrameSession...
-
I have an automated install of XenApp 4.5 that is not functioning correctly by disallowing package deployment. Performing a repair install via Add/Remove programs fixes this. Is there a means of scripting this repair vs. using Control Panel? Thanks, Steve