|
Disk Space
The following script will connect to a list a servers provided from a text file, it will return...
|
08-24-2010
|
58
|
0
|
|
Check PowerShell Version
Checks local or remote PowerShell version and differentiates V1, V2 CTPs and V2 to help you find...
|
01-25-2010
|
683
|
0
|
|
Powershell to pull mount point disk details
From http://www.ericwoodford.com/query-size-and-free-space-windows-volume-mount-points Regards,...
|
12-16-2009
|
254
|
0
|
|
FindExplicitACLs
This script recursively searches a folder tree specified by the user and generates a list of all...
|
12-04-2009
|
169
|
0
|
|
FolderACEsByGroup
This script searches recursively through a folder tree starting at a root specified by the user...
|
12-03-2009
|
116
|
0
|
|
Backup scripts to USB device
Backup any new or recently changed PS scripts to any attached USB drive.
|
11-24-2009
|
147
|
0
|
|
Set FileLines
Maintain the PS Transcript file, or any text file, at a constant number of lines.
|
11-13-2009
|
95
|
0
|
|
Check-FileExists
Checks to see whether the provided path exists on the machine. If the Output switch is provided...
|
11-13-2009
|
220
|
0
|
|
DiskSpaceToCsv
I made this script to run for all cultures. have fun
|
03-19-2009
|
436
|
1
|
|
Get-ZeroSizedFiles
Uses Get-ChildItem recursively to find zero sized files. Warning: This can take some time depending...
|
03-07-2009
|
186
|
0
|
|
Move-LockedFile
Moving and Deleting Really Locked Files in PowerShell. Attributed To: Lee Holmes URL: http://www...
|
02-27-2009
|
208
|
0
|
|
Disk Space Monitor
This is a script that will monitor the physical drives of any machines that you have in an input...
|
02-25-2009
|
1,179
|
2
|
|
Multiple File Upload to Multiple Hosts
This script is used to copy all the files in the source directory to each of the servers that are...
|
02-18-2009
|
489
|
1
|
|
Copy File directly or rename dest file if exist and copy...
This function permits to copy file to an other directory. If a file exists with same filename, it...
|
01-29-2009
|
354
|
2
|
|
Clean Up Folder Content
Often, in your documents or download folder, a lot of files accumulate, and most often they are...
|
01-09-2009
|
315
|
0
|
|
Downloading File from Internet with proxy information and...
This example permit to show you how to download a file by using Proxy parameters and your specific...
|
01-06-2009
|
278
|
0
|
|
Select Folder Dialog
Uses the Shell.Application COM object to display a dialog that lets you select a folder. You can...
|
12-23-2008
|
351
|
0
|
|
Create ZIP archives
Uses an external free ZIP library to create flat and hiearchical ZIP files right from the PowerShell...
|
12-01-2008
|
393
|
9
|
|
Create temporary files
demonstrates how to create a temporary file name based on date and time and create a file with that...
|
11-10-2008
|
270
|
0
|
|
Filter Folders based on File Age
Example of a pipeline filter that filters out all files older (or younger) than a given threshold...
|
11-10-2008
|
375
|
0
|