Citrix Reciever – Cannot start app. Please contact your helpdesk
Problem: After publishing an application which used a UNC path for the location in Citrix XenApp....
Read Moreby Phil Eddies | Jul 22, 2017 | Citrix XenApp, Solutions | 0 |
Problem: After publishing an application which used a UNC path for the location in Citrix XenApp....
Read Moreby Phil Eddies | Jan 24, 2016 | Active Directory, Scripts | 1 |
The below VBS script will run a command on all computers in the Active Directory OU defined by...
Read Moreby Phil Eddies | Jan 4, 2016 | Scripts, Windows | 0 |
The below script will find the screen aspect ratio of a computers primary video controller by...
Read Moreby Phil Eddies | Apr 4, 2011 | Scripts, Windows | 0 |
The below little VBS script is an example of how to pull back a list of network printers a users is connected to. This script is only pulling back the server and share names but you could retrieve other properties in the same...
Read Moreby Phil Eddies | Nov 25, 2010 | Scripts, Windows | 11 |
I recently had a need to list the properties of all files in a folder and its sub folders to find files that had not been used in a long time, or files where the owner had left. In my case I needed to run a report on...
Read Moreby Phil Eddies | Oct 26, 2010 | Lotus Notes \ Domino, Scripts | 0 |
The attached script will extract the common name and email address of every group stored within a domino directory to a CSV file. You will need to change the dominoserver within the select statement to the name of your server,...
Read Moreby Phil Eddies | Jul 30, 2010 | Scripts, Windows | 0 |
Here is just a quick example of how to get the location of the currently running script. currentScriptPath = Replace(WScript.ScriptFullName, WScript.ScriptName, “”) strLogFile = currentScriptPath &...
Read Moreby Phil Eddies | Jul 15, 2010 | Scripts, Windows | 0 |
The below script can be used to perform an action after a computer either starts or stops pinging....
Read Moreby Phil Eddies | Jul 1, 2010 | Scripts, Windows | 4 |
The below scripts allows you to select a folder and generate a CSV report detailing the below file properties of all of the file in that folder and the folders sub folders. Path Name Size File Type Date Created Date Last...
Read Moreby Phil Eddies | May 15, 2010 | Scripts, Windows | 0 |
The below script will delete all file in a folder over a certain ago and repeat the task for the...
Read Moreby Phil Eddies | Apr 12, 2010 | Scripts, Windows | 5 |
The below little script will install fonts with a .ttf or.otf file extensions onto a computer. Simply place your font files into the same folder as where the script will be running from. You could change strFontSourcePath to...
Read Moreby Phil Eddies | Feb 9, 2010 | Scripts, Windows | 2 |
The below will show you how to use a VBS Script to Create a Shortcut and also a URL shortcut to a webpage. In the below example script I am simply creating a shortcut to Notepad using the properties .TargetPath and . Description...
Read More
Recent Comments