Questions tagged as 'directorioactivo'

1
answer

Windows 10: Unable to unlink corporate account - delete from registry

I'm using Windows 10, more exactly the latest insider for business version. In the configuration of my account I had my corporate account associated with it: And everything went great until trying to connect to the VPN I started to g...
asked by 18.01.2016 / 22:51
1
answer

Get the name of the computer where a user is logged in

We have a system that seeks and obtains the information of all the workers of an active directory, we want to know how we can do it to know that TEAM within the company network is using at that moment worker when we look for it, for example:...
asked by 25.01.2018 / 21:14
1
answer

filter data datagriddview, data table C #

Is it possible to filter data from a datagridview without first loading the data? Is that I have a data gridview that I load with information from the active directory which I assign to a datatable and later this datatable I assign it as datasou...
asked by 06.02.2018 / 19:11
2
answers

Error creating file "Can not create a file when that file already exists"

I'm trying to create a file from a call from a web service. When I run it I get the error Cannot create a file when that file already exist According to the debug, the code falls on the line File.Move(originalFileName, newFileNam...
asked by 24.03.2016 / 21:50
0
answers

How to get an authentication token, just by sending the userName (Active Directory)

I have my code that generates the apiToken, but this requires a userName and password, it works correctly if the correct data is sent, what I want to achieve is that I generate that token but only with the user of the active directory, because o...
asked by 21.11.2016 / 14:39
1
answer

Create script to generate domain users in Powershell

I have to create a script that makes me a GPO for the Student Group and another for the teaching group, and create a pair of users per group, however it does not run. The code developed is the following: #Creamos las GPO New-ADOrganizational...
asked by 06.03.2017 / 22:01
0
answers

How to fill fields in a form from an ASP MVC search [on hold]

I am making a modification to my development in asp mvc 5, previously I had to register a user manually enter the data User, Name, Surname etc .. and saved them in the BD, now they asked me to integrate the Active directory to search the user, I...
asked by 01.11.2018 / 20:18
0
answers

Error in the userEntry.Invoke

I have a code to change the passwords of the active directory from the web, it seems good, but when executing and debugging the code, in the line of userEntry.invoke goes by catch and the exception says: "    An exception occurr...
asked by 16.08.2018 / 21:56
1
answer

Release Port 88 used by kerberos (krb5, kerberos-sec) to install Active Directory

I want to install the active directory in Windows Server 2008 R2 , I use the command dcpromo and start installing the binary but after a while it tells me that it can not install because the listed ports (only 1) is busy, that I must re...
asked by 26.06.2018 / 19:21
0
answers

Filter gridview data with a textbox and activate directory

private void loadGrid() { DirectoryEntry direntry = new DirectoryEntry(); direntry.Path = "LDAP://"; DirectorySearcher dirSearcher = new DirectorySearcher(direntry); dirSearcher.PropertiesToLoad.Add("givenName...
asked by 05.02.2018 / 22:29