Had an interesting scenario at a clients yesterday. After a recent upgrade of their infrastructure of Blackberry Enterprise Server to Service Pack 2 MR 2 they couldn’t sign into the BES Console with both Active Directory credentials or local BES accounts. It seems that they had two compounding issues (more…)
Archive for the ‘windows’ Category
Citrix Troubleshooting Tools
11-19-10
Here is a great list of tools for troubleshooting Citrix Issues: http://support.citrix.com/article/CTX107572
Download ncat Win32 (precompiled)
11-09-10
So I was having a hunt around for the modified version of Netcat which is called Ncat developed by the lovely people who wrote the infamous port scanner Nmap. I needed the Win32 binaries for it and after a brief internet trowel it couldn’t be found. So I downloaded the source and compiled it and made it presentable for download for everyone else. Version 1 – Packed with UPX Packer. Version 2 – Not Packed. Happy Ncatting
VBScript based wget
10-28-10
I was using Windows based SSH box the other day and I needed to get some files, but the only options on a limited Windows (XP) box are ftp and the files I wanted were on HTTP so I hunted around and added to a vbscript which created a Wget type script which works via VBScript (which is avaliable on a limited XP Box)
Something else which is good about this script is that it uses Internet Explorer Proxy settings automatically, so if you are behind a corporate firewall and need to go through a proxy it does this automatically for you!
' VBScript based WGET - Changes by Cam McKenzie ' cam.mckenzie --at-- gmail --dot-- com (more...)
Fast Hash Cracking Software
10-27-10
It seems that John the Ripper (JtR) has been out done with some of the latest hashing cracking software in the business! Hashcat and oclHashcat (hashcat.net) is forging ahead with over 33 and 13 hash types respectivley which are able to be cracked. Did I mention oclHashcat uses the GPU of CUDA based video cards for seriously parallel processing? Well it does.
Its seems that Google have changed some of their code for maps website and users are experienicing a dialogue box popup with the message:
Internet Explorer cannot open the Internet site http://maps.google.com/maps?hl=en
Operation aborted
It seem the solution is to install Microsoft’s MS10-071: Cumulative security update for Internet Explorer (KB2360131)
Using this website PCI Database.
Just enter the Vendor or Device ID and boom thats the unknown hardware device!
Often when working on remote VMWare servers and you want to boot an ISO from the datastore it doesn’t give you enough time to press ESCAPE and select the CD-ROM. There is an easy fix… Add / Edit the VMX file for the server you are trying CD boot and add the line: bios.bootDelay = "boot delay in milliseconds" – Save the file back in the datastore and your done!
Currently I am entrusted with developing a Windows 7 Professional Image for deployment and have until recently been stuck with getting the default user profile to ‘keep’ pinned start menu items.
While I was copying them to C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu they still wouldn’t show up. There is actually a complementary Registry key which makes the magic happen. So without further ado: How to set Pinned Start Menu Items for Default Profile in Windows 7 (more…)
Upon Sysprep-ing our first test image of Windows 7 using an unattend.xml our WDS enviroment would produce the error ‘Windows could not apply unattended settings during pass (null).’ At first I thought my unattend.xml file was wrong BUT the actual problem was that WDS was using a Windows Vista Image for the Image Deployment. The required fix was copy boot.wim from the Windows 7 DVD\Sources directory and add that to the ‘Boot Images’ within WDS. After that you PXE boot as per normal and select your newly appointed image!
This post was inspired by this blog post