Functions/GenXdev.Windows/Get-MonitorCount.ps1

###############################################################################

function Get-MonitorCount {

    @([WpfScreenHelper.Screen]::AllScreens).Count
}