Skip to content

Instantly share code, notes, and snippets.

View FracVX's full-sized avatar
🎯
Focusing

Erick Moreno FracVX

🎯
Focusing
View GitHub Profile
@FracVX
FracVX / Script-Template-WithCreds.ps1
Created October 20, 2017 20:19 — forked from davefunkel/Script-Template-WithCreds.ps1
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.