Files
powerfulcomputermanager/page/_includes/about.html
2019-09-05 13:43:01 +02:00

12 lines
872 B
HTML

<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About Powerful Computer Manager</h2>
<p>Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.<br>
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.<br>
You only have to write simple cooks that are small yaml text files, create groups of computers and assign cooks to this groups, and will be run in the destination computers</p>
<p>Open download page to see more about program, uses, installation,...
</div>
</div>
</section>