Skip to content

Latest commit

 

History

History

README.md

← Documentation

Tutorials

Step-by-step walkthroughs that teach you how to build custom platform scripts from scratch.

Tutorial Description
Your First SSH Script Build a complete SSH platform with CheckSystem, CheckPassword, and ChangePassword.
Your First HTTP Script Build a complete REST API platform with Basic Auth including password rotation.
Your First Form Script Manage passwords on a web portal using HTML form submission.
Building a Complete Platform Add discovery, reusable functions, error handling, and status messages to a working platform.

Before You Start

Make sure you have:

  • A target system to test against (VM, container, or dev instance)
  • An SPP appliance with the safeguard-ps PowerShell module
  • Basic familiarity with JSON

If you just want something working fast without the learning, try Quick Start instead.

After Tutorials

Once you've completed a tutorial, explore:

  • Guides — task-focused how-to content for specific features
  • Reference — look up any command, parameter, or operation in detail
  • Samples — production-tested scripts you can study or deploy