This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uls:agents:win_tools [2014-03-05 13:24] uls [Download & Installation] |
uls:agents:win_tools [2015-02-03 08:37] (current) uls [Software Installation] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== ULS-Agent for Windows ===== | ===== ULS-Agent for Windows ===== | ||
| - | The WIN_TOOLS are the ULS-agent for the Windows operating system. | + | The WIN_TOOLS are the [[http://www.gnu.org/licenses/gpl.txt|GPLv3]]-based ULS-agent for the Windows operating system. |
| It gathers inventory information and configuration settings | It gathers inventory information and configuration settings | ||
| as well as runtime metrics of the operating system | as well as runtime metrics of the operating system | ||
| Line 121: | Line 121: | ||
| c:\> powershell Set-ExecutionPolicy RemoteSigned | c:\> powershell Set-ExecutionPolicy RemoteSigned | ||
| </code> | </code> | ||
| + | |||
| + | :!: Alternatively, you can use the command line parameter ''-executionpolicy bypass'' | ||
| + | <code> | ||
| + | c:\> powershell.exe -executionpolicy bypass -File <script.ps1> <arguments> | ||
| + | </code> | ||
| + | when starting the win_watch powershell script. | ||
| ----- | ----- | ||