Pinned Loading
-
-
-
SQLServerUnattendedInstalls
SQLServerUnattendedInstalls PublicCollection of scripts to handle unattended (silent) installations of MS SQL Server.
PowerShell 2
-
SQLServerDisasterRecovery
SQLServerDisasterRecovery PublicT-SQL and PowerShell scripts which relate to disaster recovery or high-availability in any way.
PowerShell 3
-
Queries the state of your SQL Server...
Queries the state of your SQL Server Availability Groups 1-- Identifies
2-- - all replicas
3-- - which node is primary
4-- - availability mode (sync / async)
5-- - failover mode (manual / auto)
-
Retrieves a list of registered serve...
Retrieves a list of registered servers from a SQL Server Central Management Server 1Function Parse-ServerGroup($serverGroup)
2{
3$results = $serverGroup.RegisteredServers;
4foreach($group in $serverGroup.ServerGroups)
5{
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.