Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In example 1, the Connect-UdmServer cmdlet connects to the Ranger server contoso.udmenoten.enoteno.net com and you are prompted to enter credentials

Code Block
languagepowershell
Connect-UdmServer -tenant contoso.udm.enoten.netcom 

Example 2

In example 2, the connection is made to the same Ranger server as example 1, but uses credentials from Get-Credential 

Code Block
languagepowershell
$cred = Get-Credential
Connect-UdmServer -tenant contoso.udm.enoten.netcom -Credentials $cred

See Also

...