Get D365OfflineAuthenticationAdminEmail - FH-Inway/d365fo.tools GitHub Wiki
Gets the registered offline administrator e-mail configured
Get-D365OfflineAuthenticationAdminEmail [<CommonParameters>]
Get the registered offline administrator from the "DynamicsDevConfig.xml" file located in the default Package Directory
Get-D365OfflineAuthenticationAdminEmail
Will read the DynamicsDevConfig.xml and display the registered Offline Administrator E-mail address.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Development, Email, DynamicsDevConfig, Offline, Authentication
This cmdlet is inspired by the work of "Sheikh Sohail Hussain" (twitter: @SSohailHussain)
His blog can be found here: http://d365technext.blogspot.com
The specific blog post that we based this cmdlet on can be found here: http://d365technext.blogspot.com/2018/07/offline-authentication-admin-email.html