93
Param($computer)
$password = ConvertTo-SecureString
password
-asplaintext -force
$credential = New-Object System.Management.Automation.PsCredential
username
,
$password invoke-command -ComputerName $computer -Credential $credential
{shutdown /r /f /t 0}
4.
Run the file created in step
3
in the Power Shell window.
ExecRS.ps1 xx.xx.xx.xx
Using the WMI command line utility (WMIC)
This method remotely executes a reboot batch file created beforehand in Vision Exchange from
a management server or PC using the Windows wmic command.
Main Unit and Pods
In the Windows firewall settings, allow communication for Windows Management
Instrumentation (WMI inbound).
Management server or PC
1.
Launch Command Prompt.
2.
Run the following command in the Command Prompt window.
Example:
Specify
username
and
password
for Vision Exchange with xx.xx.xx.xx IP address.
(Enter on one line without line breaks)
wmic /NODE:xx.xx.xx.xx /user:
username
/password:
password
process call create
"shutdown /r /f /c \"Restart\" -t 0"
Note
If the “Invalid Global Switch” error message appears, surround
username
and
password
in
double quote characters.
If an Error Occurs
Log collection
Use the following procedure to collect logs.
1.
Connect a USB flash drive with sufficient free space to the main unit or Pod.
2.
After Vision Exchange launches, open the [Administrator Menu] from the [Home] screen.
3.
Open the [Maintenance] screen.
4.
Press the [Log Export] button on the [Log Export] page.