Tag: vbscript
ica ping wmi vbscript alternative
by admin on Jan.27, 2010, under Server, XenApp
Here is a great way to use the wmi root\cimv2 repository, attach to Win32_PerfFormattedData_CitrixICA_ICASession and pull in some additional metrics in an effort to build from ica ping. Continue reading “ica ping wmi vbscript alternative” »
check host if laptop
by admin on Jan.22, 2010, under Workstation
Scenario:
We have a script which needs to be deployed to hosts across the domain footprint which needs to install a small application upon meeting certain criteria. This seems to be a relatively easy task and can be easily accomplished in several ways. (example) One would be inclined to write a vbscript, use wmi, and enumerate some type of computer/vendor/model attribute prior to the install. To perhaps save some time, here is what we did and below is the criteria we used to make the decision through automation. Continue reading “check host if laptop” »