/info-user-pc

This repository includes a PowerShell + Windows Forms script concerned with getting info about user and pc

Primary LanguagePowerShell

info-user-pc

This repository includes a PowerShell + Windows Forms script concerned with getting info about user and pc

  1. Before using: this script is applicable for computers in the same domain

  2. Firstly, it is necessary to prepare the script execution. You can create a new notepad file, which will be saved as .bat and consist of the following:

@echo off

powershell -executionpolicy RemoteSigned -file "file location"

timeout /t 0 /nobreak

  1. Secondly, you shall be awared that additional utilities have been installed:
  • PSExec
  • PSService
  1. Finally, the script should be launched (from .bat file) via administrator credentials.

Good luck, have a nice day!

ps