ContributeMost Recent Contributions (feed)
- Compare-DellUpdates
- 2 days ago
-
This script will compare the bios/firmware/driver/OMSA versions of a remote server against the Dell SUU update package. To use it, get a copy of the latest Dell SUU. Inside the SUU file structure, look for catalog.xml in the repository. This file will be read to determine the latest versions, and compare it to the currently installed versions on the remote machine (reporting any differences). The output can be used to easily push updates as well, since the update file name is returned in the results.
- remote helpdesk script
- 3 days ago
-
Search users by email, last name or username. Give status of user. Create and reset password, unlock user and enable user.
- Set-Prompt
- 6 days ago
-
My command prompt, as always. I leave this in a separate script file and invoke it from my profile. That way I can RE-invoke it to reset my prompt if I have to mess with it for some reason.
I recently embedded my persistent history functionality directly into this prompt function (I used to have that in a per-host profile, as a wrapper around this prompt, but I can’t remember why, and I didn’t like loosing it when I had to re-invoke this script).
- Get-HtmlHelp 3.2
- 6 days ago
-
A script to convert MAML help to HTML.
Now with improved rendering and help for Get-HtmlHelp
- Debug Regex match
- 7 days ago
-
Debug Regex operation when matching any string
- Read Gmail POP
- 7 days ago
-
This script is a proof of concept. Further work needs to be done. It requires the user to enter a valid username and password for a gmail.com account. It then attempts to form an SSL connection with the server, and, retrieve the first email. Unfortunately it returns random results. Perhaps someone can improve upon it with some more sockets knowledge than I have.
- Invoke-Sql.ps1
- 8 days ago
-
Wrapper script for executing a T-SQL call and optionally returning a delimited file. Informational/Error messages are written to the Application EventLog. Purpose of script is run T-SQL commands from external scheduler (UniCenter, AutoSys, etc.), log messages to EventLog and return success/failed status.
- Add new smtp/set prmary
- 8 days ago
-
Add new smtp address from csv and set new address primary
- sample format file
- 9 days ago
-
I really am still working on this replacement for the WASP module ;-)
This version fixes some problems with PowerShell 2 vs PowerShell 3 changes (it works in both now).
- ListCmdletParameters
- 9 days ago
-
Extract all Parameters for a cmdlet from GET-HELP, list them in a single column
PowerShell Code Repository