A simple WPF UI for otherwise awkward PowerShell-Needs
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This aims to be a simple UI that simplifies repetitive tasks, that usually need PowerShell-Scripts.
- TenOfNine
- Codeplay8
To get a local copy up and running follow these simple steps.
If you haven't already installed the PowerShell Cloud connectors, run the below, in the PowerShell.
-
AzureAD
Install-Module -Name AzureAD
-
Exchange Online
Install-Module -Name PowershellGet Install-Module -Name ExchangeOnlineManagement
See the open issues for a list of proposed features (and known issues). But as a summary: Everything's optional, nothing's a must. If you have a wish, open an Issue.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
I have no Twitter :(
Project Link: https://github.com/TenOfNine/PowerShellM365Toolbox