2021-07-23 22:06:42 +02:00
|
|
|
|
<#
|
2018-10-18 12:55:43 -04:00
|
|
|
|
.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.
|
|
|
|
|
|
#>
|
|
|
|
|
|
|
2020-03-23 12:18:01 -04:00
|
|
|
|
|
2018-10-18 12:55:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region GET commands
|
|
|
|
|
|
|
2020-03-23 12:18:01 -04:00
|
|
|
|
|
2018-10-18 12:55:43 -04:00
|
|
|
|
|
|
|
|
|
|
#endregion GET commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region SET commands
|
|
|
|
|
|
|
|
|
|
|
|
#endregion SET commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region ADD/NEW commands
|
|
|
|
|
|
|
|
|
|
|
|
#endregion ADD/NEW commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region REMOVE commands
|
|
|
|
|
|
|
|
|
|
|
|
#endregion REMOVE commands
|