Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
Warning |
---|
Please note shutdown scripts are executed when the shutdown is executed either from the "Windows Start" menu or using the shutdown command line. They are not always executed when clicking on the "Restart" button from the Windows Update tool. |
...
C:\WINDOWS\system32>whoami
nt authority\system
|
Run the following command to create the encrypted file:
C:\WINDOWSUsers\system32>powershell PS C:\WINDOWS\system32> Spock> powershell -command " ConvertTo-SecureString -String "' < password> " ' -AsPlainText -Force ^
More? | ConvertFrom-SecureString | Out-File "' < full path to the file >'"
|
Example:
C:\WINDOWSUsers\system32>powershell PS C:\WINDOWS\system32> Spock> powershell -command " ConvertTo-SecureString -String "'
12345 " ' -AsPlainText -Force ^
More? | 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. |
...
C:\WINDOWS\system32>whoami
nt authority\system
|
Run the Powershell script in check mode:
...
C:\WINDOWS\system32>whoami
nt authority\system
|
Create a new ssh trust as described in the "Using ssh" chapter.
...