3dgallery

Gallery3D

SCCM OSD VISTA ERROR

I was getting a nice 4005 error while trying to Build/Capture of Vista Sp2, the error was occuring just before windows installtion had started (after applying drivers)

It seems there was an incompatibility on one of the divers as I use mainly XP Drivers, To workaround this I created a new driver category for Vista to use (instead of all the drivers avaliable)

 

I got it working by

 

  1. Create a “Vista_Network” driver catergory and added the basic Network/required drivers
  2. Edit The Build-Capture tasksequence
  3. Goto the “Apply Driver” task
  4. Select “Limit Drivers To “Vista_Network” Category”
  5. As you can see

    Save

It will now work and you dont need to disable drivers etc.

 

Good Luck

 

Exchange 2007 – SAN Certificate & MSSTD

Ok,

I finally bit the bullet and purchased a SAN Certificate for Exchange 2007 so that I dont get any more problems with security errors etc. There was a small problem though, The SAN consisted of

CN = domain.com
SAN (Subject Alternative Name) = autodiscover.domain.com & rpc.domain.com & webmail.domain.com

Due to the way outlooks connects over RPC/HTTPS you need to make sure you update the MSSTD Record to reflect the CN on the certificate

  • Set-OutlookProvider EXPR -Server $null -CertPrincipalName msstd:domain.com

 

OTA_Bravo_HTC_EU_1.15.405.4_1.15.405.3_release_signed

OTA_Bravo_HTC_EU_1.15.405.4_1.15.405.3_release_signed

 

that is all..

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

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

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

This is a file mirror for

VillainROM 3.2

VillainROM 3.1

Thats all

ZoneMinder & Ubuntu & Logitech Webcam & mjpg_streamer & authentication

 

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

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!

80040103 8007005 & SCCM & OSD & ERROR

check client access rights in

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

Return top