Bohack

Check In and Tune Out!
 
 

Posts Tagged ‘Windows’

« Older Entries

Mastering Permissions with icacls.exe Command thru the GUI

Friday, December 11th, 2009

The key to mastering permissions at the command line in Vista and Windows Server 2008 Server is learning the icacls.exe command. With the introduction of Windows Vista, you can no longer select multiple items like folders and files and apply permissions to a group of objects. The recommended way is to use the command line and the icacls.exe command.

(more…)

Bookmark and Share

Tags: CMD, Microsoft, Windows
Posted in Windows | No Comments »

Mac OS X Permissions Problems with Window Server 2003 R2

Tuesday, December 8th, 2009

Recently I found a problem when using Mac OS X and Windows Server 2003 R2 as a file server. The problem exists in the permissions that are applied to user folders. When applying permissions to shares you normally start out with a very restrictive permission structure at the top. As you create the folders you add permissions for users and groups to permit and restrict access for others. This structure of permissions is very common in dealing with corporate shares. We also share the folder with ‘domain users’ only having change or modify access to the entire share. This eliminates people applying their own permissions and locking everyone out including themselves. This is a common task for a network admin in setting up permissions.
(more…)

Bookmark and Share

Tags: Linux, Microsoft, OSX, Windows
Posted in Windows | No Comments »

Get the URL from a hyperlink in Excel

Sunday, June 14th, 2009

Recently I needed to extract a links from a web page; normally I would use some Linux commands ported to windows and get the job done. In the end I needed to format the relative link to a full URL, so I decided to use Excel. However when I imported the web page into excel I found that the URL was embedded in the friendly name of the hyperlink.

(more…)

Bookmark and Share

Tags: Excel, Windows
Posted in Programming | 1 Comment »

How to Default Back to Search Companion

Tuesday, February 3rd, 2009

Microsoft Search should not be feared, it is now an optional install from Microsoft Update Services. It is integrates into Office 2007 for email search capability. However one problem is it changes the default search of Windows Explorer to Desktop Search. So it has pissed off a lot of people and made them uninstall it. There is hope and a way to switch it back.

(more…)

Bookmark and Share

Tags: Windows
Posted in Windows | 1 Comment »

Exchange 2007 Interop RGC Connector Foo

Thursday, January 15th, 2009

When upgrade from Exchange 2000 or 2003 to Exchange 2007 you must perform a transition. Mainly because you can not upgrade the binaries on the Exchange 2003 box to 2007, 2003 is 32 bit and 2007 is 64 bit. During the transition you will need to have the 2003 Exchange Routing Group connected to the 2007 Exchange Routing Group. This will allow you to delever mail to recipients on both platforms and keep business continuity. You connect the two with a Routing Group Connector and I advise you use the Exchange Manager Console to manage them.

(more…)

Bookmark and Share

Tags: Exchange, Windows
Posted in Exchange | No Comments »

Exchange 2007 Legacy Mailbox Problem

Monday, January 12th, 2009

I am starting to warm up to Exchange 2007 and found that anything and everything can be fixed through the Exchange Management Shell. Recently I transitioned an Exchange 2003 administrative group to Exchange 2007. After migrating the users from the Exchange 2003 to Exchange 2007, I decided to check to see if creating a mailbox is the same. So I opened the (ADUC) Active Directory Users and Computers MMC and ran through the creation of a new user and mailbox. When I went back to the Exchange Management Console the “Recipient Type Details” showed as “Legacy Mailbox”.

(more…)

Bookmark and Share

Tags: Exchange, Windows
Posted in Exchange, Windows | No Comments »

Command Prompt Anywhere

Sunday, December 14th, 2008

Any day you can walk up to my workstation at work and find a command prompt open. Whether it is a Windows CMD prompt or a Linux Shell; I actually prefer it over the Windows GUI and over a KDE or Gnome on Linux. I can generally get more done in a few keystrokes then mouse clicks, especially when you need to start a task and have a log of the outcome.

(more…)

Bookmark and Share

Tags: CMD, Windows
Posted in Windows | 1 Comment »

Redirect HTTP to SSL with IIS

Sunday, December 7th, 2008

It has become culture to prepend the http:// prefix in front of a URL. In fact if you type the URL in most web browsers and hit ctrl-enter, the browser will prepend the http:// in front of the URL. The HTTP (Hypertext Transfer Protocol) works on port 80 TCP and is defined in RFC 2616. Since HTTP language is clear text over port 80 TCP that means that forms authentication will travel over clear text and can be intercepted. So it is recommended that HTTPS (Hypertext Transfer Protocol over Secure Socket Layer) be used to encrypt the session with SSL. HTTPS or SSL works over port 443 TCP and requires a private certificate be installed from a browser trusted Certificate Authority (out of the scope of this article).

(more…)

Bookmark and Share

Tags: IIS, Redirection, Windows
Posted in Windows | 2 Comments »

Windows Version of the Linux / UNIX ‘which’ Command

Monday, November 24th, 2008

During the day I always have a command window open on my desktop. It helps get simple tasks done; like reseting a password for a user or opening an ssh session with a remote box. I have a multitude of Windows command or cmd scripts that help me through out the day. Often I may want to change or tweak a script and then the hunt is on… Which directory was it created in? I know that it is in the path; because I can just execute it without typing it’s full path, but where is it?

(more…)

Bookmark and Share

Tags: Linux / Unix, Script, Windows
Posted in Windows | No Comments »

Simple Server Ping and Reboot Monitor

Sunday, November 16th, 2008

I think we have all rebooted a server and then asked ourselves “Did it actually reboot?”. So we hunt through the logs for the event and then move on or reboot it again. During patch day for the servers this can be a real nag, knowing when something is back online so you can finish patching it; is key to getting the job done. So I wrote this little batch script a while ago to help keep track.

(more…)

Bookmark and Share

Tags: Script, Windows
Posted in Windows | No Comments »

« Older Entries
  • Author

    • About Bohack
    • Contact Info
  • Channels

    • Blog (1)
    • Exchange (2)
    • Ham Radio (1)
    • Homebrew (2)
    • Linux / Unix (2)
    • Mods (2)
    • Programming (3)
    • Recipes (2)
    • Scripts (5)
    • Spam (1)
    • Telco (3)
    • Virtual PC (1)
    • VMware (2)
    • Windows (11)
  • Archives

    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • June 2009
    • May 2009
    • February 2009
    • January 2009
    • December 2008
    • November 2008
    • October 2008
  • Misc

    • More Links
 

 

Copyright - Bohack 2009i