Listings
Results 1 - 2 of 2
Show antivirus status
This WMI script displays information about the currently installed antivirus product, and whether it is up-to-date. It can easily be adapted for a domain admin's use to produce a report on all the machines on a network.
' Script written ...Category:WMI
Strip HTML Tags
Attached is a simple function to strip specific tags from HTML using the Regexp object.
Syntax:
strippedHTML=stripTags(HTML, tag)
HTML: an HTML string.
tag: the name of the tag you want removed fro ...
Category:Regular Expressions
Results 1 - 2 of 2
