Filter Shutdown and Restart entries from Event Viewer
Open Event Viewer (eventvwr.msc), goto Windows Logs, System. Right-click System, Filter Current Log. Filter on “41,1074,6006,6008”. That’s it.
Because my memory only stores important facts
Open Event Viewer (eventvwr.msc), goto Windows Logs, System. Right-click System, Filter Current Log. Filter on “41,1074,6006,6008”. That’s it.
I had an annoying white popup after installing extensions within the Google Chrome browser. This happened on a VMware Workstation virtual machine. Workstation and the VMtool where up-to-date. The quick …
When using virtual machines with the snapshot feature, Windows clients can sometime losing connection to their domain. Error The trust relationship between this workstation and the primary domain failed. Permanent …
To deploy nVidia drivers (and software that comes with it) follow these easy steps. Download the drivers from a trusted source (nvidia.com), and extract the archive. Strip the extracted sources …
Remote Server Administration Tools for Windows 10 October 2018 Update isn’t delivered via an MSI or MSU like with previous Windows 10 versions, it is a Windows feature since 1809. …
SQL Server Data Tools (SSDT) for Visual Studio silent install is a PITA, I struggled some hours with it. But finally I’ve found a way to have SSDT 2017 15.7.1 (standalone, …
I created a very small package that only contains some registry keys. When adding this package on an endpoint, the client throws an error. The last character of that error …
After migrating to a new App-V Management Server our AppV Admins lost their permissions to the Management Server. Strange, because during installation the correct security group was provided. First place …
Export security group members to a CSV file using Powershell: Import-Module ActiveDirectory Get-ADGroupMember -identity sec_group_name | select name | Export-csv C:\Temp\filename.csv -NoTypeInformation If you just wat the username, use “select samaccountname”. Btw …
A user encountered an AppV Client error 0600000011, with the Powershell cmdlet “Get-AppvClientpackages”. (I used the “-all” property, because my admin user didn’t had the application published) The AppV log shows all …