A collection of Teams Unified Communications related PowerShell functions as part of the UcmPSTools PowerShell Module.
6
stars
1
forks
source link
New-UcmTeamsResourceAccount Only checks for existing Resource Accounts #1
Open
Atreidae opened 3 years ago
Function New-UcmTeamsResourceAccount only runs a sanity check on resource accounts
$AppInstance = (Get-CsOnlineApplicationInstance | Where-Object {$_.UserPrincipalName -eq $UPN})
This search should be expanded to include anything that has a UPN (Perhaps make a function to check this?)