diff --git a/Plugins/06 Disabled hosts.ps1 b/Plugins/06 Disabled hosts.ps1 new file mode 100644 index 0000000..71d5974 --- /dev/null +++ b/Plugins/06 Disabled hosts.ps1 @@ -0,0 +1,11 @@ +$Title = "Disabled hosts" +$Header = "Disabled hosts" +$Comments = "The following hosts are disabled" +$Display = "Table" +$Author = "Robert van den Nieuwendijk" +$Version = 1.0 + +# Start of Settings +# End of Settings + +$CIHost | Where-Object {-not $_.IsEnabled} | Select-Object -Property Name,IsEnabled,VcName