Sign in
|
Join
|
Help
Don Hite
Select Distinct
DateAdd
(D,+1,
GetDate
())
'Be Sure To Come Back Then too!'
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
Break Time
By Request
Client Health Monitoring
ConfigMgr 2007
HTML Applications
Microsoft SQL Server
MOM 2005
MOSS 2007
myITforum Community
Odds & Ends
Odds & Ends
OpsMgr 2007
Origins
PowerShell
SCE 2007
Server Technologies
SMS 2003
SQL Queries
Vbs Scripts
News
Sign Up For E-Mail Alerts When New Content Is Added To This Blog
Tag Categories:
Break Time
By Request
Client Health Monitoring
ConfigMgr 2007
HTML Applications
Microsoft SQL Server
MOM 2005
MOSS 2007
myITforum Community
Odds & Ends
Origins
OpsMgr 2007
PowerShell
Server Technologies
SMS 2003
SQL Queries
SCE 2007
VBS Scripts
Navigation
Site Home
Home
Bloggers List
Blogs
Photos
Downloads
Archives
August 2008 (56)
July 2008 (49)
June 2008 (50)
May 2008 (56)
April 2008 (44)
March 2008 (71)
February 2008 (52)
January 2008 (33)
December 2007 (123)
November 2007 (68)
October 2007 (71)
September 2007 (68)
August 2007 (80)
July 2007 (87)
June 2007 (72)
May 2007 (89)
April 2007 (75)
March 2007 (62)
February 2007 (51)
January 2007 (61)
December 2006 (48)
November 2006 (51)
October 2006 (58)
September 2006 (49)
August 2006 (21)
July 2006 (43)
June 2006 (18)
May 2006 (14)
April 2006 (5)
Don's Links
E-Mail Don Hite
Don's myITforum Articles
Kansas City Regional Systems Management Users Group
RSS (Really Simple Syndication) Syndication Feed
Don Hite's Blog Catalog Page
Kansas City Regional Systems Management Users Group Blog
Visuals
I Want You
Visit myITforum
myITforum Links
Rod Trent's Blog
myITforum Downloads
myITforum Home Page
myITforum News Blog
myITforum User Blogs
myITforum Book Store
myITforum Columnists
myITforum Forums Page
myITforum User Groups
myITforum Wiki Service
myITforum Site News Blog
myITforum Daily Newsletter
myITforum Gear And Apparel
myITforum Newsletters Blog
myITforum Web Browser Toolbar
myITforum Branded News Reader
myITforum E-Mail Discussion Lists
myITforum Home Page Search
myITforum.com Polls
External Links
1E
Faqshop
LabMice
LearnSMS
SMS Utils
SMS Expert
Extended Tools
System Center Tools
Personal Pages
Phil Wilcock's - Farmer Phil's Diary
Duncan McAlynn's Destination: Ireland
Jarvis Davis
Blog To Blog
Anthony Clendenen
Dan Thomson
Garth Jones
Michael Mott
Rod Trent
Ron Crumbaker
Ying Li
Jason Scheffelmaer
Scott Moss
Mike Lucero
Matt Broadstock
John Nelson
Brian Tucker
Steve Thompson
Ronni Pedersen
Jason Sandys
Roger Zander
myITforum Live Search Engines
myITforum Live Blog's Search
myITforum Live Home Search
myITforum Live Forum's Search
myITforum Live Articles Search
Browse by Tags
All Tags
»
PowerShell
(
RSS
)
By Request
HTML Applications
MOM 2005
Vbs Scripts
Sunday, August 10, 2008 8:33 AM
ScreenCast: Using Windows PowerShell With Windows Server 2008
"Windows PowerShell in my opinion is the most important tool for administrators that we have released in many years. It helps to automate the tasks that administrators are faced with every day. I’ve...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, August 03, 2008 3:13 PM
PowerGUI Build 1.5.1.512 Released
PowerGUI an “extensible graphical administrative console and IDE for managing systems based on Windows PowerShell” has been released for download. PowerGUI is now available in the following...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, April 20, 2008 7:17 AM
IIS 7.0 PowerShell Provider Downloads
Overview The IIS 7.0 PowerShell Provider is a PowerShell Snap-In that allows you to manage IIS7 configuration and run-time data. It gives easy access to Web-Sites, Application Pools, Web Applications,...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, March 09, 2008 8:26 AM
PowerShell Wiki Resources
PowerShell Wiki Resources Here you will find a list of various PowerShell Wiki pages. Windows PowerShell (myITfourm) http://www.myitforum.com/myITWiki/WinPowerShell.ashx Windows PowerShell http://en.wikipedia...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, March 02, 2008 8:18 AM
Free PowerShell PowerPad From PowerLocker
Get your free PowerPad scratch pad where you can quickly edit multi-line scripts, functions, or script-blocks. From the web site: Bring up PowerPad only where and when you need it. When your at the console...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, February 24, 2008 2:58 PM
Windows PowerShell Cheat Sheet
Here you will find links to Ben Pierce’s Windows PowerShell Cheat Sheet Downloads. The downloads are available complements of the PowerShell teams page and are available in Docx, Xps and Pdf versions...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, February 10, 2008 7:07 AM
PowerShell Script Editors
PowerShell Analyzer PowerShell Analyzer is a rich interactive environment for Windows PowerShell. Its goal is to be the PowerShell host of choice for IT professionals and system administrators. It has...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, February 03, 2008 8:21 AM
PowerShell Class Library Namespaces
Here you will find a list of the PowerShell class library namespaces as well as brief description each. Class Library Namespaces: Microsoft.PowerShell This contains the Classes used to manage PowerShell...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, January 27, 2008 12:56 PM
Windows PowerShell Graphical Help File Downloads
View the Windows PowerShell help (including cmdlet help and the About topics) in a fully-searchable, graphical format (a standard Windows .chm file). Also included in the help file is the VBScript to Windows...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, January 20, 2008 8:36 AM
PowerShell Script To Retrieve A Local Machines Available Free Disk Space In GB
This PowerShell script will return the logical C disk drive available free disk space in gigabytes. PS1 Script: $DiskDrive = GWMI -CL Win32_LogicalDisk | Where { $_ . DeviceId -Eq "C:" } $DriveSpace...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, December 30, 2007 1:54 PM
PowerShell Script To Retrieve the Logged On User For A Remote Machine
This PowerShell script will allow you to enter a remote machine name and will return the machine name and currently logged on user name and write the results to the active window. PS1 Script: $strComputer...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, December 23, 2007 9:05 AM
PowerShell Script To Get An SMS Clients Installed Components Name And Versions
This PowerShell script will allow you top query a local or remote machine and write the resources Installed SMS components display name and version to the active window. PS1 Script: $strComputer = "LocalHost"...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, December 16, 2007 8:29 AM
Retrieving PowerShell Version Information
There are several ways to get version information for the PowerShell release that you are ruining other than the Registry or the source files and their accompanying documentation. Here are two ways in...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, December 09, 2007 10:18 AM
PowerShell Script To Get A Local Machines Current SMS Assigned Site Code
This PowerShell script will return a local machines currently assigned site code. PowerShell Script: $smsClient = New-Object - Com Microsoft.SMS.Client Write-Host "SMS Site Assignment: " $smsClient...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, December 02, 2007 4:03 PM
PowerShell Plus Now Available Free For Non-Commercial Use
PowerShell plus is now available for free provide it is used personally for non-commercial use. The Editor itself is worth the download and the PowerShell Graphical User Interface (GUI) is packed full...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, November 25, 2007 6:54 AM
PowerShell Script To Force A Local SMS 2003 Client To Rediscover It’s Site Code
This PowerShell script will force a local machine to rediscover its SMS site code. PowerShell Script: $smsClient = New-Object - Com Microsoft.SMS.Client Write-Host "SMS Site Assignment: " $smsClient...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, November 18, 2007 8:44 AM
PowerShell Script To Retrieve A Local Machines SMS Client Action ID’s
This PowerShell script will allow you to get local machines SMS Client Action names and their associated ID’s. PS! Script: $SmsClient = New-Object - Com CPApplet.cpappletmgr $SmsClient .GetClientActions...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, November 11, 2007 1:00 PM
PowerShell Syntax File For Notepad++
Jon Galloway has posted his PowerShell Syntax for Notepad++ for those interested. PowerShell Syntax file for Notepad++ Download http://tools.veloc-it.com/tabid/58/grm2id/20/Default.aspx NotePad++ Download...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, November 04, 2007 3:57 PM
The PowerShell Copy And Paste Method
When you are surfing the internet and find a PowerShell script that you want to test or eventually save there are several ways to do so. You can copy the contents of the script and save it as a .Ps1 script...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, October 28, 2007 8:36 AM
PowerShell Script To Return The Local Machines Installed Memory In Megabytes
This simple PowerShell script will return the local machines Installed memory in Megabytes. PS1 Script: $strComputer = $Host Clear $RAM = WmiObject Win32_ComputerSystem $MB = 1048576 "Installed Memory...
Posted by
dhite
|
1 comment(s)
Filed under:
PowerShell
Sunday, October 21, 2007 2:29 PM
PowerShell Script To enumerate A Specified Print Server Installed Printers
This PowerShell script will allow you to enter a print server name and will then return a list of the installed Printers for the specified print server to the PowerShell console. PS1 Script: $strComputer...
Posted by
dhite
|
1 comment(s)
Filed under:
PowerShell
Sunday, October 14, 2007 2:44 PM
PowerShell Script Example To List Files In A Specified Directory With A Specified File Extension
This simple little PowerShell script will allow you to hard code a directory folder name ($Dir variable) as well as hard code a file name extension ($Ext variable) and will write the file name(s) to the...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, October 07, 2007 8:21 AM
PowerShell Scripts To Enable Or Disable A Local Machines Guest Account
Here you will find a PowerShell script that will enable a local machines Guest account as well as script to disable a local machines guest account. PowerShell Script: Enable Guest Account: $Computer =...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, September 30, 2007 7:23 AM
PowerShell Script To Create New Organizational Units From A Text File
This PowerShell script which is similar to my previous post entitled PowerShell Script To Create A New Organizational Unit will allow you to create new multiple Organizational Units (OU’s) based...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, September 23, 2007 7:57 AM
PowerShell Script To Create A New Organizational Unit
This PowerShell script will allow you to create a new Organizational Unit (OU) by entering a new OU name from an input box. Note: Be sure to change MyDomainName to your domain name and change Com if needed...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, September 16, 2007 4:03 PM
PowerShell Scripts To Ping Machines From A Text File Or Input Box
Provided here are two PowerShell Scripts to allow you to Ping A List Of Machines From Text File or Ping An Individual Machine From An Input Box. Provided below you will find a script to ping a list of...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, September 09, 2007 6:48 AM
PowerShell Script To Return Domain Information
This PowerShell script will allow you to enter a server name and will then return Domain information for the specified server (Or workstation) to the PowerShell console. PS1 Script: $strComputer = Read...
Posted by
dhite
|
1 comment(s)
Filed under:
PowerShell
Sunday, August 26, 2007 11:56 AM
Ten Quick PowerShell Console Scripts
Here you will find ten quick PowerShell console scripts that may be of use to you someday. Ten Quick PowerShell Console Scripts Gwmi -cl win32_Bios Gwmi -cl Win32_BootConfiguration | Select BootDirectory...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, August 19, 2007 6:17 AM
The PowerShell Comparison Operators
Here you will find a list of the currently available PowerShell comparison operators to use for your reference. The chart below will give you a list and a brief description of the PowerShell comparison...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
Sunday, August 12, 2007 8:07 AM
PowerShell Aliases
PowerShell allows you to use built in or even user created aliases to call its CmdLets allowing you to enter shortcuts or abbreviations to the corresponding CmdLets. For example the alias for the Get-WmiObject...
Posted by
dhite
| with
no comments
Filed under:
PowerShell
More Posts
Next page »