# Welcome! - UcmPsTools

## Welcome to UcmPsTools

Hi there, UcmPsTools is a set of PowerShell cmdlets I've written to help out Microsoft Teams Voice Administrators in their day-to-day work, whether it's batch creating Common Area Phones. Standing up 100's of diversions or even licencing users, I have cmdlets in here to help you

## Build Status

Main ![Main Branch Pester Tests](https://github.com/Atreidae/UcmPSTools/actions/workflows/push-tests.yml/badge.svg?branch=main) ![Main Branch PSScriptAnalyzer Tests](https://github.com/Atreidae/UcmPSTools/actions/workflows/lint-public.yml/badge.svg?branch=main)

Dev ![Dev Branch PSScriptAnalyzer Tests](https://github.com/Atreidae/UcmPSTools/actions/workflows/lint-public.yml/badge.svg?branch=dev) ![Dev Branch Pester Tests](https://github.com/Atreidae/UcmPSTools/actions/workflows/push-tests.yml/badge.svg?branch=dev)

## Want to jump right in?

Grab the latest stable build from the PowerShell Gallery buy running the cmdlet below

`Install-Module UcmPsTools`

Then jump into out QuickStart below to get going!

{% content-ref url="using-ucmpstools/quickstart" %}
[quickstart](https://docs.ucmadscientist.com/using-ucmpstools/quickstart)
{% endcontent-ref %}

## Looking for more info on what each Cmdlet does?

Dive into the features UcmPsTools offers with a quick look at the Cmdlet reference

{% content-ref url="using-ucmpstools/cmdlet-reference" %}
[cmdlet-reference](https://docs.ucmadscientist.com/using-ucmpstools/cmdlet-reference)
{% endcontent-ref %}


---

# 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://docs.ucmadscientist.com/welcome-ucmpstools.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.
