mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
36 lines
No EOL
618 B
PowerShell
36 lines
No EOL
618 B
PowerShell
<#
|
|
.NOTES
|
|
===========================================================================
|
|
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2018 v5.5.152
|
|
Created on: 5/29/2018 1:45 PM
|
|
Created by: Ben Claussen
|
|
Organization: NEOnet
|
|
Filename: Tenancy.ps1
|
|
===========================================================================
|
|
.DESCRIPTION
|
|
A description of the file.
|
|
#>
|
|
|
|
|
|
|
|
|
|
#region GET commands
|
|
|
|
|
|
|
|
#endregion GET commands
|
|
|
|
|
|
#region SET commands
|
|
|
|
#endregion SET commands
|
|
|
|
|
|
#region ADD/NEW commands
|
|
|
|
#endregion ADD/NEW commands
|
|
|
|
|
|
#region REMOVE commands
|
|
|
|
#endregion REMOVE commands |