After installing the Network Controller and rebooting, I tried to add a credential as follows:
$cred=New-Object Microsoft.Windows.Networkcontroller.credentialproperties
When I do, I get the following error:
New-Object : Cannot find type [Microsoft.Windows.Networkcontroller.credentialproperties]: verify that the assembly containing this type is loaded.At line:1 char:7+ $cred=New-Object Microsoft.Windows.Networkcontroller.credentialproper ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidType: (:) [New-Object], PSArgumentException + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand