Is it possible to install the Deployment Workbench console on a workstation to manage an MDT server on the LAN? I don't want to have to install the whole of MDT to do this.
Wayne Koorts's questions
I just made a silly mistake on my Ubuntu Server box: I added myself to a group using usermod -G
, after which I discovered the -a
option...
The result is that I am now out of the admin
group, and lost my sudo rights. I can sort that out, but I want to know what other groups I may been removed from? My user was the first one so what I'm looking for is a list of groups that the first user gets added to at installation time.
I'm putting together a package to deploy across multiple desktops, and I am trying to find out what process is calling a little taskbar add-in that attaches itself under Windows XP (Think language toolbar, or Windows Media Player under Vista). This is part of a desktop search utility and consists of a little text input box which sits just to the left of the system tray.
Are taskbar attachments not treated as a separate process? I just hope they are not loaded dynamically using the Explorer process. I ask because there is nothing obvious to me in Task Manager that is loading this little thing. I need to be able to dynamically kill it. Assume that the application provides no mechanism to disable it.