Articles in the Perl Category
Used to ping a given range of IP addresses. This tool used with /report
can help to determine the validity of an excluded range in a DHCP scope.
Used to ping a given range of IP addresses. …
Used to audit usage of a network share on a remote server.
Usage: $script /[m]achine <hostname> /[s]hare <share name> /[d]uration <number of hours>
/[i]nterval <number of minutes> /[l]og <file name> /single /domain <domain name>
/[v]erbose
/machine Hostname of …
Used to clean a logical drive. This script deletes temporary files, kernel and user memory dumps as well as internet temporary files. Optionally, it can also compress log directories and/or delete a list of specified files and/or directories.
Used to clean a logical drive. This script deletes temporary files, kernel and user memory dumps as well as internet temporary files. Optionally, it can also compress log directories and/or delete a list of specified files and/or directories.
Used to perform post reboot checks. Must be ran once before reboot and once after reboot. Look at all _REPORT files to get a status after the reboot. Only new event IDs will be shown in the _REPORT eventlog files.
The /before and /after must be ran on the same day or the /l switch must be used; otherwise /after will fail.
Usage: RebootCheck /b[efore] /a[fter] /f[ilename]
I had to aggregate rows and columns from about 100 MS Excel spreadsheet files from different sheets in the spreadsheets, they were reports filed by a hundred different offices, all the same format. Each extract was in a tab delimited format to throw into another spreadsheet. The first script combines all the rows in many Excel files into one file. The second script combines all the columns in many Excel files into one file. Why is this a common problem? Well MSExcel is a cheap and common report and analysis tool, everyone knows Excel and therefore everyone uses it. It is a common solution to have a bunch of people fill out a spread sheet, it is common to need to combine the spreadsheets into one file to analyze them.
