Jump to content

Search the Community

Showing results for tags 'example script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 2 results

  1. Hi. I just released this software, we need it to override the DHCP server at work. Our DHCP server does not allow per-mac-address configuration, so I coded this utility to allow our developers to use our area's custom DNS server, regardless of what DHCP provides, and let them have the possibiity to quickly shift to automatic configuration when they take their laptops home. https://github.com/pupitetris/DNS-Updater An afternoon's worth of coding, and another half day for polish and release. Pretty old-school simplicity; it was a good excercise to finally code some UI using AutoIt. Hope it's useful to someone.
  2. I have a few Active Directory Example scripts which I would like to brush up and release if anyone is interested. ADQU - Active Directory Query User Displays a list of users selected by samaccountname or username. Displays group membership of the user and users of a selected group. Data can be exported to Excel, Outlook and the Clipboard. ADQG - Active Directory Query Group Displays a list of groups selected by samaccountname. Displays members of the group and group membership of a selected user. Data can be exported to Excel, Outlook and the Clipboard. ADCU - Active Directory Compare User Compares two users and their group membership. You can list groups where user A (or B ) is a member of and user B (or A) isn't, or groups where both users are a member of. Data can be exported to Excel, Outlook and the Clipboard. ADCG- Active Directory Compare Group Compares two groups and their members. You can list users which are members of group A (or B ) and aren't of group B (or A), or user which are members of both groups. Data can be exported to Excel, Outlook and the Clipboard. Please answer the poll so I know which tool I should translate and brush up first. If you like I can add a few screenshots!
×
×
  • Create New...