From b351ce19fd0e3760be90178bea40b346c4438eb7 Mon Sep 17 00:00:00 2001 From: David Stamen Date: Wed, 13 Apr 2022 12:03:41 -0400 Subject: [PATCH] Correct case of Endpoint for cmdlet to work. --- SDK2-Examples.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK2-Examples.ps1 b/SDK2-Examples.ps1 index 69272be..1d7038b 100644 --- a/SDK2-Examples.ps1 +++ b/SDK2-Examples.ps1 @@ -50,7 +50,7 @@ https:///api/api_version # For these examples, we will do a simple API Token exchange. $Creds = Get-Credential # Change the to match your array -$FlashArray = Connect-Pfa2Array -EndPoint -Credentials $Creds -IgnoreCertificateError +$FlashArray = Connect-Pfa2Array -Endpoint -Credentials $Creds -IgnoreCertificateError # Once connected, run a few commands to verify connectivity Get-Pfa2Controller -Array $FlashArray $Controllers = Get-Pfa2Controller –Array $FlashArray