mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
* AvailableIP(IPAM/Address): Fix typo * AvailableIP(IAPM/Address): Enhance Example * NetboxPS(.psm1): Fix typo (paramters => parameters
22 lines
No EOL
961 B
PowerShell
22 lines
No EOL
961 B
PowerShell
<#
|
|
.NOTES
|
|
--------------------------------------------------------------------------------
|
|
Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2020 v5.7.172
|
|
Generated on: 3/26/2020 15:16
|
|
Generated by: Claussen
|
|
Organization: NEOnet
|
|
--------------------------------------------------------------------------------
|
|
.DESCRIPTION
|
|
Script generated by PowerShell Studio 2020
|
|
#>
|
|
|
|
# Build a list of common parameters 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')
|
|
|
|
SetupNetboxConfigVariable
|
|
|
|
Export-ModuleMember -Function *
|
|
#Export-ModuleMember -Function *-* |