# Overview

{% hint style="info" %}
**Disclaimer:** While scripts in this library are designed to be RMM agnostic, they are only tested locally and from my current RMM platform.
{% endhint %}

This library is a repository of PowerShell scripts designed for use by my fellow **IT Managed Service Providers** (MSPs), primarily geared towards smaller MSPs (including one-person shops). Internal IT teams may also find the scripts useful.

**Each script page includes:**

* An overview of the script.
* Prerequisites to running the script.
* Examples for executing the script.
* Documentation for all script parameters.

**Notes:**

PowerShell scripts included in this library are built for and tested against **Windows 10 or later**, which includes **PowerShell 5.1**. Earlier versions of Windows / PowerShell will be missing cmdlets or cmdlet parameters that were introduced in later versions.

Scripts shared with :heart: by **Aaron J. Stevenson**.

{% hint style="info" %}
Banner image created by **Olivia Xu** at [Microsoft Design](https://microsoft.design/).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://scripts.aaronjstevenson.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
