Question check for valid computer account in a trusted domain

lee_umney

Member
Joined
Jun 29, 2011
Messages
6
Programming Experience
Beginner
Hi, I am new to VB.Net and would like to check to see if there is a computer account for systems in a trusted domain, does anyone know how to do this?
Thanks in advance.
 
I would help, but im not sure what it is you're requesting help with? Put it into some context please and don't rush the explanation. Every detail helps x)
 
Check for valid computer account in trusted domains

I am trying to write an application that adds computer accounts to SCCM collections so they will recieve Appv sequenced apps delivered by SCCM. As part of this process I would like to check to see if the target computer has a valid computer account whether it is in a local domain or a trusted domain.
I can check for the local domain but when I try to check in a trusted domain it returns "No Account Found." even if I try an computer that I know has a valid account in the trusted domain.
I need to check for a valid account to keep the security team happy.
Any help would be appreciated.
Lee
 
Back
Top