This issue is based on @Olipag's question in #73 about support for Management Server Failover commands. It represents just the investigation part of the process and not necessarily the development of new cmdlets.
Tasks
- Install and configure the Management Server Failover feature (as opposed to the classic Microsoft Failover Clustering method)
- Look for documentation on public APIs available for this feature, and what signals we might have through the classic Configuration API or through events / MIP messages to at least understand the current state of the Management Server(s).
- Based on what is available to us in terms of monitoring status and potentially controlling failover behavior or configuration, mock up some useful cmdlet ideas.
- Document the options available to MilestonePSTools for later implementation.