Hi,
Working with a customer who is trying the tool..
They are getting an error "Import-Clixml : Data at the root level is invalid. Line 1, position 1" while setting up the initial configuration.

Snippet of cred file is as below
$newPScreds = Get-Credential -message "abcd"
$newPScreds | Export-Clixml nsxMgrCreds.xml
thanks,
Ian
Hi,
Working with a customer who is trying the tool..
They are getting an error "Import-Clixml : Data at the root level is invalid. Line 1, position 1" while setting up the initial configuration.
Snippet of cred file is as below
$newPScreds = Get-Credential -message "abcd"
$newPScreds | Export-Clixml nsxMgrCreds.xml
thanks,
Ian