Blog:\>_
Sergei Antonov's blog
Sign In
|
Join
|
Help
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
Extended Types
output formatting
output views
PowerShell
PSMethodInfo
XPath
Navigation
Home
Get Started
Learn
Downloads
Blogs
Forums
Archives
June 2009 (1)
May 2009 (2)
April 2009 (3)
March 2009 (2)
January 2009 (1)
September 2008 (1)
August 2008 (4)
April 2009 - Posts
1
Comments
IIS snapin extensibility. Part 4.
by
sergeia
Making super types Today I will show you how to extend existing namespace types with your data. There are at least half a dozen ways to do this. PowerShell Extended Type System could be used to add extra properties into any type as NoteProperty, ScriptProperty...
0
Comments
XPath, PowerShell and custom trust level in ASP.NET
by
sergeia
When you manage IIS and related products you often need to deal with configuration files that are not part of IIS configuration. You cannot use cmdlets from IIS7 PowerShell snapin for those files, but you could use XPath engine, provided by managed framework...
1
Comments
IIS snapin extensibility. Part 3.
by
sergeia
Adding custom types to provider namespace To add new entry into IIS namespace you will need to prepare your own XML file with name ending with 'namespace.xml' and copy it into the same folder, where NavigationTypes.namespace.xml is located. During startup...
More Posts