Ping Sweep of Active Directory with Results in SQL

https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.executenonquery(v=vs.110).aspx

The executenonquery method of the sqlcommand class returns an int value of the number of rows affected. You could pipe the results of that command to out-null to eliminate this output. Just add | out-null after the executenonquery command.