Dayforce PowerShell Module

A foundational Dayforce PowerShell Module to query Employee data. Cmdlets to update Dayforce for business email/contact info and manage federated Single Sign On. Versatile cmdlet for any other Dayforce API Invoke-DayForceRequest

GitHub

PowerShell Gallery


get-command -module Dayforce | sort-object Name | Get-Help | FT Name, Synopsis -autosize

Name                              Synopsis
----                              --------
Build-UserProfile                 Take a Dayforce Employee Object and build a User Profile Object
Connect-Dayforce                  Authenticate to Dayforce and get an Access Token.
keep reading

Orchestrating 1Password with PowerShell

Over two years ago I authored a PowerShell Module that enabled the automation of 1Password. I created the module because I wanted to be able to:

  • Securely store locally a configuration for accessing a 1Password online Vault
  • Automate authentication and retrieve a Session Token for interaction with a 1Password online Vault
  • Automatically renew the Session Token if it expires
  • Have multiple profile configurations for multiple 1Password Accounts
  • Work in Windows PowerShell (5.x)
keep reading