Search found 17 matches

by carlosatchim2103
16 Feb 2015, 13:45
Forum: Ask for Help (v1)
Topic: Active Directory
Replies: 5
Views: 4857

Re: Active Directory

Good afternoon Miguel7, thanks for help! :P
by carlosatchim2103
16 Feb 2015, 12:28
Forum: Ask for Help (v1)
Topic: Active Directory
Replies: 5
Views: 4857

Re: Active Directory

follows the VBA code: Public RESULTADO Function Consulta_ActiveDirectory(ByVal TipoDeFiltro As String, ByVal InformaCaoProcurada As String, ByVal ResultadoDaBusca As String) As String ' Get the domain string ("dc=domain, dc=local") Dim strDomain As String strDomain = GetObject("LDAP://rootDSE").Get(...
by carlosatchim2103
09 Feb 2015, 12:54
Forum: Ask for Help (v1)
Topic: Active Directory
Replies: 5
Views: 4857

Active Directory

Hello friends, I want to make the AutoHotkey harvest user information in Active Directory. I have no knowledge of VBA and just dare to program something in AHK (is the only one I do some work cpodigo) What I need is the following, enter the user Login (userPrincipalName), using an InputBox http://ns...
by carlosatchim2103
09 Feb 2015, 12:33
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2087904

Re: Issues with registering, Post your username here...

User: "carlosatchim" not received the confirmation email

My email: *@*
by carlosatchim2103
07 Feb 2015, 13:28
Forum: Other Programming Languages
Topic: Get user information Active Diretory VBA + AHK
Replies: 2
Views: 5020

Get user information Active Diretory VBA + AHK

Hello friends, I want to make the AutoHotkey harvest user information in Active Directory. I have no knowledge of VBA and just dare to program something in AHK (is the only one I do some work cpodigo) What I need is the following, enter the user Login (userPrincipalName), using an InputBox http://ns...
by carlosatchim2103
06 Feb 2015, 17:21
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

Thank Blackholyman, I will try this link which informed me. Thanks for help.
by carlosatchim2103
06 Feb 2015, 16:28
Forum: Ask for Help (v1)
Topic: Version 1.0.48.05 to 1.1.19.02 with error
Replies: 8
Views: 3319

Re: Version 1.0.48.05 to 1.1.19.02 with error

use the ws4ahk.ahk as a kind of library, however, updated the AHK for the latest and now does not work my code. ws4ahk.ahk /****h* /ws4ahk * About * Windows Scripting for Autohotkey (stdlib) v0.21 beta * * Requires Autohotkey v1.0.47 or above. * * Home page: http://www.autohotkey.net/~easycom/ * * T...
by carlosatchim2103
06 Feb 2015, 15:55
Forum: Ask for Help (v1)
Topic: Version 1.0.48.05 to 1.1.19.02 with error
Replies: 8
Views: 3319

Version 1.0.48.05 to 1.1.19.02 with error

[Moderator's note: Moved topic from Bug Reports.]

Oh my God, with this new version of AutoHotKey not work my script. :shock:

I have to change them to UTF-8 or leaves them as ANSI?

:facepalm:
by carlosatchim2103
06 Feb 2015, 14:14
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

My idea is to use an InputBox, where I go to the Login: http://nsae02.casimages.net/img/2015/02/06/150206081128170205.jpg Once the login is entered and made the search in Active Directory, it displays the data in this way MsgBox http://nsae02.casimages.net/img/2015/02/06/150206081219733856.jpg One c...
by carlosatchim2103
06 Feb 2015, 13:50
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

Thank you for Blackholyman help, updated to 1.1.19.02 version.
However, continues to errors :(

Error 1
Image

Error 2
Image
by carlosatchim2103
06 Feb 2015, 12:54
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

I need to adapt collect information from Active Directory and store them in variables.
Where I go to the Login (userPrincipalName) and then display the information in this login, eg in Excel below:

Image
by carlosatchim2103
06 Feb 2015, 11:59
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

Hello Blackholyman, thanks for help! But when I try to run the code, it gives error: http://nsae02.casimages.net/img/2015/02/06/150206055742245769.jpg #Include WS4AHK.ahk F4:: Consulta_ActiveDirectory( TipoDeFiltro, InformaCaoProcurada, ResultadoDaBusca) ; Get the domain string ("dc=domain, dc=local...
by carlosatchim2103
05 Feb 2015, 16:26
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

Segue a "WS4AHK.ahk" /****h* /ws4ahk * About * Windows Scripting for Autohotkey (stdlib) v0.21 beta * * Requires Autohotkey v1.0.47 or above. * * Home page: http://www.autohotkey.net/~easycom/ * * This module contains functions to embed VBScript or JScript into your AHK * program, and as such, provi...
by carlosatchim2103
05 Feb 2015, 16:23
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

What code "mwgainesjr" posted, worked with me as I did not understand any of the code, do not know save the collected data for the variables that I need: %FullName% %Site% %City% %Email% What code "mwgainesjr" posted and worked with me is the one below, just do not know how to save the variables and...
by carlosatchim2103
05 Feb 2015, 16:21
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Re: Acessar o Active Directory via AutoHotkey

The following VBA code that my friend used: Function Consulta_ActiveDirectory(ByVal TipoDeFiltro As String, ByVal InformaCaoProcurada As String, ByVal ResultadoDaBusca As String) As String ' Get the domain string ("dc=domain, dc=local") Dim strDomain As String strDomain = GetObject("LDAP://rootDSE")...
by carlosatchim2103
05 Feb 2015, 16:18
Forum: Ask for Help (v1)
Topic: Acessar o Active Directory via AutoHotkey
Replies: 13
Views: 5317

Acessar o Active Directory via AutoHotkey

Hello everyone! I too used AutoHotKey to automate my tasks, as automatizei much of my activities: D I'm having trouble making the search for a "Login" (userPrincipalName) in AD, just need 4 this information Login: Full name (cn), Site (company), City (l), Email (mail) A friend made in VBA in Excel b...

Go to advanced search