Tuesday, January 23, 2018

PS: Get DCOM applications running as domain account

PS c:\> Get-WmiObject Win32_DCOMApplicationSetting -Filter "RunAsUser like '_NetBiosName_%'" | Format-Table -Property AppID, RunAsUser, Caption

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...