|
17 | 17 | - Log your current PC or any PC in local network
|
18 | 18 | - Two languages to select (English, Ukrainian)
|
19 | 19 |
|
| 20 | + ### Things to do before execution: |
| 21 | + 1. Make sure PowerShell 6.0 or newer version is installed on your PC. </br> |
| 22 | + If version does'nt meet requirements, you can download newer version from official repo: </br> |
| 23 | + https://github.com/PowerShell/PowerShell/releases |
| 24 | + |
| 25 | + 2. Make sure you have access to administrator's account. </br> |
| 26 | + If you're about to monitor remote PC, you need to have login and password from administrator's account on remote PC. </br> |
| 27 | + If remote PC account doesn't have password, you'll be unable to use remote monitoring function, until you set password. |
| 28 | + |
| 29 | + 3. Configure trusted hosts settings. </br> |
| 30 | + Run PowerShell as administrator, type in following command and hit Enter: </br> |
| 31 | + ```Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*" -Force``` |
| 32 | + |
| 33 | + 4. Set up WinRM. </br> |
| 34 | + In PowerShell command promp run this command with administrator rights: </br> |
| 35 | + ```WinRM quickconfig``` </br> |
| 36 | + Answer "Yes" to all next questions. |
| 37 | + |
| 38 | + 5. Give permissions for script execution. </br> |
| 39 | + Open PowerShell once again under administrator rights and execute following command: </br> |
| 40 | + ```Set-ExecutionPolicy Unrestricted -Force``` |
| 41 | + |
| 42 | + 6. To avoid problems while using app, it is recommended to disable firewall or any other program, which can block internet-connections. |
| 43 | + |
20 | 44 | # Українська
|
21 | 45 | ### RAM-Logger
|
22 | 46 | Простий PowerShell скрипт, що дає змогу відстежити використання оперативної пам'яті.
|
|
0 commit comments