Using this example: "Get-WebConfiguration system.webServer/security/authentication/* 'IIS:\sites\Default Web Site' -Recurse | where {$_.enabled -eq 'true'} | format-list" which is taken straight fromhttp://technet.microsoft.com/en-us/library/ee790561.aspx, I fail to get any results in PowerShell. However if remove the -recurse string, I can get results on both the original location and any sub-location. No errors are reported in PowerShell. It just returns nothing. Anyone have any thoughts on this, or an alternative way to pull authetication settings recursively?
Thanks,
D