Release candidate
...
Administration
Recording Activity log to Sysl...
Configuring the Event Viewer
9min
To display Passwork events in the Event Viewer, you must additionally configure access rights. To do this, you need to:
Open PowerShell as "Administrator":
- Get security identifiers (SIDs) for accounts:
- Get access rights configured using CMD:
A temp.txt file will be created in the directory to be executed.
- In the temp.txt file, edit the channelAccess line:
- Remove items beginning with (D;;; and containing one of the received SID;
- Each received SID is inserted by an element in the format (A;;0x3;;;SID);
- Example for standard SIDs written at the end of the channelAccess string:
- Full string with standard security identifiers (SID):
- Change the permissions settings using CMD:
After /ca: substitute the value of the channelAccess parameter from temp.txt
- In PowerShell, execute the following script to display PHP events correctly:
Note to self:
- In the variable $EventSource write PHP-number_version, to get the PHP version, you need to execute — php -v in PowerShell.
- In the variable $PHPEventMessageFile write the location of php8.dll extension, located in the root directory of the PHP obtained during installation.
After the steps are completed, Passwork events will be displayed in Event View — Windows Logs → Application:
