February 2007 - Posts

0
Comments

What domain name do you use in your examples? by steve schofield

Example.com, Example.net, Example.org are reserved. I found this on http://dnsstuff.com ( http://member.dnsstuff.com/forums/showthread.php?t=1572913 ). Here is the RFC http://www.rfc-editor.org/rfc/rfc2606.txt I learn something new everyday. I'll...
0
Comments

Filter Event logs with Powershell by steve schofield

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
Filed under:
1
Comments

IIS7 - post #31 - Adrotator on IIS7 / Vista / BC32400: Class 'CLSID_CorSymWriter' could not be created: Access is denied. by steve schofield

I was working with the Adrotator component included in .NET 2.0 on Vista and IIS7. I was getting this error; BC32400: Class 'CLSID_CorSymWriter' could not be created: Access is denied. It worked on my other vista machine, so I knew it was specific...
Filed under: ,
1
Comments

Intellisense / get-member in Powershell by steve schofield

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...
Filed under:
0
Comments

RMT version of Powershell available for Vista by steve schofield

RTM version of Powershell for Vista! http://www.microsoft.com/downloads/details.aspx?familyid=C6EF4735-C7DE-46A2-997A-EA58FDFCBA63&displaylang=en Steve
Filed under:
0
Comments

IIS7 - post #30 - Vista developer story articles by Microsoft. by steve schofield

These are MUST read articles if you are involved with IIS7 development or administration. The Windows Vista Developer Story: Internet Information Services http://msdn2.microsoft.com/en-us/library/aa480184.aspx The Windows Vista Developer Story: Run-Time...
Filed under:
More Posts