mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-12 17:32:29 +00:00
Add Test-NetboxAPIConnected
This commit is contained in:
parent
ddf0a081b4
commit
6965f61e6e
2 changed files with 8 additions and 0 deletions
7
Functions/Setup/Support/Test-NetboxAPIConnected.ps1
Normal file
7
Functions/Setup/Support/Test-NetboxAPIConnected.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
function Test-NetboxAPIConnected {
|
||||
[CmdletBinding()]
|
||||
param ()
|
||||
|
||||
$script:NetboxConfig.Connected
|
||||
}
|
||||
|
|
@ -129,6 +129,7 @@
|
|||
<File Build="2" Shared="True" ReferenceFunction="Invoke-Get-NetboxContentType_ps1" ExportFunctions="False">Functions\Setup\Support\Get-NetboxContentType.ps1</File>
|
||||
<File Build="0" Shared="True" ReferenceFunction="Invoke-New-NetboxContactAssignment_ps1" ExportFunctions="True">Functions\Tenancy\ContactAssignment\New-NetboxContactAssignment.ps1</File>
|
||||
<File Build="0" Shared="False" ReferenceFunction="Invoke-Set-NetboxContact_ps1" ExportFunctions="False">Functions\Tenancy\Contacts\Set-NetboxContact.ps1</File>
|
||||
<File Build="2" Shared="True" ReferenceFunction="Invoke-Test-NetboxAPIConnected_ps1" ExportFunctions="False">Functions\Setup\Support\Test-NetboxAPIConnected.ps1</File>
|
||||
</Files>
|
||||
<StartupScript>R:\Netbox\NetboxPS\Test-Module.ps1</StartupScript>
|
||||
</Project>
|
||||
Loading…
Add table
Reference in a new issue