Skip to content

AMTSupport/scripts

Repository files navigation

AMTSupport Scripts Repository

Introduction

Welcome to the AMTSupport's scripts repository. This repository contains a collection of scripts designed to support various tasks and operations. These scripts are maintained and regularly updated by our team to ensure reliability and efficiency.


Table of Contents


Folder Structure

  • compiled: Contains compiled versions of the scripts for usage outside of the repository.
  • src: Contains the source code for all the scripts.
    • Compiler: Contains the C# Compiler which is used to compile the scripts.
    • Common: Contains common utility modules.
    • External: Contains scripts that are from external sources which are patched or modified.
    • Automation/Registry: Contains generated registry scripts.
  • tests: Test scripts and test data for ensuring script reliability.
  • utils: Utility scripts that assist in development and maintenance.

Getting Started

One-Liner usage

If you know which script you are trying to run, you can use this one-liner to download and execute it directly from the repository:

Set-ExecutionPolicy Bypass Process -Force; iex ([System.Net.WebClient]::new().DownloadString('https://raw.githubusercontent.com/AMTSupport/scripts/master/src/compiled/<script>'))

Maintainers


License

This project is licensed under GPL3 - see the LICENSE file for details.