I am trying to copy a file or directory from a Windows server to my Windows MID server. Using a simple Powershell activity where the credential vault has an account that is a local admin on both servers. Copy-Item -path \\server1\d$\repor...
When discovering a virtual IP address on our network, discovery classifies the device correctly - "Active, Windows Cluster VIP" but no CI is created. How can I get these VIPs into ServiceNow. The use case is a user who wants to dump a database an...
The destination server is the MID server. As I posted on Aug 15, 2016 8:57 AM it seems that the -credential $cred parameter is not being used. The credential is an entry in the credential table for a local admin account on both servers. When I ...
The problem seems to be that the credential being used is the one the MID service is running under. When I run the MID service under a local admin account that exists on both servers, the copy-item completes as expected. The -credential parameter...