From 5921bfee5770ab9d73c0975d9e4181dd76e46187 Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Wed, 31 Mar 2021 10:23:45 -0400 Subject: [PATCH] Update help --- Functions/Setup/Connect-NetboxAPI.ps1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Functions/Setup/Connect-NetboxAPI.ps1 b/Functions/Setup/Connect-NetboxAPI.ps1 index ce92db8..1b27c12 100644 --- a/Functions/Setup/Connect-NetboxAPI.ps1 +++ b/Functions/Setup/Connect-NetboxAPI.ps1 @@ -4,22 +4,22 @@ Connects to the Netbox API and ensures Credential work properly .DESCRIPTION - A detailed description of the Connect-NetboxAPI function. + Connects to the Netbox API and ensures Credential work properly .PARAMETER Hostname - A description of the Hostname parameter. + The hostname for the resource such as netbox.domain.com .PARAMETER Credential - A description of the Credential parameter. + Credential object containing the API key in the password. Username is not applicable .PARAMETER Scheme - A description of the Scheme parameter. + Scheme for the URI such as HTTP or HTTPS. Defaults to HTTPS .PARAMETER Port - A description of the Port parameter. + Port for the resource. Value between 1-65535 .PARAMETER URI - A description of the URI parameter. + The full URI for the resource such as "https://netbox.domain.com:8443" .EXAMPLE PS C:\> Connect-NetboxAPI -Hostname "netbox.domain.com"