Skip to content

SimplerSoftware/SS.PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS.PowerShell

Useful PowerShell cmdlets.

All releases can be pulled from PowerShell Galery using PowerShellGet.

> Install-Module -Name SS.PowerShell 

Currently supports...

  • Validate JSON files against a JSON schema file using Newtonsoft.Json.Schema library.
  • Validate XML files against a XSD schema file.
  • Create/Save Outlook Email MSG files

Outlook message example

> $msg = New-OutlookEmail -Subject "Trap" -BodyText "We have a CI for Pan!" -Draft
> $msg | Add-OutlookRecipient -EmailAddress hook@neverland.isle -DisplayName "Captain"
> $msg | Add-OutlookRecipient -EmailAddress smee@neverland.isle -DisplayName "Smee" -Type CC
> $msg | Add-OutlookRecipient -EmailAddress lostboys@neverland.isle -DisplayName "Lost Boys" -Type BCC
> $msg | Save-OutlookEmail -File "CI Trap.msg"

About

Useful PowerShell cmdlets.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors