-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: windows
Find Mac From IP
Today I wrote a little script that will find the MAC address of a given IP that is on the same LAN. The script pings the IP, then it checks the ARP cache to find the MAC. Pretty simple, yet … Continue reading
Posted in troubleshooting, windows
Comments Off on Find Mac From IP
Use Windows Server 2008 R2 as a desktop OS
I am very happy with Window 7. I enjoy the OS quite a bit. The only problem that I have is, there is very poor virtual machine support. Other people may disagree with me here, but I don’t like Windows … Continue reading
Posted in windows, Windows Server 2008
Comments Off on Use Windows Server 2008 R2 as a desktop OS
Find Operations Masters in Active Directory
EDIT: I have found a much easier way to list the FSMO Roles holders. From a command line on any domain controller, Type netdom query FSMO Thanks to Microsoft, I have an easy solution to finding the FSMO Roles … Continue reading
Posted in Active Directory, bat, troubleshooting, windows
Comments Off on Find Operations Masters in Active Directory
Change Operations Masters in Active Directory
Each FSMO Role has a different procedure to change the owner: RID, PDC, and Infrastructure Roles: From the computer that you want to make the new FSMO Role holder: Open Active Directory Users and Computers MMC Right-Click on the Domain … Continue reading
Posted in Active Directory, troubleshooting, windows
1 Comment
Use Apache, PHP, and MSSQL on Windows
This is how I made the php_mssql extension work on my Windows/Apache/MSSQL/PHP (WAMP) Server. Download Apache. (I used the Win32 Binary including OpenSSL 0.9.8m (MSI Installer)) Download PHP. (I used the PHP 5.2.13 zip package) Download ntwdblib.dll. Run the … Continue reading
Userenv Events 1030 and 1058
I keep getting Userenv errors 1030 and 1058 on one of my domain controllers. The description of Event ID 1058 says “Windows cannot access the file gpt.ini for GPO CN={31B2F340-016D-11D2-945F-00C04FB984F9}, CN=Policies, CN=System, DC=MyDomain, DC=com. The file must be present at … Continue reading
Posted in windows
Comments Off on Userenv Events 1030 and 1058
MSDTC event 53258
I work with windows virtual machines a LOT. One thing that I have noticed is that if a windows VM that has been copied, NewSided (had NewSid run on it), and has been added to a domain, it can generate … Continue reading
Posted in windows
Comments Off on MSDTC event 53258
Unblock “unsafe” attachments in Outlook
So I went to open the .exe file that I sent myself yesterday and I found out that Outlook 2007 will not let you download “unsafe” attachments (unsafe meaning “Any file with an executable extension”). This bothered me, so I … Continue reading