Query AD Users
Query a user i.e. ‘Admin’. From the command prompt: dsquery user -name *admin* Result: "CN=Administrator,CN=Users,DC=microsoft,DC=co,DC=uk" "CN=ScomAdmin,CN=Users,DC=microsoft,DC=co,DC=uk"
Query a user i.e. ‘Admin’. From the command prompt: dsquery user -name *admin* Result: "CN=Administrator,CN=Users,DC=microsoft,DC=co,DC=uk" "CN=ScomAdmin,CN=Users,DC=microsoft,DC=co,DC=uk"
If like me you spend a lot of time downloading installers for numerous websites then you might want to try Ninite. 1. Pick the apps you want. 2. Start your customised installer. 3. You’re done! It's not got everything I need but will defiantly shaves a few
If you want to redirect all pages of an entire site to the main page of another domain, add the following code to your .htaccess file: RedirectMatch 301 (.*) http://www.example.com/ The .htaccess file should be stored in the same location as the index page to your OLD domain
WordPress and WAMPserver are one of the best buddies when you want to write a personal localhost’ed blog. Recently, when I installed wordpress and chose to use ‘pretty permalinks’, all I got is Error 404-File not found. i checked the .htaccess file if the changes have been written to
Thunderbird, the Mozilla mail reader, comes with the ability to Forward an email (via an icon on the toolbar) which will send out the email under your name. Sometimes it’s desirable to Redirect (or “bounce”) a message. Although it’s possible to detect that a message has been redirected,
Archive
Change your registry settings to enable screen rotation: HKLM – System – GDI – Rotation – HideOrientationUI (Change from 1 to 0) Soft Reset your phone, once loaded map your call button to the rotation tweak: Settings -> Buttons -> Map with < Rotate Screen > When you would like to rotate
Archive
When i moved to CS2 and then CS3 I noticed that the thumbnail views for Illustrator and Photoshop files had been disabled since the introduction of ‘Bridge’ (which I don’t like by the way). Heres the instructions. 1. Download this zip file. 2. Shut down any open Adobe programs.
This is defiantly the easiest way to create excellent FavIcons without have to open a graphics package. Head over to HTML-Kit.com update any image you want and you’ll get your icon within a few seconds – its as easy as that. If you want to be old school check
A little option called ‘Envelope Distort’ is what your after. Create your letters in the appropriate font. Make sure the path is the top object and choose the following: Object > Envelope Distort > Make with top Object Its best to duplicate the path layer before using the Envolpe Distort
Download the following Windows package, which you can also get by clicking here: http://www.telegraphics.com.au/sw/icoformat-win-1.3b3.zip Now all you have to do is extract icoformat.8bi to your plugins folder in adobe. Now the next time you start Adobe you will have the option
The BT line test facility can be accessed from any BT line Unplug any extension phones, extension cables, answer machines or fax (anything except the phone you will use to do the test). Plug a normal touch tone phone directly into the BT master socket. Dial 17070, press option 2
We need to change the security settings in order to run these files, the best way is from the PowerShell command line. To change the execution policy to RemoteSigned type the following: Set-ExecutionPolicy RemoteSigned Thats it!