Windows 10: Intruder Alert!!? Executing remote command...

Discus and support Intruder Alert!!? Executing remote command... in AntiVirus, Firewalls and System Security to solve the problem; IS this what i think it is?[ATTACH]... Discussion in 'AntiVirus, Firewalls and System Security' started by [NX1NE13], Aug 9, 2019.

  1. [NX1NE13] Win User

    Intruder Alert!!? Executing remote command...


    IS this what i think it is? Intruder Alert!!? Executing remote command... 44d5667c-6c8c-4045-9b9a-1cfc8991aa35?upload=true.png

    :)
     
    [NX1NE13], Aug 9, 2019
    #1
  2. graye Win User
    graye, Aug 9, 2019
    #2
  3. CedricZT Win User
    Execute Powershell command on remote computer

    Hello, I would like to execute a PowerShell command on a remote computer. The command is the following:

    Code:
    Invoke-Command -ComputerName 10.40.27.174 -ScriptBlock { Get-ChildItem C:\ } -credential User
    I get the following error:

    Code:
    [10.40.27.174] La connexion au serveur distant 10.40.27.174 a échoué avec le message d’erreur suivant: Accès refusé.
    
    Pour plus d'informations, voir la rubrique d'aide about_Remote_Troubleshooting.
    
        + CategoryInfo          : OpenError: (10.40.27.174:String) [], PSRemotingTransportException
    
        + FullyQualifiedErrorId : AccessDenied,PSSessionStateBroken
    So in English: "The connexion to the remote server 10.40.27.174 failed with the error message: Access denied."

    Here is what I did: I have two computer with Windows 10 Home Edition. I start PowerShell admin on both computer.

    On both Computer I have executed:

    Code:
    Set-Item wsman:\localhost\client\trustedhosts *
    and then

    Code:
    Restart-Service WinRM
    I have seen that there are groups. So I also did:

    Code:
    net localgroup "Remote Desktop Users" "Elève" /add
    I logged off and on and after

    Code:
    PS C:\windows\system32> Get-LocalGroupMemberapplet de commande Get-LocalGroupMember  la position 1 du pipeline de la commande
    
    Fournissez des valeurs pour les paramètres suivants :
    
    Name: Remote Desktop UsersObjectClass Name                  PrincipalSource
    
    ----------- ----                  ---------------
    
    Utilisateur LAPTOP-U0369JC1\Elève Local
    On the remote Computer the account is: Elève and there is no password. So When I

    have to entered the password I simply press "Enter". I know it's bad for the security, but

    it's for a small school.

    Do you have an idea what's wrong ? Thank you!
     
    CedricZT, Aug 9, 2019
    #3
  4. Intruder Alert!!? Executing remote command...

    Execute a command from SCCM Task sequence step "Run a Command line"

    Hi,

    Thanks for your suggestion.

    That will work indeed, however I need to run it from the SCCM Task Sequence's Run Command Line Step and I am not able to figure out how to do that.

    Can we change line while executing command from SCCM Task Sequence's Run Command Line Step?

    Regards
     
    sccm_learner, Aug 9, 2019
    #4
Thema:

Intruder Alert!!? Executing remote command...

Loading...
  1. Intruder Alert!!? Executing remote command... - Similar Threads - Intruder Alert Executing

  2. Remote intruders keep modifying my WIndows 11

    in AntiVirus, Firewalls and System Security
    Remote intruders keep modifying my WIndows 11: Someone is messing with my system. Apps are constantly breaking, the appstore seems broken, certificates shows up as expired long ago, my internet connection will go down or redirect traffic. It persists during full re-installation by what seems to be hidden partitions that...
  3. Remote intruders keep modifying my WIndows 11

    in Windows 10 Software and Apps
    Remote intruders keep modifying my WIndows 11: Someone is messing with my system. Apps are constantly breaking, the appstore seems broken, certificates shows up as expired long ago, my internet connection will go down or redirect traffic. It persists during full re-installation by what seems to be hidden partitions that...
  4. Remote intruders keep modifying my WIndows 11

    in Windows 10 Gaming
    Remote intruders keep modifying my WIndows 11: Someone is messing with my system. Apps are constantly breaking, the appstore seems broken, certificates shows up as expired long ago, my internet connection will go down or redirect traffic. It persists during full re-installation by what seems to be hidden partitions that...
  5. Execution Command Save

    in Microsoft Windows 10 Store
    Execution Command Save: after execution Window Store missing command how will I save https://answers.microsoft.com/en-us/windows/forum/all/execution-command-save/f4fb6838-4af5-4c67-8821-ec6d6b8859de
  6. Execution Command Save

    in Windows 10 Gaming
    Execution Command Save: after execution Window Store missing command how will I save https://answers.microsoft.com/en-us/windows/forum/all/execution-command-save/f4fb6838-4af5-4c67-8821-ec6d6b8859de
  7. Execution Command Save

    in Windows 10 Software and Apps
    Execution Command Save: after execution Window Store missing command how will I save https://answers.microsoft.com/en-us/windows/forum/all/execution-command-save/f4fb6838-4af5-4c67-8821-ec6d6b8859de
  8. INTRUDER REMOTELY TAKES CONTROL OF MY MOUSE;

    in AntiVirus, Firewalls and System Security
    INTRUDER REMOTELY TAKES CONTROL OF MY MOUSE;: INTRUDER REMOTELY TAKES CONTROL OF MY MOUSE; CAN'T FIND WHERE I HAVE TURNED OVER REMOTE OPERATIONS IN PAST TO UPROOT?? HELLO TECH FINALLY ADMITTED THEY CAN'T ROOT OUT A HACKER AFTER A YEARS PREMIUM EXPIRED. ISD THIS A HACKER? DO I LOSE MY COMPUTER TO THIS ??...
  9. Programatically execute remote commands from Linux server to Microsoft Windows server

    in Windows 10 Network and Sharing
    Programatically execute remote commands from Linux server to Microsoft Windows server: Apparently, there is no explicit way one can achieve this. I have a script on a windows server that I want to execute from a linux server programatically. Is it a supported use case for Windows? If so, can I get a code fragment that shows the same....
  10. Execute Powershell command on remote computer

    in Windows 10 Network and Sharing
    Execute Powershell command on remote computer: Hello, I would like to execute a PowerShell command on a remote computer. The command is the following: Invoke-Command -ComputerName 10.40.27.174 -ScriptBlock { Get-ChildItem C:\ } -credential User I get the following error: [10.40.27.174] La connexion au serveur...