First you should note the name of the Relying Party Trust with the following command.
PS C:\Windows\system32>get-ADFSRelyingPartyTrust | ft name
once you get the name of the Relying Party Trust which you want to update, use the following command
PS C:\Windows\system32> update-ADFSRelyingPartyTrust -targetName "Planning & Budgeting " -MetadataFile "C:\Users\adc\Desktop\DataCloud.xml"
PS C:\Windows\system32>get-ADFSRelyingPartyTrust | ft name
once you get the name of the Relying Party Trust which you want to update, use the following command
PS C:\Windows\system32> update-ADFSRelyingPartyTrust -targetName "Planning & Budgeting " -MetadataFile "C:\Users\adc\Desktop\DataCloud.xml"
No comments:
Post a Comment