На ум приходит только шифрование информации на этом устройстве. Причём ключик для дешифровки, также должен быть распространён на все компы домена и пользователь ничего не заметит, если вставит в доменный комп.
Рабочие станции преимущественно Windows 7, 8.1 а сервера 2012R2
private const string Domain = "<b>DOMAINNAME</b>";
static readonly DirectoryEntry Entry = new DirectoryEntry("LDAP://" + Domain);
static readonly DirectorySearcher Dsearch = new DirectorySearcher(Entry);
static SearchResultCollection _sResultSetCol;
public string GetAdFIOfromLogin(string fio)
{
try
{
fio = fio;
Dsearch.Filter = "(&(<b>samaccountname</b>=" + fio + "))";
_sResultSetCol = Dsearch.FindAll();
try
{
foreach (SearchResult sResultSet in _sResultSetCol)
{
if (GetProperty(sResultSet, "samaccountname") == fio)
{
return GetProperty(sResultSet, "<b>name</b>");
}
}
}
catch (Exception e)
{
return e.Message;
}
}
catch (Exception e)
{
return e.Message;
}
return "";
}
submissioncontlength
logoncount
cn
msexchuseraccountcontrol
msexchrbacpolicylink
streetaddress
msexchpoliciesincluded
info
company
postalcode
adspath
userprincipalname
instancetype
st
physicaldeliveryofficename
msexchtextmessagingstate
showinaddressbook
otherpager
samaccountname
manager
msexchrecipientdisplaytype
distinguishedname
memberof
msexchelcmailboxflags
objectcategory
mailnickname
legacyexchangedn
objectclass
proxyaddresses
msexchalobjectversion
samaccounttype
homemdb
msexchhomeservername
telephonenumber
initials
countrycode
delivcontlength
co
publicdelegatesbl
givenname
name
msexchmailboxtemplatelink
l
badpwdcount
department
displayname
textencodedoraddress
useraccountcontrol
homemta
c
msexchuserculture
title
primarygroupid
codepage
sn