Steve Schofield Weblog
Windows Server MVP - IIS
Browse by Tags
All Tags
»
powershell
(
RSS
)
Homer
IIS
Logparser
WAST
Send email with Powershell script, schedule script with Windows Task Scheduler
09 January 08 10:27 AM
|
steve schofield
|
3 comment(s)
Here is a set of samples I used to do a common task in my scripting life. This go around I wanted to use Powershell. A) Create a script to send emails in powershell ---------------------------------------------------- 1) Open Powershell type set-executionpolicy...
Free Powershell book and other Powershell info
13 June 07 05:42 AM
|
steve schofield
| with
no comments
I attended TechED USA this year. One of the key technologies that has a lot of buzz in the ITPro space is about Powershell. I attended a few sessions on Powershell and the Exchange Management Shell (Powershell for managing Exchange 2007). I found a free...
IIS7 post #32 - Web Application Stress Tool on Vista
10 March 07 03:32 PM
|
steve schofield
|
8 comment(s)
I was messing around with Powershell and IIS7 trying to list the executing requests. Since my local environment isn't very busy, I loaded Web Application Stress Tool . This tool has no problem generating enough requests. You'll need to load one...
Filter Event logs with Powershell
25 February 07 06:25 PM
|
steve schofield
| with
no comments
This command helps filter SYSTEM event log entries. get-eventlog system | where {$_.Message -match "Office" -and $_.Source -match "UmrdpService"} | format-table -wrap -autosize -property Message
Intellisense / get-member in Powershell
06 February 07 10:26 PM
|
steve schofield
|
1 comment(s)
One of the neat tricks is write out what Methods, Properties get-member cmdlet . Here are a couple of replies I recently from my question in the Powershell newsgroup . Example 1 ------------- It works well for static methods (note the parenthesis and...
RMT version of Powershell available for Vista
05 February 07 06:04 PM
|
steve schofield
| with
no comments
RTM version of Powershell for Vista! http://www.microsoft.com/downloads/details.aspx?familyid=C6EF4735-C7DE-46A2-997A-EA58FDFCBA63&displaylang=en Steve
Basic Powershell examples, couple useful commands
25 January 07 11:26 PM
|
steve schofield
|
1 comment(s)
I've been bitten by the Powershell bug. My scripting background tells me I should really learn this tool. Since I've been writing console applications for a few years, mostly to do WMI and related Web service calls. This should be fairly easy...
Searching logfiles with Powershell, Log parser, Findstr, QGrep
25 January 07 02:19 PM
|
steve schofield
|
2 comment(s)
I'm on a mission! I have to search log files that are between 150 MB and larger. These are syslogd files generated. Here is sample output. 2007-01-15 00:00:10 Mail.Debug 111.111.111.111 join[00000]: server.steve.net[1.1.1.1] 1168837209-0ff301650000...
IIS7 - post #27 - Powershell & Microsoft IIS Web.administration blog
13 January 07 11:15 PM
|
steve schofield
| with
no comments
Found this blog by Tobin Titus . Definitely check it out! http://blogs.iis.net/tobintitus/archive/2006/11/30/powershell-and-microsoft-web-administration.aspx http://blogs.iis.net/tobintitus/archive/2006/12/01/more-on-iis-7-administration-with-powershell...
IIS7 - post #22 - IIS7 and Powershell info
18 December 06 05:15 AM
|
steve schofield
| with
no comments
I've been reading up on Powershell and found a few articles on IIS7 related material. Using Powershell will be handy with IIS7 because of the new WMI provider. Also, check out my blog post on Powershell reference links.. An Introduction to Windows...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
Tags
.NET
Access2007
ajax
appcmd
ASP.NET
Certification
debugging
Exchange
Exchange2007
FTP
GLUGnet
grdotnet
Homer
HyperV
IDS
IIS
IISLogs
Image Burner
localhost
Log Analysis
Logparser
Longhorn
Manage IISLogs
perl
powershell
Scripting
SimpleCMS
SMS
SMTP
SQL
sql injection
SQL Perfmon counters
Troubleshooting
UNC
VBS
Vista
Volume Licensing
WAST
WDS
WebDAV
WinDBG
Windows Services
WMI
Zune
Navigation
Home
Blogs
Archives
July 2008 (1)
June 2008 (7)
May 2008 (16)
April 2008 (4)
March 2008 (6)
February 2008 (5)
January 2008 (9)
December 2007 (8)
November 2007 (3)
October 2007 (5)
September 2007 (6)
August 2007 (7)
July 2007 (11)
June 2007 (11)
May 2007 (8)
April 2007 (9)
March 2007 (12)
February 2007 (6)
January 2007 (13)
December 2006 (13)
November 2006 (7)
October 2006 (15)
September 2006 (13)
August 2006 (8)
July 2006 (7)
June 2006 (10)
May 2006 (4)
April 2006 (2)
March 2006 (5)
January 2006 (1)
December 2005 (2)
September 2005 (1)
October 2004 (2)
August 2004 (1)
July 2004 (1)
June 2004 (1)
May 2004 (1)
April 2004 (4)
March 2004 (2)
January 2004 (4)
News
Blogs
Scott Guthrie
David Penton
Kristofer Gafvert
Brett Hill
David Wang
Ken Schaefer
Chris Crowe
Chris Adams
Steve Smith (ASPAlliance guru!)
Bernard Cheah
IIS Team blogs
Mike Volodarsky
Bill Staples
David Wang #2
Hoster Poser
Hosting Needs
ORCSWeb, Inc
Misc components
IISLogs - #1 component for managing log files
Misc Links
SecurityFocus
Nessus network scanner
IISLists
IISToolbox by Tom K (IIS MVP)
IIS-Digest
IIS-Resources
IIS.net
Syndication
RSS
Atom
Comments RSS