Skip to content

Instantly share code, notes, and snippets.

View JWille's full-sized avatar

Jerame Hernandez JWille

  • USD470
  • United States
View GitHub Profile
@davefunkel
davefunkel / Script-Template-WithCreds.ps1
Last active March 11, 2024 08:49
PowerShell Script Template with Saved Creds
<#
.SYNOPSIS
The synopsis goes here. This can be one line, or many.
This version of the template has inbuilt functions to capture credentials and store it securely for reuse
Avoids the need to have plaintext passwords in the script
.DESCRIPTION
The description is usually a longer, more detailed explanation of what the script or function does.
Take as many lines as you need.