Is this script genuin?

Anonymous
2023-01-12T07:34:54.1+00:00

Hi,

Can anyone please let me know the script mentioned below is genuine to encrypt secondary/fixed drives automatically by using this script in task scheduler.

The script:

for /f "delims=" %%i in (C:\Users\YOURUSER\DesktoP\list.txt) do (
  start "%%i" psexec \\%%i -s -c -f "PowerShell C:\script\StartPS.ps1"  StartPS.ps1
)

Please help me with this.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.