Troubleshooting
Windows servers / workstations
If you are attempting to run commands on Windows servers or workstations:
Ensure you have prepared the product server and the NT target server for remote management. See Windows Server in the Connector Pack documentation.
If you receive any error messages see ”Troubleshooting” in the Windows Server documentation..
Connector log
The connector log is retrieved for a run command operation by default. You can customize the log within the command. For example:
$path = 'c:\\temp\\';$file = 'textfile.txt';$file2 = csvfile.csv';New-Item-path $path -Name $file -Value 'Test of creating a new txt file using the New-Item cmdlet. ' -ItemType file -force;$A = Get-Date; Add-Content $path$file2 $A; $commandOutput='Command Direct Out goes here'; $commandFile='output file content goes here';
Ensure the command is entered as a single line.