I'm having trouble getting 'appcmd list config' to work on Windows 2008 Server Core. When I run that command it returns ERROR ( hresult:80070490, message:Commad execution failed. Element not found. )
I know this command worked yesterday because I watched it work. Then I performed a re-install of Windows 2008 Server Core and IIS and now the command returns ERROR. Other commands definitely work, such as 'appcmd list site' and 'appcmd set config "Default Web Site" -section:handlers -accessPolicy:Read,Script'
Is this a permissions or security issue? What's changed in the last couple of days??