...
C:\WINDOWS\system32>powershell
PS C:\WINDOWS\system32> ConvertTo-SecureString -String " 12345 " -AsPlainText -Force | ConvertFrom-SecureString | Out-File c:\charon\msds20vmspwd.txt
|
Run the Powershell script in check mode:
...
Note |
---|
It is recommended to move the psexec.exe program file to a secured folder or to remove it when it is no more needed (check completed) |
Div |
---|
class | pagebreak |
---|
rsh mode preparation
Warning |
---|
A proxy has to be defined at OpenVMS level hence the local "system " user must be specified. This user name is translated depending on the language of the Windows distribution. It is then highly recommended to install an English version of Windows to avoid issues with accents and non standard characters when creating this proxy. |
...