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

Release 1.1.2 SailPoint IdentityNow PowerShell Module

I’ve just published v1.1.2 of the SailPoint IdentityNow PowerShell Module to both GitHub and the PowerShell Gallery. Release 1.1.2 of the SailPoint IdentityNow PowerShell Module is the result of considerable effort by myself and Sean McGovern. Release 1.1.2’s numerous updates comprise changes to cmdlets leveraging legacy v2 Basic Authentication, two new cmdlets, cmdlet updates for API changes, bug-fixes and documentation updates.… keep reading