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
I was trying to use this module to create new powershell script for networker monitoring but when i tried to use pscredentials to connect to NW Server i found this issue.
There are no $Global:NWCredentials assignment when you use the -Credentials option in Connect-NWServer function
I only added this line into Connect-NWServer function at line 35: else { $Global:NWCredentials = $Credentials }
The text was updated successfully, but these errors were encountered:
Copis
added a commit
to Copis/NWPSRestToolKit
that referenced
this issue
Sep 13, 2017
Hi @bottkars
I was trying to use this module to create new powershell script for networker monitoring but when i tried to use pscredentials to connect to NW Server i found this issue.
There are no $Global:NWCredentials assignment when you use the -Credentials option in Connect-NWServer function
I only added this line into Connect-NWServer function at line 35:
else { $Global:NWCredentials = $Credentials }
The text was updated successfully, but these errors were encountered: