You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception calling "GetNetworkCredential" with "0" argument(s): "Object reference not set to an instance of an object."
At line:1 char:1
+ [pscredential]::Empty.GetNetworkCredential()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : NullReferenceException
Environment data
>$PSVersionTable
Name Value
---------
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Steps to reproduce
Expected behavior
Per the docs, an "uninitialized"
PSCredentialobject should returnnullMSDN also documents it as such, though only on the page of the explicit cast operator which just calls
GetNetworkCredentialActual behavior
Environment data
_userNameisnullsoSplitUserDomainthrows at theIndexOf()