Skip to content

Instantly share code, notes, and snippets.

View psDevUK's full-sized avatar
💭
Automating Solutions

Adam psDevUK

💭
Automating Solutions
View GitHub Profile
@quonic
quonic / ADAuthUDExample.ps1
Last active August 29, 2021 12:23
An example of AD auth with
Import-Module -Name UniversalDashboard
$ADDomain = "MyDomainHere.consto.com"
$ADGroup = "GroupNameHere"
$PageHome = New-UDPage -Name "Home" -Content {
New-UDLayout -Columns 3 -Content {
New-UDCard -Title "Scheduled" -Content {
"Links"
} -Links @(