Does anyone know why AutoClose, AutoShrink & RecoveryModel will not be listed when the script below is run on any instance? I'm in the process of automating my bread and butter DBA tasks.
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO') | out-null
$s = New-Object ('Microsoft.SqlServer.Management.Smo.Server') "SQLSERVER"
$dbs=$s.Databases
$dbs | Get-Member -MemberType Property