Home - Skatterbrainz/sktools GitHub Wiki

Welcome to the sktools wiki!

Overview

sktools is a PowerShell module that provides a local web application interface to view and manage Active Directory and Configuration Manager environments.

sktools was built with PoSHServer and dbatools. PoSHServer is a PowerShell web service written by Yusuf Ozturk, that runs like a mini web server. Instead of processing htm/html, asp/aspx, or php files, it processes .ps1 files. More can be found at http://www.poshserver.net/.

dbatools is a PowerShell module which provides encapsulated features that simplify interacting with Microsoft SQL Server database servers and SQL Server databases. More can be found at http://dbatools.io.