Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created September 15, 2019 20:53
Show Gist options
  • Save adamdriscoll/ff2bb8d561a3a4ec99ebb4721d92d2c8 to your computer and use it in GitHub Desktop.
Save adamdriscoll/ff2bb8d561a3a4ec99ebb4721d92d2c8 to your computer and use it in GitHub Desktop.
UDChatroom Endpoint Initialization
$EndpointInit = New-UDEndpointInitialization
$Path = Split-Path (Get-Module UniversalDashboard).Path -Parent
$EndpointInit.ImportPSModulesFromPath($Path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment