• Lowell I can grab them that way and might if need be, but ideally in powershell. Its pretty straight forward in powershell

    $Instance = New-Object('Microsoft.SqlServer.Management.Smo.Server') $InstanceName

    $Instance.DefaultFile

    $Instance.DefaultLog

    These are blank for a specific instance,but populated for the majority of other instances.