Remko Weijnen's Blog (Remko's Blog)

About Virtualization, VDI, SBC, Application Compatibility and anything else I feel like


17,234 views

SNAGHTML1ca684cToday I was testing the installation of Exchange 2010 in a VMWare sandbox environment. We created the sandbox to test migration from a 2003 AD and Exchange environment to 2008 R2 with Exchange 2010.

We used a P2V to get real copies of the Active Directory and the AD upgrade to 2008 R2 was already tested.

But during the Exchange installation in the sandbox I got the following error:

The well-known object entry on the otherWellKnownObjects attribute in the container object CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=zorg,DC=local points to an invalid DN or a deleted object.  Remove the entry, and then rerun the task.

Read the rest of this entry »

5,380 views

I wanted to read the otherWellKnownObjects attribute from an Active Directory object.

In my case this was the Microsoft Exchange container in the Configuration partition:

image

The otherWellKnownObjects attribute is of type ADSTYPE_DN_WITH_BINARY which unfortunately cannot be viewed or edited with ADSI Edit:

There is no editor registered to handle this attribute type 

 

Read the rest of this entry »

7,456 views

In my SATA Controller Identification tool I was using the TSaveDialog (Delphi 2010) but I got a report that under Windows PE the dialog is never shown.

There’s no exception and I didn’t really bother to check why it fails. Instead I decided to replace it with the GetSaveFileName API which does work under Windows PE.

Example:

  • 4 Comments
  • Filed under: Delphi
  • 54,235 views

    Modern systems usually offer different SATA Operation Modes such as ATA, AHCI or IRRT.

    The AHCI mode offers extra features such as hot swapping and native command queuing.

    Many vendors set the SATA Operation Mode to ATA by default because it’s the most compatible mode but there are a few reasons why you might want to change it:

    • AHCI has a higher performance than ATA.
    • AHCI is a requirement for the TRIM command.
    • AHCI is required for self encrypting hard drives

    Please note that the IRRT (integrated raid) mode is supposed to support all functionality of AHCI but in my experience it doesn’t.

    So the question is: how do we switch the SATA Operation Mode from ATA or IRRT to AHCI?

    Read the rest of this entry »

  • 12 Comments
  • Filed under: Windows 7
  • 7,724 views

    I think everybody knows that using WEP to encrypt your WiFi network is not very safe. To demonstrate this I will show you how easy it is to crack the WEP encryption in this post.

    Note that I am using my own Access Point here so I am not actually cracking someone else’s WEP Key.

    Requirements:

  • In this post I am using the 32 bit back|track 5 VMWare image which you can use with VMWare Workstation or VMWare player.back|track downloads

    After starting the back track Virtual Machine you can login with username root and password toor

    back track 5 logon screen

    Read the rest of this entry »

  • 49,627 views

    EDIT: See my followup article to learn how to reverse driver_auth.exe, decrypt and encrypt dell_wwan_sysID.dat.

    I bought a Dell Wireless 5530 HSPA Mini PCI card for my Dell Precision M4500 laptop.

    This is a small expansion card that works together with the built in SIM card slot that is present in most Dell (Business) laptops.

    -) 016

    This SIM card slot is usually located near the battery compartment:

    SimCardSlot

    The card was installed in a few minutes since the antenna cables were present already and on my laptop I only needed to remove the backcover with just one screw.

    Then I wanted to install the required software but this card is not officially supported in the M4500 (I bought this card because it was much cheaper on ebay).

    So I took the driver from the M4400/Latitude E range, labeled R251153 but I got this error message when installing:

    Internal error 23000. Authentification failed. The Dell Wireless 5540 HSPA Mobile Broadband Mini-Card cannot be installed on this computer

     

    Read the rest of this entry »

    2,482 views

    I just read an answer on StackOverflow with this code:

    Unfortunately it lacked explanation, so what does this code do?

    It reads offset $4 from the Thread Information Block (the top of stack) into eax and then offset $8 (stack base) into ebx.

    Then it substracts the two and moves that into variable eu, that’s all!

    6,599 views

    About a year ago I wrote a checksum calculator for the Volkswagen RNS 510 navigation unit.

    The checksum is a variant on Crc16 and is present either at the end of certain files (eg #CRC16:db1d) or as a special file with the name CRC.16.

    The tool is a little exe that takes the filename as the only parameter.

    SNAGHTML1424ee0

    Have fun with it!

    RNS 510 Checksum Calculator (6596 downloads )
  • 6 Comments
  • Filed under: Embedded
  • 4,572 views

    I was working on a PowerPoint presentation that included screenshots that were using the Appear animation. I use it to only show a particular screenshot when I am actually talking about it.

    However when editing the slide, the screenshots hide the slide text which makes it difficult to edit it.

    And in the Animation Pane the pictures are shown as Picture1, Picture2 etc.

    image

    So I wanted two things;

    1. Rename the object to a more meaningfull name in the Animation Pane
    2. Hide the screenshots when I want to edit the text in the slide.

     

    Read the rest of this entry »

  • 0 Comments
  • Filed under: General
  • 3,013 views

    I started using the i-Clickr PowerPoint Remote iPhone App for my presentations recently. I like this app as it shows me the current (or next slide), annations and previous/next buttons:

    IMG_0118

     

    Read the rest of this entry »

  • 0 Comments
  • Filed under: iPhone
  • Blogroll


    Categories


    Archives