July 04, 2013

Duck Duck Go


Please consider crypto tipping:
  

uninstall a surprise gnome install from your debian testing xfce desktop.


2013-07-04

I boot up my Debian Testing XFCE machine, login to a slow startup and surprise it's F'ing gnome 3 shell.

WTF?!?!?!  This is not what I had in mind for 4th of July fireworks.  I hate this bullshit!  Seriously, Debian testing just installed gnome without my authority!??!?! (Granted, yes i know nothing happens without authority -- updates suck sometimes)

sudo aptitude purge gnome-applets gnome-session-fallback gnome-control-center-data gnome-control-center gnome-media gnome-online-accounts gnome-bluetooth gnome-panel-data gnome-panel mousetweaks gnome-panel gnome-session gnome-shell  ; sudo reboot


ahhhh much better!!!!


but now i'm aggravated...

sudo shutdown -h now

walking away...
------------------

Please consider crypto tipping:
  

June 19, 2013

run commands against AD domain members via flexcommand.hta


Execute commands against AD Domain Members via web-interface.

Thanks to the article How to Force Remote Group Policy Processing, I found "flexcommand.hta" compliments of Mr. Jakob H. Heidelberg of Copenhagen, Denmark.

First, I've repaired the original for use on Windows7 and 2008 as per Mr. Eirik Andreassen's comment.

I've also edited the original to allow for larger fields including the OU dropdown box and enabled the "sub-OU's" and "alive-only" options by default. 

Download the full flexcommand.hta here or the diff patch to compare.  It has to be run with domain admin privileges and without UAC.


Here are some useful example psexec commands:

psexec.exe \\{C} -e -h -d gpupdate.exe /force

psexec.exe \\{C} -e -h -d wuauclt.exe /reportnow

psexec.exe \\{C} -e -h -d \\example.com\netlogon\WUInstall.exe /install /criteria "IsHidden=0 and IsInstalled=0 and IsAssigned=1"
(depends on WUInstall on accessible share)

Enjoy.
-----------------

Please consider crypto tipping: