|
Restart-Service Remotely
Stop-Service, Start-Service and Restart-Service all only work locally. This script creates a new...
|
11-18-2010
|
967
|
0
|
|
Colorful HTML Report showing service status
Creates a color-coded HTML report. Stopped services are marked in red, running services in green...
|
12-06-2010
|
890
|
1
|
|
Read extended file attributes/properties
Add-FileDetails enables you to add additional properties to a file like video size or music artist...
|
01-07-2011
|
801
|
0
|
|
System Information in Html
hi, this PowerShell script get the system infomation using wmi and export in to a single HTML file...
|
11-09-2011
|
727
|
1
|
|
Read all Event Logs in one step
Demonstrates how to query which event logs exist and then query all of them for all events that...
|
12-06-2010
|
724
|
0
|
|
Refresh Explorer
creates a function called Refresh-Explorer which calls native API functions to make explorer refresh...
|
11-16-2010
|
573
|
0
|
|
Set-Shortcut
can change shortcut properties like assigning or removing keyboard shortcuts. In this demo, you...
|
10-18-2010
|
472
|
0
|
|
Get-Shortcut
retrieves all shortcut information in your start menu
|
10-01-2010
|
451
|
0
|
|
Disk Cleanup Tool
Hi, This is a simple Disk clean up script which is based on PowerShell. It cleans user Temp folder...
|
02-23-2012
|
432
|
1
|
|
Set Internet Time
provides a function called Get-InternetTime which retrieves the current internet time from a time...
|
04-06-2011
|
420
|
0
|
|
Search for File Content using Windows Desktop Search
illustrates how you can use PowerShell to query the desktop search engine to return paths to all...
|
06-29-2011
|
411
|
0
|
|
Show-Properties
Opens the property page for any file specified. Sample for a pipeline-aware function (filter)
|
10-01-2010
|
382
|
0
|
|
dim display brightness
shows how to control notebook display brightness. Takes advantage of the "Power" troubleshootingpack...
|
05-17-2011
|
361
|
0
|
|
Desktop Managemnt Tools
hi To know more about it, visit this link http://newdelhipowershellusergroup.blogspot.in/2012/03...
|
03-27-2012
|
342
|
0
|
|
Automatically Add ScriptProperties From SubObjects
Add-SubProps automatically creates script properties for all properties found in a subobject. So...
|
02-17-2011
|
306
|
0
|
|
Change Windows Power Scheme
Hi, this script helps to change the default or Active "Power Scheme" on windows 7 with...
|
11-09-2011
|
303
|
0
|
|
Kill "Not Responding" Processes
Hi, This is the simplest "2 Liner Script" for kill multiple "Not responding"...
|
11-09-2011
|
273
|
1
|
|
Set ComputerName using PowerShell
Normal 0 false false false EN-GB X-NONE X-NONE MicrosoftInternetExplorer4 Hi This Script set the...
|
02-16-2012
|
238
|
1
|
|
Find-ChildProcess
Finds all child processes (even nested ones) from a given process ID. Provides result objects that...
|
05-09-2012
|
194
|
0
|
|
Average Boot Time
Uses the Windows Event Log to get the last 10 boot times and averages them.
|
03-14-2013
|
187
|
0
|