Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all articles
Browse latest Browse all 4762

Global Condition - Multiple NICS

$
0
0

I need to configure a requirement for a server with more than one NIC that is enabled. I don't know how to translate that into a Global Condition in SCCM. The regular PowerShell for the requirement is below. So how do I translate the below code into a global condition in SCCM (if its possible):

$check2 = (gwmi Win32_NetworkAdapterConfiguration | ? {$_.IPEnabled }).count
 if ($Check2 -lt 2) { exit }



Viewing all articles
Browse latest Browse all 4762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>