Hi All,
Can anyone please provide docs/pdf which will briefly explain about usage of Powershell cmdlets for OCI.
I've installed the OCI Powershell cmdlets using "Install-Module OnCommand-Insight"
Once After install i'm able to connect the OCI server
"$Credential = Get-Credential
Connect-OciServer -Name myserver.mydomain.tld -Credential $Credential -Insecure"
After that, Not sure what the issue is what ever the cmdlet i try .. Im getting the output in xml format.
Can anyone please share any doc/pdf which briefly expalin about usage and example of Powershell cmdlets for OCI.
Looking forward for your responses eagerly.
Thanks
Koushik