When trying to run NetappDocs against a cDOT array the script returns the below error. I'm able to SSH in via putty.
PS C:\Users\t15jr5p> Get-NtapClusterData -Name '10.72.66.82' -Credential (Get-Credential) -Verbose | Format-NtapClusterData -Verbose | Out-NtapDocument -WordFile 'c:\temp\nyl_ntapclus_lab01.Docx' -ExcelFile 'C:\temp\nyl_ntapclus_lab01.xlsx' -Verbose
cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential
VERBOSE: Validating connectivity to system: 10.72.66.82
VERBOSE: Using supplied credentials
VERBOSE: Trying HTTP/HTTPS
Get-NtapClusterData : Unable to gather data from system: 10.72.66.82. Reason: Incorrect credentials for 10.72.66.82..
At line:1 char:20
+ Get-NtapClusterData <<<< -Name '10.72.66.82' -Credential (Get-Credential) -Verbose | Format-NtapClusterData -Verbose
| Out-NtapDocument -WordFile 'c:\temp\nyl_ntapclus_lab01.Docx' -ExcelFile 'C:\temp\nyl_ntapclus_lab01.xlsx' -Verbose
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-NtapClusterData
WARNING: Empty dataset found so document generation not possible