Looks like it has problems with a Skype4B Pool and a SQL backenddatabase. The Script tries to connect to the Frontend Poolname userin SQL 1434 instead of the SQL-Backend pool.
The Line 1136 contains “$server = $pool”.
You should enhance it. You can get the backend SQL Name with
$server = (get-csservice -UserServer -poolfqdn $pool).userdatabase.split(“:”)[1]
But there is no Instance Named RTCLOCAL. Still some more work to do
Looks like it has problems with a Skype4B Pool and a SQL backenddatabase. The Script tries to connect to the Frontend Poolname userin SQL 1434 instead of the SQL-Backend pool.
The Line 1136 contains “$server = $pool”.
You should enhance it. You can get the backend SQL Name with
$server = (get-csservice -UserServer -poolfqdn $pool).userdatabase.split(“:”)[1]
But there is no Instance Named RTCLOCAL. Still some more work to do