?
=?iso-8859-1?Q?Gabriel_Jos=E9_Giraldo_Navarro?=
Hi people,
How can I validate if a string with the format "MYDOMAIN\MyUser" is really the logon name of one of the users on the Active Directory (on my domain), or if it is a local user on the server ("MYSERVER\MyUser")?
What I want to do is to receive a string (in the format "XXXXX\YYYYY") and verify if it is the logon name of a domain or a local user (throwing an exception if neither of them).
Thanks for all the help you could give me!!
How can I validate if a string with the format "MYDOMAIN\MyUser" is really the logon name of one of the users on the Active Directory (on my domain), or if it is a local user on the server ("MYSERVER\MyUser")?
What I want to do is to receive a string (in the format "XXXXX\YYYYY") and verify if it is the logon name of a domain or a local user (throwing an exception if neither of them).
Thanks for all the help you could give me!!