microsoft/SDN

Why you use Get-ADgroup and Get-ADUser? You does not install this powershell components in previous step scripts.

hex-dec opened this issue · 0 comments

$user = Get-ADUser -Filter "Name -like '$userNameOnly' -or SamAccountName -like '$userNameOnly'"

You must install this components in PrepareNodeForNetworkController.ps1. But you does not install it.