To use the operation component "Execute arbitrary command" or "Collect fingerprint", which uses Windows PowerShell communication, execute the operation shown below.
In order to give directions to each server using PowerShell in the operation component, the following Management Server/Business Server settings are required.
Management Server settings
Start Windows PowerShell 2.0 as the administrator.
Start->> All Programs >> Accessory >> Windows PowerShell >> Windows PowerShell >> Execute the setup as an administrator .
Enter the following command, then press [y] to update TrustedHosts of the WinRM client.
Set-Item WSMan:\localhost\Client\TrustedHosts -value <name or IP address of the Business Server machine> |
Enter the following command, then press [y] to set the PowerShell script execution policy as "RemoteSigned".
Set-ExecutionPolicy remotesigned |
Note 1: If the Management Server operating system is 64-bit, start Windows PowerShell 2.0 (x86) as the administrator before configuring the settings.
Business Server settings
Start Windows PowerShell 2.0 as the administrator.
Start >> All Programs >> Accessory >> Windows PowerShell >> Windows PowerShell >> Execute the setup as an administrator.
Enter the following command, then press [y] to allow the WinRM service.
Enable-PSRemoting |
Note 1: After [y] is pressed, the content may be checked again. In this case, press [y] again.
Note 2: If the Business Server operating system is 64-bit, start Windows PowerShell 2.0 (x86) as the administrator before configuring the settings.
Refer to "TechNet Library" - "Running Remote Commands" in the Micorsoft TechNet website for information on how to set the server.