Beginner Question - How to hide the parameters of a created process on a remote machine.
ok useng following powershell command invoke-wmimethod -class win32_process -name create -argumentlist ($some_command_with_parameters) -authentication 6 -computername $your_computer -credential $cred
the question comes when pass command parameters in command encrypted until gets destination appears easy view command parameters using process command while command being run. there way hide parameters on remote system prevent viewing @ time run script. problem pass username , password parameter make sure secure.
i use powershell remoting (invoke-command). output commands run automatically gets serialized , passed caller, , can output file locally, without having send plain text credentials.
there's no way hide command-line arguments passed process administrators on computer, you'll have away launching things way.
Windows Server > Windows PowerShell
Comments
Post a Comment