Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/26/2014 in all areas

  1. A simple script for get differences between 2 "Text" files. The different parts are highlighted and a double click on a line of listviews located to the bottom of the Gui permit to access to the line in the Text. Its defects : Using _ArraySearch, it's a bit slow and hungry on cpu usage. Previous downloads : 69 source and executable are available in the Download Section Hope it can help !
    3 points
  2. I've written some scripts based on the Active Directory UDF (for download please see signature). In this thread I would like to share some of them. ADAudit On one/multiple big sheet(s) you get users (columns) and groups (rows). The list is sorted descending by number of members so you get the users with most groups and the groups with most members on top of the page. You can filter by (multiple) samaccountname(s), department or you can create your own LDAP query filter. You can filter the resulting list of groups using a Regular Expression. Link to the Downloads section: History: _AD_Example_GetOUTreeView This example script displays all OUs in a TreeView. You can specify the FQDN of the OU where to start if you just want to see a subset. Download: _AD_Example_GetOUTreeView.zip History: ADAT - Active Directory Administration Tool ADAT is a tool to simplify common AD administration tasks. Every administration task has its own tab. It is easy to add new functions (tabs) to the tool. Some often used functions are already available: list users, computers, OUs. File ADAT.ini can be customized to hold the AD logon information if necessary. By default the user running the script connects to the AD. Check this post for some screenshots. Link to the Downloads section: History: ADCU - Active Directory Compare Users ADCU displays two users and their group membership in two listviews. You can filter and export the data to Excel, Outlook mail and the clipboard. Before running the script you need to change check_access.au3 and AD-Tools.ini Link to the Downloads section: ADCG - Active Directory Compare Groups ADCG displays two groups and their direct members in two listviews. You can filter and export the data to Excel, Outlook mail and the clipboard. Before running the script you need to change check_access.au3 and AD-Tools.ini Link to the Downloads section: Examples by other users Active Directory Tool: UserInfo by Marc. Download (added 2013-07-29). Grab a users photo from AD and create a JPG file on disk (added 2017-01-21). Link to forum
    1 point
  3. I only used recall a few times. Sometimes it worked, sometimes it didn't. I can't tell if this is expected behavior or not. More error information would be required. Right now I'm on vacation but will have a look next week.
    1 point
  4. jchd

    CRC16 hex version

    You just need to convert your input string in ASCII hex to binary. #Include "CRC.au3" ; 46 random bytes as hex string Local $sHex = "1E26E646AD1CD374F41B3780A88FD5E2D757AD3FE03F4761298D351730464920DE0AFF91C420E062AC84FC1B0C3F" ; convert it to binary then compute the CRC Local $bCRC = _CRC16(Binary("0x" & $sHex)) ConsoleWrite(Hex($bCRC, 4) & @LF)
    1 point
  5. Rickname

    FF.au3 (V0.6.0.1b-10)

    Since I don't know Java (yet:) ) I don't know the command to enable/disable an addon, but the idea is this : send a javascript command to mozrepl to do it via _FFCmd
    1 point
  6. Updated second sample for completion, think it shows plenty of diffrent examples of possibilities now, and its actually useful :-) I stop working on this now ;-)
    1 point
×
×
  • Create New...