Hello, everyone!

Hi, I would like to introduce myself first.

My name is Sergei Antonov, I am a developer and I spent with IIS team more than 10 years in various capacities, working on administration and configuration tools for IIS. During these years I worked on design and implementation of various GUI tools, programming APIs and configuration storage. Currently I own scripting and command line tools. You could send me your questions, comments and complains regarding PowerShell support in IIS and about WMI provider.

In my next blog posts I will concentrate on use of PowerShell with IIS, my main goal here is to engage community to start using our PowerShell platform in order to write custom tools that will solve your administration problems. When needed, I will discuss configuration features, our new XPath engine, scripting and whatever else you and I will find interesting.

Sergei

2 Comments

  • Welcome and I'm looking forward to your blogs. Remoting with the IIS provider instead of running things locally will be something I'll look forward to.

  • well.. it's a bit old post but it invites to send questions and comments .. i think that more detailed documentation on cmd-lets and more diagnostics would be very helpfull

    currently i am trying to change ftp site log file path .. no errors, no warnings, no notice . no result .

    i tried to find smth like commit , but didnt see any presense.

    very very simple sample

    PS C:\Users\administrator.VSERVER> Get-ItemProperty iis:\sites\v127 -name logfile.directory.value
    C:\inetpub\logs\LogFiles
    PS C:\Users\administrator.VSERVER> Set-ItemProperty iis:\sites\v127 -name logfile.directory.value -value C:\inetpub\wwwroot\v127\logs
    PS C:\Users\administrator.VSERVER> Get-ItemProperty iis:\sites\v127 -name logfile.directory.value
    C:\inetpub\logs\LogFiles

    and also, no any information about
    start-stop-webcommitdelay and strange behavoiur

    wrote here http://forums.iis.net/t/1162170.aspx

    cheers
    ish

    p/s. did interunis means something for you ? :)

Comments have been disabled for this content.