Logoff Users after n minutes of idle time
simple script to Logoff Users after n minutes of idle time. The time is hard code in the script. Description Presentation Server Administrator has the possibility to kick users after n minutes of idle time. This should be very useful for operational ...
Other labels:
scriptexchange, mfcom
|
Delete Suffix to application name
nbsp;<package> <job id=" NoMoreSuffix"> <comment> File:   ...
Other labels:
scriptexchange
|
Printer Drivers info in a farm is redirected to text file
List of all installed printer drivers in a citrix farm is redirected to a text file Description The script is used to get the installed printer drivers details in a citrix farm and it is redirected to a text file. Create a folder "c:\Driverlist" in C drive A text ...
Other labels:
scriptexchange
|
Add admin to Presentation Servers
nbsp;Adds local Administrators to all servers in a farm Description Adds local Administrators to all servers in a farm Download Attach your script and have a link to the download here. Code Snippet Dim NewAdmin, theFarm, theServer ' ' Create the farm ...
Other labels:
scriptexchange
|
Adding a new Load Throttle Rule
Adding a Load Throttle Rule Description Adding a Load Throttle Rule Download Download Here. http://community.citrix.com/download/attachments/13402123/loadthrottlele.ws f Code Snippet <package> <job id="loadthrottle"> <reference object="MetaFrameCOM.MetaFrameFarm"/> <script language="VBScript"> Dim ...
Other labels:
scriptexchange
|
Enable VIP
Description Enable VIP for the Servers in the Farm. Download download here http://community.citrix.com/download/attachments/13402119/vip.wsf. Code Snippet \\ <package> <job id="SetVIP"> <reference object="MetaFrameCOM.MetaFrameFarm"/> <script language="VBScript"> Dim farm, server Set farm ...
Other labels:
scriptexchange, mfcom, vip
|
List printer drivers on each server in the farm
simple list to all printer drivers on each server in the farm Description The script below enumerated through all the servers in the farm and for each server it prints out printer driver name. Please refer to MFCOM admin guide for more on printer ...
Other labels:
scriptexchange, printer
|
Enumerate All Servers For an Application In a Citrix Farm
ListAllServersForApplication tool allows you to list all servers for an application in a farm. Description The ListAllServersForApplication tool allows you to list all servers for an application in a farm. Script Version 1.0 Download MFCOMListAllServersForApp.zip How to Use ListAllServersForApplication On the command ...
Other labels:
mfcom script, scriptexchange
|
MFCOM Application Management Tool
Description The AppManagement tool can be used to manage applications. This tool is written in Csharp.net and uses an Mfcom.dll to query the IMA. You should have .NET framework 1.1 installed on your local machine. Script Version 1.0 Download MFCOMApplicationManagement.zip ...
Other labels:
mfcom script, scriptexchange
|
Printer Driver Inventory Management Tool
Description The MFPrinterUtil.exe tool can be used for listing and storing all printer drivers on MetaFrame servers in the form of an XML file. It can also compare the printer drivers present on two servers and list the printer drivers that are not on both servers. This tool ...
Other labels:
mfcom script, scriptexchange
|