|
Check PowerShell Version
Checks local or remote PowerShell version and differentiates V1, V2 CTPs and V2 to help you find...
|
01-25-2010
|
304
|
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
|
115
|
0
|
|
FindExplicitACLs
This script recursively searches a folder tree specified by the user and generates a list of all...
|
12-04-2009
|
63
|
0
|
|
FolderACEsByGroup
This script searches recursively through a folder tree starting at a root specified by the user...
|
12-03-2009
|
51
|
0
|
|
Backup scripts to USB device
Backup any new or recently changed PS scripts to any attached USB drive.
|
11-24-2009
|
58
|
0
|
|
Set FileLines
Maintain the PS Transcript file, or any text file, at a constant number of lines.
|
11-13-2009
|
37
|
0
|
|
Check-FileExists
Checks to see whether the provided path exists on the machine. If the Output switch is provided...
|
11-13-2009
|
100
|
0
|
|
DiskSpaceToCsv
I made this script to run for all cultures. have fun
|
03-19-2009
|
347
|
1
|
|
Get-ZeroSizedFiles
Uses Get-ChildItem recursively to find zero sized files. Warning: This can take some time depending...
|
03-07-2009
|
139
|
0
|
|
Move-LockedFile
Moving and Deleting Really Locked Files in PowerShell. Attributed To: Lee Holmes URL: http://www...
|
02-27-2009
|
135
|
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
|
715
|
0
|
|
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
|
337
|
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
|
249
|
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
|
219
|
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
|
203
|
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
|
253
|
0
|
|
Create ZIP archives
Uses an external free ZIP library to create flat and hiearchical ZIP files right from the PowerShell...
|
12-01-2008
|
287
|
8
|
|
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
|
201
|
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
|
286
|
0
|
|
Report Drive Details like FreeSpace
Shows how to access Disk Drive information using both WMI and .NET. In the first part, the script...
|
11-10-2008
|
272
|
1
|