How to - Find or Check NAVServerConfiguration using Out-GridView
Since there is no longer an Admin Center in the new versions, it is sometimes tedious to search for settings on the ServiceTier, especially if you don't know the exact name of the value you are looking for. With the following query you can display the values in the GridView: Get-NAVServerConfiguration -ServerInstance BC240 | % {$_ | Select-Object } | Out-GridView Filtering is relatively easy in GridView: