The WSUS source reads client computers directly from the SUSDB database that Windows Server Update Services uses. Use it when WSUS holds your most accurate inventory of patched machines. Select it from the source list in the Add computers from wizard.

SQLOLEDB (the default), SQLNCLI11, and MSOLEDBSQL. The button on the right of the field shows a hint listing the supported parameters (Provider, Server, Database, Trusted_Connection, User ID, Password).30; set to 0 to include every client regardless of last contact.Provider=SQLOLEDB;Server=\\.\pipe\MICROSOFT##WID\tsql\query;Database=SUSDB;Trusted_Connection=YesProvider=SQLOLEDB;Server=.\SQLEXPRESS;Database=SUSDB;Trusted_Connection=YesProvider=SQLOLEDB;Server=sqlserver.domain.local;Database=SUSDB;Trusted_Connection=YesProvider=SQLOLEDB;Server=sqlserver.domain.local;Database=SUSDB;User ID=wsususer;Password=secretWSUS Administrators role is sufficient).