NetboxPS/NetboxPS.psm1

22 lines
960 B
PowerShell
Raw Normal View History

2020-03-23 12:18:01 -04:00
<#
.NOTES
--------------------------------------------------------------------------------
Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2020 v5.7.172
2020-04-09 09:57:20 -04:00
Generated on: 3/26/2020 15:16
2020-03-23 12:18:01 -04:00
Generated by: Claussen
Organization: NEOnet
--------------------------------------------------------------------------------
.DESCRIPTION
Script generated by PowerShell Studio 2020
#>
2018-05-11 15:54:43 -04:00
2020-04-09 09:57:20 -04:00
# Build a list of common paramters so we can omit them to build URI parameters
$script:CommonParameterNames = New-Object System.Collections.ArrayList
[void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::CommonParameters))
[void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::OptionalCommonParameters))
[void]$script:CommonParameterNames.Add('Raw')
2018-05-11 15:54:43 -04:00
2020-04-09 09:57:20 -04:00
SetupNetboxConfigVariable
2020-03-23 12:18:01 -04:00
Export-ModuleMember -Function *
#Export-ModuleMember -Function *-*