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
The Update-QlikDataConnection function utilises .GetNetworkCredential().Username to fetch the user ID for the connection credentials. However, this does not include the domain, which would be under GetNetworkCredential().Domain
If the domain is required, a workaround is to pass an additional "" at the beginning of the username. Thus GetNetworkCredential().Username would return the full domain and username.
The text was updated successfully, but these errors were encountered:
The Update-QlikDataConnection function utilises .GetNetworkCredential().Username to fetch the user ID for the connection credentials. However, this does not include the domain, which would be under GetNetworkCredential().Domain
If the domain is required, a workaround is to pass an additional "" at the beginning of the username. Thus GetNetworkCredential().Username would return the full domain and username.
The text was updated successfully, but these errors were encountered: