Posts

Showing posts from May, 2024

Exchange Integration using REST Connector in Saviynt

Use-case requirement: Use Saviynt REST Connector to invoke/Execute PowerShell script which is placed in Windows Server machine. PowerShell Scripts connects to Exchange and enables or disables users Exchange account. REST Connection Details: ConnectionJSON: Replace the HOSTNAME and SaviyntWebApp name(based on the Saviynt App name deployed in IIS Server, I have deployed Saviynt app as SaviyntWebApp in the IIS server, you can find the details on how to deploy Saiviynt App in IIS server in the Saviynt Freshdesk documentation)  If you don't have a script for testConnection.ps1(Place your testConnection.ps1 script in C:\Saviynt\Scripts\ directory) then you can simply replace it with  "httpParams": "{\"Script\":\"Test-NetConnection HOSTNAME -Port 443\"}" If you are using hostname instead of IP then make sure the IP to Hostname(DNS) config is in Place on the Saviynt Infra side. {   "authentications": {     "auth": {       "au...