|
Get service on remote server
This script permits to give you the status , state, and start mode for a set of remote server #...
|
03-24-2009
|
1,086
|
5
|
|
Rename Computer by using WMI
Hello This script shows you how to rename computer by using WMI How to use it : & .\rename-computerName...
|
01-18-2009
|
769
|
4
|
|
Date Formatting with Win32_LogonSession
A one-line example of date formatting using the get-wmobject cmdlet using Win32_LogonSession
|
01-24-2009
|
438
|
2
|
|
Get User Authenticated On Remote Server
This function permits to know who is authenticated on remote server. Personnaly, I have added this...
|
01-28-2009
|
485
|
2
|
|
Remote uninstall with GUI
Easy way to uninstall programs in a Remote Computer. It also has an option to list all the programs...
|
05-09-2010
|
1,906
|
2
|
|
Get-ComputerName.ps1
This script uses the Win32_ComputerSystem to get the current computer's computer name.
|
11-24-2008
|
474
|
1
|
|
Chart-DiskSpace on local and remote server
This script creates graphical Report by using logparser and WMI for a set of remote server and localhost...
|
12-12-2008
|
2,507
|
1
|
|
Demonsrates [WMICLASS]
Shows difference between static method (create) and dynamic methods(eg delete). The script is designed...
|
12-27-2008
|
403
|
0
|
|
Get Desktop Monitor Resolution
This script uses the Win32_DesktopMonitor class to get resolution of the monitor, then displays...
|
01-12-2009
|
706
|
0
|
|
Get Uptime of a computer
This script uses WMI to determine when the system was last booted and then determines and displays...
|
01-13-2009
|
1,171
|
0
|
|
Get WMI Class properties
This script uses WMI to get details about a given WMI class. In the sample, I use Win32_share, but...
|
11-25-2008
|
536
|
0
|
|
Get DVD information (using WMI)
This script gets information about the CD/DVD devices in your system. This is a MSDN Sample recoded...
|
11-29-2008
|
364
|
0
|
|
Get Physical RAM installed on a computer
This script used teh Win32_ComputerSystem script displays the amount of physical ram installed on...
|
11-29-2008
|
856
|
0
|
|
GET-UpTime from localhost and/or remote Computer
Hello, find a script to get-Uptime from localhost or a set of remote computer Usage : localHost...
|
12-12-2008
|
1,085
|
0
|
|
|
Get-Inventory.ps1
This script retrieves client information through WMI.. Read more about it here >> goude@powershell...
|
02-27-2009
|
544
|
0
|
|
WMIQuery-MemoryDevice
WMI Query example to get memory device information. Attributed To: Shaun Cassells URL: http://myitforum...
|
03-07-2009
|
394
|
0
|
|
Get-ProcessOwner
Get process owner using WMI. Attributed To: Shaun Cassells URL: http://myitforum.com/cs2/blogs/scassells...
|
03-07-2009
|
437
|
0
|
|
Get-WmiNamespace
In order to enumerate all the WMI namespaces, you must first connect to the "root" namespace...
|
04-28-2009
|
458
|
0
|
|
Run WMI query on every computer in an array of OUs
This script allows you to specify a WMI class and any properties that you wish to query, run the...
|
06-24-2009
|
733
|
0
|
|
Change-ServiceAccount
Accepts computer names from pipeline & changes specific properties for the specified service...
|
11-13-2009
|
624
|
0
|