 |
Count the users on a Citrix Farm (not Published Apps)
| This script counts every ICA connection (every logged-on user) of every server in the Citrix XenApp Farm. The script has to be started on a XenApp Server and gets every server in the Farm.
This gives a view of users on every server, but also it counts the users and shows the total logged-on users on the Farm. The difference with the Access Management Console is, it counts users, not started Published Applications or Desktops. Also it shows the load of the server.
When the script is started, on the end it shows the log. But when started with the option /nolog, it will run and log only.
Please notice the spaces in line 81 can be diffrent (its depanding of the servername lenght) |
(0 votes)
|
Login to vote!
|
 |
System Info Export
| Creates a HTML report file containing a detailed hardware inventory, software inventory and network information. |
(0 votes)
|
Login to vote!
|
 |
Kill a Process
| Forcibly end a process (End Task). The sample script will end all internet explorer sessions. The script is easy to customize to end other processes/applications. |
(0 votes)
|
Login to vote!
|
 |
File Modified Date
| Get the date/time a file was last modified. |
(0 votes)
|
Login to vote!
|
 |
File Size
| Display the size of a file in kilobytes (Kb) |
(0 votes)
|
Login to vote!
|
 |
File Exists
| Check if a file exists. |
(0 votes)
|
Login to vote!
|
 |
Folder Exists
| Check if a folder exists. |
(0 votes)
|
Login to vote!
|
 |
Move a file
| Move a file to a different folder. (Can also be used to rename a file) |
(0 votes)
|
Login to vote!
|
 |
Copy File
| Copy a file to a different folder. |
(0 votes)
|
Login to vote!
|
 |
Run Program from VBScript
| Run an external program from VBScript. |
(0 votes)
|
Login to vote!
|