Jump to content

breadstick

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by breadstick

  1. The problem turned out to be an old copy of the AD.au3 file. After updating to the latest AD UDF 1.4.8.0, both _AD_GetLastLoginDate and _AD_ListDomainControllers functions works perfectly. So the issue was only on my end. I much appreciate the help, and thanks for making such an awesome UDF!
  2. Hi, hope this is the right place to report a possible bug. In the 3.3.14.3 release, it seems like the _ScreenCapture_Capture function is not working. Opening the example "C:\Program Files (x86)\AutoIt3\Examples\Helpfile\_ScreenCapture_Capture.au3" script and running it goes not generate an example image. There is no error message or anything, the screen capture image is never generated. Reinstalling 3.3.13.2 and running the same sample "C:\Program Files (x86)\AutoIt3\Examples\Helpfile\_ScreenCapture_Capture.au3" script does correctly create the image. Can anyone else confirm this?
  3. Hi water, I'm encountering an error message when running some of the example files included in the AD UDF. For example, _AD_GetLastLoginDate.au3 generates the following error: "C:\Program Files (x86)\AutoIt3\Include\AD.au3" (1413) : ==> The requested action with this object has failed.: $aSubNet = $oSite.GetEx("siteObjectBL") $aSubNet = $oSite^ ERROR The _AD_ListDomainControllers.au3 example also generates the same error. I did update the example files to include "#include <WinAPIConv.au3>" since I'm testing on 3.3.14.3, but the same errors also occurs on 3.3.14.2. Thanks for any insight you can offer.
×
×
  • Create New...