Search found 17 matches
- 16 Feb 2015, 13:45
- Forum: Ask for Help (v1)
- Topic: Active Directory
- Replies: 5
- Views: 4985
Re: Active Directory
Good afternoon Miguel7, thanks for help!
- 16 Feb 2015, 12:28
- Forum: Ask for Help (v1)
- Topic: Active Directory
- Replies: 5
- Views: 4985
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(...
- 09 Feb 2015, 12:54
- Forum: Ask for Help (v1)
- Topic: Active Directory
- Replies: 5
- Views: 4985
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...
- 09 Feb 2015, 12:33
- Forum: About This Community
- Topic: Issues with registering, Post your username here...
- Replies: 872
- Views: 2589242
Re: Issues with registering, Post your username here...
User: "carlosatchim" not received the confirmation email
My email: *@*
My email: *@*
- 07 Feb 2015, 13:28
- Forum: Other Programming Languages
- Topic: Get user information Active Diretory VBA + AHK
- Replies: 2
- Views: 5179
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...
- 06 Feb 2015, 17:21
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
Re: Acessar o Active Directory via AutoHotkey
Thank Blackholyman, I will try this link which informed me. Thanks for help.
- 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: 3433
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...
- 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: 3433
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.
I have to change them to UTF-8 or leaves them as ANSI?
Oh my God, with this new version of AutoHotKey not work my script.
I have to change them to UTF-8 or leaves them as ANSI?
- 06 Feb 2015, 14:14
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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...
- 06 Feb 2015, 13:50
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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
Error 2
However, continues to errors
Error 1
Error 2
- 06 Feb 2015, 12:54
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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:
Where I go to the Login (userPrincipalName) and then display the information in this login, eg in Excel below:
- 06 Feb 2015, 12:21
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
Re: Acessar o Active Directory via AutoHotkey
ahk Version: 1.0.48.05
- 06 Feb 2015, 11:59
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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...
- 05 Feb 2015, 16:26
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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...
- 05 Feb 2015, 16:23
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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...
- 05 Feb 2015, 16:21
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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")...
- 05 Feb 2015, 16:18
- Forum: Ask for Help (v1)
- Topic: Acessar o Active Directory via AutoHotkey
- Replies: 13
- Views: 5624
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...