AutoIt Programs: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(→‎Network tools: added s!mpL3 LAN Messenger (by AoRaToS))
Line 54: Line 54:
:All important physical information about the computer is gathered and displayed.
:All important physical information about the computer is gathered and displayed.
:The tool can be used as-is or a site-specific version can be compiled from the script itself, reducing time spent running the tool on each workstation and ensuring that the data is all appended to a single file for later review.
:The tool can be used as-is or a site-specific version can be compiled from the script itself, reducing time spent running the tool on each workstation and ensuring that the data is all appended to a single file for later review.
* [http://www.autoitscript.com/forum/index.php?showtopic=139380 TextCorrection (by AZJIO) ]  
* [http://www.autoitscript.com/forum/index.php?showtopic=143890 TextCorrection (by AZJIO) ]  
:The program is designed to automatically edit the text typed in the wrong keyboard layout. It is useful if you use multiple (2) languages in the OS.
:The program is designed to automatically edit the text typed in the wrong keyboard layout. It is useful if you use multiple (2) languages in the OS.

Revision as of 20:09, 1 March 2015

The purpose of this site is to provide a list of programs created in AutoIt. This list should contain only fully functional programs rather than pieces of code, or any type of library (UDF).

Active Directory tools

The tool displays information for a specified user taken from the active directory. It offers additional functions like comparing group membership with other users, unlock an account etc.
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.
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.
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.
ADGU displays two groups and their direct members in two listviews. You can filter and export the data to Excel, Outlook mail and the clipboard.
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.

Desktop tools

Restore your desktop when the icons get "rearranged".
......some description to do.....

File/Data/Image Processing/Viewers

This script allows to edit CSV-files. Just doubleclick the entry you want to edit.
This tool displays CSV files when Excel is not available. It expands the columns to fit the text properly, which Excel doesn't by default.
Single-pane character-based text comparison tool.
Side-by-side line-based text comparison tool.

Network tools

This is a very useful tool when performing any sort of network diagnostics, as it will identify the router without you needing to use ipconfig to find it, you can ping specific locations inside or outside the network, save the scan results to a CSV file, resolve the public IP, and open the addresses using a web browser, Windows Explorer, or a Remote Desktop session.
The script is analyzing every connection that your machine has. Either TCP or UDP. It'll give you port numbers, IP addresses, names of the processes issuing connections, their PIDs, locations on HD, user names, connection statuses, and hints on protocols for used ports (so that you know roughly what that connection is or could be). Also you will be given the ability to disable desired connections.
The script is analyzing every connection that your machine has. Either TCP or UDP. It'll give you port numbers, IP addresses, names of the processes issuing connections, their PIDs, locations on HD, user names, connection statuses, and hints on protocols for used ports (so that you know roughly what that connection is or could be). Also you will be given the ability to disable desired connections.

Misc/Others/Not yet grouped

All important physical information about the computer is gathered and displayed.
The tool can be used as-is or a site-specific version can be compiled from the script itself, reducing time spent running the tool on each workstation and ensuring that the data is all appended to a single file for later review.
The program is designed to automatically edit the text typed in the wrong keyboard layout. It is useful if you use multiple (2) languages in the OS.