ADFS 3.0 SetUp Wizard Question

Hi Guru's

I'm trying to find out if there is a way to work around the ADFS 3.0 setup wizard's insistence on having a domain admin account during the installation. I've granted the ADFS 3.0 service account full control over the ADFS container.

DO I need to use the Powershell Install-ADFSFarm cmdlet in this scenario?

April 20th, 2015 12:32pm

You can use a script like that :

$serviceAccountCredential = Get-Credential -Message "Enter user account"

 

Install-AdfsFarm `

-CertificateThumbprint:"your thumbprint" `

-Credential:$installationCredential `

-FederationServiceDisplayName:"your company" `

-FederationServiceName:"adfs.yourcompany.com" `

-ServiceAccountCredential:$serviceAccountCredential

Rmi

  • Proposed as answer by Mr XMVP Monday, April 20, 2015 9:11 PM
Free Windows Admin Tool Kit Click here and download it now
April 20th, 2015 12:46pm

Hi,

In addition, for ADFS questions, in order to get better and more help, we can also ask for suggestions in the following forum.

Claims based access platform (CBA), code-named Geneva

https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva

Best regards,
Fran

April 21st, 2015 10:55pm

Hi,

In addition, for ADFS questions, in order to get better and more help, we can also ask for suggestions in the following forum.

Claims based access platform (CBA), code-named Geneva

https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva

Best regards,
Fran

Free Windows Admin Tool Kit Click here and download it now
April 21st, 2015 10:55pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics