Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

ADFSAADMigratonUtils export failure due to literalpath #8

Open
shosho-san opened this issue Apr 1, 2019 · 1 comment
Open

ADFSAADMigratonUtils export failure due to literalpath #8

shosho-san opened this issue Apr 1, 2019 · 1 comment

Comments

@shosho-san
Copy link

In lines 1208 and 1219 : "$AdfsRelyingPartyTrust | Export-Clixml $filePath -ErrorAction SilentlyContinue" failed
You have to add "$AdfsClaimsProviderTrust | Export-Clixml -literalpath $filePath -ErrorAction SilentlyContinue"

@shosho-san
Copy link
Author

in line 1030: "$ADFSRPTrust = Import-clixml $fileName" failed
you have to add "$ADFSRPTrust = Import-clixml -LiteralPath $fileName"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant