FCS Removal – How to remove forefront manually with BAT

I needed to quickly remove and reinstal forefront accross my test domain.

 

Here it is (replace “FCS_PATH” with the path the the FCS source)

msiexec.exe /x “FCS_PATH”\mp_ambits.msi /qn
msiexec.exe /x “FCS_PATH”\momagent.msi /qn
msiexec.exe /x “FCS_PATH”\fcsssa.msi /qn
MsiExec.exe /X{2DF2E496-D3B7-4A6F-A341-6DE48FDFEF0A} /qn
“FCS_PATH”\fcsinstallscript.vbs
“FCS_PATH”\mpam-fe.exe /qn

 

What is all this?

The above will

  1. Remove FCS & MOM agents
  2. Install FCS & MOM
  3. Install latest complete update for FCS
  4. Silently

J

number of view: 6

BattleField – Bad Company 2: No Pings and General Network Problems

Ok,

I just purchased a copy of BFBC2 and installed it. I am getting a little tired of Crysis and need a new game until Crysis2 or better.

I couldnt get any pings nor join any games let alone even login!

I havent looked into the real cause but here is a solution of sorts.

  1. Run as Administrator
  2. Disable Windows Firewall

This seems to fix the problem.

 

I Will find out the real cause/fix when I have time. For now I am just going to switch the FW on or off depending on what game it is.

J

number of view: 9

MIRROR: VillainROM 3.x – BASED ON DROID ERIS LEAK!

This is a file mirror for

VillainROM 3.2

VillainROM 3.1

Thats all

number of view: 342

ZoneMinder & Ubuntu & Logitech Webcam & mjpg_streamer & authentication

 

Ok, So i got a little camera in my room recording while i am at work..

I live with a few people & randoms come over now and again so its just a backup, also I like to mess with stuff.

 

I got zoneminder working with my logitech 9000 camera, only by using mjpg_streamer.. the problem is that zoneminder cannot authenticate to the mjpg_streamer (not really) unless you trick it.

MJPG_STREAMER

mjpg_streamer -i "input_uvc.so -r 640x480 -f 6" -o "output_http.so -p 8080 -c username:password"  -b

 

ZoneMinder

In remote host enter the details

username:password@remoteip

simple enough..

I got firewalls etc but when it comes to cameras.. i like to have at least a simple fallback.

 

J

number of view: 66

SCCM & x64 PXE errors

I was getting erros deploying to a x64 boot pxe, it would never work..

until *actually* copied the x64 boot image to the DP

duh!

number of view: 44

80040103 8007005 & SCCM & OSD & ERROR

check client access rights in

Client Agents –> Computer Client Agent –> Network Access Account

number of view: 111

VillainROM 2.1 (HTC Sense Enabled 2.1 ROM) & Vanillain 1.0

Sometimes it sucks to get files from 4shared (20kb/s!!), RS etc..

I decided to host any ROMS that I use here.. for faster access..

enjoy!

Villain 2.1

  • Source: http://forum.xda-developers.com/showpost.php?p=5438050&postcount=1
  • MD5SUM 2a020dd5efe6571df2e5fa5704bb3c32
  • Villain2.1.zip

 

Vanillain 1.0 (fast -htc stuff)

  • Source: http://forum.xda-developers.com/showthread.php?t=629959&postcount=1
  • MD5SUM: cf5e88e50d8e4b59c3da75b5acf3983f
  • Vanillain.zip


number of view: 295

googlebits-signed_v1.1

Becuase it took me ages to get here it is for others

enjoy

number of view: 982

DPM 2007: Failed to fail the failer of faily

I was getting some annoying errors for a server.

ERROR ID 31214 & 30135

After trying ALOT of solutions I check the Shadow Copy Status (right click C and choose properties) It seems I had disabled the VSS for C: and this in turn was the cause of the failure.

Not that DPM or Eventlog told me. hah

I like DPM but the logging is limited and a problem

Here are the solutions so far

  • Enable VSS
  • Delete VSS Copies (C)
  • Re-Run consistancy check
  • … not sure, more to come I assume

Install SP1 & Rollup Update, Fixes all

number of view: 92

htaccess: Apply chmod recursivley

This will find and .htaccess and change the permissions.

find ./ -type f -name ‘*.htaccess’ -exec chmod 0644 -v  {} \;

number of view: 79
Return top

Popular post by view