|
Change-ServiceAccount
Accepts computer names from pipeline & changes specific properties for the specified service...
|
11-13-2009
|
60
|
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
|
202
|
0
|
|
Get-WmiNamespace
In order to enumerate all the WMI namespaces, you must first connect to the "root" namespace...
|
04-28-2009
|
126
|
0
|
|
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
|
292
|
5
|
|
Get-ProcessOwner
Get process owner using WMI. Attributed To: Shaun Cassells URL: http://myitforum.com/cs2/blogs/scassells...
|
03-07-2009
|
118
|
0
|
|
WMIQuery-MemoryDevice
WMI Query example to get memory device information. Attributed To: Shaun Cassells URL: http://myitforum...
|
03-07-2009
|
110
|
0
|
|
|
Get-Inventory.ps1
This script retrieves client information through WMI.. Read more about it here >> goude@powershell...
|
02-27-2009
|
182
|
0
|
|
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
|
152
|
2
|
|
Date Formatting with Win32_LogonSession
A one-line example of date formatting using the get-wmobject cmdlet using Win32_LogonSession
|
01-24-2009
|
126
|
2
|
|
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
|
199
|
4
|
|
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
|
345
|
0
|
|
Get Desktop Monitor Resolution
This script uses the Win32_DesktopMonitor class to get resolution of the monitor, then displays...
|
01-12-2009
|
166
|
0
|
|
Demonsrates [WMICLASS]
Shows difference between static method (create) and dynamic methods(eg delete). The script is designed...
|
12-27-2008
|
116
|
0
|
|
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
|
800
|
1
|
|
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
|
281
|
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
|
223
|
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
|
100
|
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
|
173
|
0
|
|
Get-ComputerName.ps1
This script uses the Win32_ComputerSystem to get the current computer's computer name.
|
11-24-2008
|
143
|
1
|
|
Retrieve Inventory Information via WMI
demonstrates how you can retrieve pieces of computer information like model and memory and combine...
|
11-24-2008
|
301
|
0
|