Shep's IT Solutions
(Move to ...)
Home
▼
Wednesday, May 4, 2022
Azure AD Export Named Locations PowerShell
›
Connect-AzureAd $array = @() $ipranges = Get-AzureADMSNamedLocationPolicy | select displayname,ipranges foreach($range in $ipranges) { ...
Wednesday, March 10, 2021
UltiPro Sync User Attributes to Active Directory (Report-as-a-Service + SQL)
›
UltiPro has two methods of REST API access. For the base APIs, you can find my prior post. This post will deal with the custom "Report-...
14 comments:
Thursday, October 8, 2020
UltiPro Sync User Attributes to Active Directory (CSV Method)
›
[NOTICE] This is a completely valid method but not how we do it today. We use the Report-as-a-Service API to get more granular about the dat...
8 comments:
›
Home
View web version