init.ps1


# use this file to define global variables on module scope
# or perform other initialization procedures.
# this file will not be touched when new functions are exported to
# this module.

$Module=Get-Module -Name AlticapRMMToolbox -ListAvailable 
if($Module.count -eq 0)
{
  Install-Module AlticapRMMToolbox
}
Import-Module AlticapRMMToolbox -AllowClobber