ContributeMost Recent Contributions (feed)
- HP_Plink_ISO
- 6 hours ago
-
Plink to map ISO on iLO
- New-Zip
- 7 hours ago
-
PowerZip – PowerShell Module that allows you to zip files
- SYNOPSIS
Create a Zip File from any files piped in.- DESCRIPTION
Requires that you have the SharpZipLib installed, which is available from
http://www.icsharpcode.net/OpenSource/SharpZipLib/- NOTES
File Name : PowerZip.psm1
Author : Christophe CREMON (uxone) – http://powershell.codeplex.com
Requires : PowerShell V2- PARAMETER Source
Set the name of the source to zip (file or directory)- PARAMETER ZipFile
Set the name of the zip file to create- PARAMETER Recurse
Browse the source recursively- PARAMETER Include
Include only items you specify- PARAMETER Exclude
Exclude items you specify- PARAMETER AbsolutePaths
Preserve the absolute path name of each item in the zip container- PARAMETER DeleteAfterZip
Delete source items after successful zip- EXAMPLE
New-Zip -Source C:\Temp -ZipFile C:\Archive\Scripts.zip -Include *.ps1 -DeleteAfterZip
Copies all PS1 files from the C:\Temp directory to C:\Archive\Scripts.zip and delete them after successful ZIP
- VMtoolsUpgrade-disable
- 20 hours ago
-
Check and upgrade Tools during power cycling – Disable
- VMtoolsUpgrade
- 20 hours ago
-
Check and upgrade Tools during power cycling
- Get-WebFile 3.7
- 2 days ago
-
An upgrade to my wget script which can output the downloaded html to the pipeline. Get-WebFile can download text or binary files, automatically determine file names, and present a progress report for large files…
- Hostprofile Update GUI
- 4 days ago
-
GUI interface that helps you update host profiles faster.
- Compare-DellUpdates
- 7 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
- 8 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
- 10 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
- 11 days ago
-
A script to convert MAML help to HTML.
Now with improved rendering and help for Get-HtmlHelp
PowerShell Code Repository