PS c:\> Get-WmiObject Win32_Service -Filter "startname like '_NetBiosName_%'" | Format-Table name, startname, startmode
Tuesday, January 23, 2018
PS: Get service account names
PS: Get DCOM applications running as domain account
PS c:\> Get-WmiObject Win32_DCOMApplicationSetting -Filter "RunAsUser like '_NetBiosName_%'" | Format-Table -Property AppID, RunAsUser, Caption
Monday, January 22, 2018
Subscribe to:
Posts (Atom)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...

-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...