Citrix Published Applications for Certain Users Opens a new Server Desktop Session
Problem:
I have just had a strange problem, when an individual user tried to launch any published application another server desktop session was initiated with the below message, resetting the users profiles etc made no difference.
- 2 comments
- Read more
- 1046 reads
Running Sysprep on Windows 2008 Server
I found myself needing to Sysprep a 2008 Server today in preparing for cloning, I soon discovered that sysprep is no longer on the DVD instead Sysprep is now install by default under.
C:\Windows\System32\sysprep\sysprep.exe
The gui is also streamlined considerably. run sysprep.exe are you are presented with:

Check the "Generalize" checkbox (regenerates system SID), change the Shutdown Options to "Shutdown", and click OK.
- Add new comment
- 365 reads
VBS Script to disable a list of Active Directory Accounts
The below script will disbale all of the users accounts provided in a CSV file, the script could easily be modified to change any other properties for the list of users.
Change the values strCSV and strDomain as needed
- Add new comment
- Read more
- 993 reads
Re-creating the IMA Cache in Presentation Server 4
Problem:
If the IMA server will not start with messages in the event log such as the following, then the IMA database may be corrupt
The Independent Management Architecture service terminated with service-specific error 2147483649 (0x80000001).
Failed to load initial plugins with error IMA_RESULT_FAILURE
Failed to load plugin ImaRuntimeSS.dll with error IMA_RESULT_FAILURE
- Add new comment
- Read more
- 1540 reads
Moving or Changing the Name of Printer Server: Update the User
Here is a script I used a few months ago it is very useful if you are moving or changing the name of your printer server. The script looks at the current users installed network printers which are retrieved for example as;
\\printserver1\hrprinter
\\printserver1\copier1
If the name of the server matches the variable “from_sv” the printer is removed from the user and a new printer is added using the “to_sv” variable from example if the “to_sv” variable was set to “\\newprintserver;
- Add new comment
- Read more
- 540 reads
