Posts by Anderson User777 • 63 points
10 posts
-
0
votes0
answers37
viewsQ: Create user in AD by informing the C# Forms group
Good evening, everyone! I already have the code user creation in AD with LDAP, and now I want to create this user already informing the group, already researched and I haven’t found the solution…
c#asked Anderson User777 63 -
0
votes1
answer117
viewsA: List all AD groups in a checkedListBox
if (userName == "" || password == "") { return false; } try { DirectoryEntry entry = new DirectoryEntry("LDAP://" + domain, userName, password); DirectorySearcher mySearcher = new…
c#answered Anderson User777 63 -
0
votes1
answer117
viewsQ: List all AD groups in a checkedListBox
I would like to know how to list all AD groups with C# Forms, and list in a checkedListBox, in several searches I did, I only found how to list the groups of a specific user. Note: I put the data of…
c#asked Anderson User777 63 -
0
votes3
answers337
viewsQ: error calling a method passing a class as parameter c#
Good! I took part of a code that creates a user in AD with C#, the problem is when I call the method, I am beginner in programming, I will pass the code and the error. private static…
c#asked Anderson User777 63 -
1
votes1
answer99
viewsA: List local windows users with Forms c#
I changed a code information I have to list Groups and it worked, I will post here so that other people who have the same problem. DirectoryEntry machine = new DirectoryEntry("WinNT://" +…
-
0
votes1
answer99
viewsQ: List local windows users with Forms c#
Good users! I created an application to create windows users local in bulk, got help here from some users was ball show, but I’m in a little trouble now: i need to make a condition where I before…
-
0
votes0
answers141
viewsQ: Log in to AD and create users c# Forms
Good afternoon, everyone! I’ve done a lot of research on this, but not on c# Forms, I tested some codes I got here and nothing. what I would like to do is: make a Forms where I inform the (IP, USER…
-
-1
votes1
answer105
viewsQ: List local windows groups with Forms c#
Good users! I’m trying to list all the local windows groups with Forms c#, but I was not successful. I want to list the groups and from there select and include in the user’s creation. thank you in…
-
1
votes1
answer238
viewsQ: put a command output in a python3 list
I’ve researched it, and I’ve tried to make it work in many ways. execute the order: ethers = [] ethers1 = os.system("ifconfig|grep eth|cut -c 1-4") ethers2 = os.system("ifconfig|grep wla|cut -c…
python-3.xasked Anderson User777 63 -
3
votes3
answers760
viewsQ: Doubt with IF and LISTS python3
I’m new to the python language, but I started to develop a script to manage linux servers etc... I have a little problem in a code snippet: def rotear(): print(" \n Disponível: \n"),…
pythonasked Anderson User777 63