For the last few years, I’ve been blogging about the Microsoft iSCSI Software Target and its many uses related to Windows Server Failover Clustering, Hyper-V and other server scenarios. Today, Microsoft has made this software publicly available to all users of Windows Server 2008 R2.

Source : Jose Barreto's Blog

Read More

Today’s blog will discuss support for UEFI with Microsoft Deployment Toolkit and other deployment tools.

Read more : blogs.technet.com/b/askcore

Read More

Hello, my name is Emmers Presson. I am a Support Escalation Engineer for Microsoft in the Windows Core team.

The purpose of this blog is to give you the steps to install a hotfix (or any other “package”) on the currently running operating system using the Deployment Image Servicing and Management (DISM) command.

Source : Ask the Core Team blog

Read More
This article describes the System Update Readiness Tool for Windows Vista-based computers, for Windows Server 2008-based computers, for Windows Server 2008 R2-based computers, and for Windows 7-based computers. Microsoft released the System Update Readiness Tool to resolve certain conditions that could cause installing updates and other software not to work. You do not have to manually run this tool. This tool is offered automatically through Windows Update to computers that have a condition that the tool could resolve.

After you download the System Update Readiness Tool, it runs a onetime scan for inconsistencies that might prevent future servicing operations. This scan typically takes less than 15 minutes to run. However, the tool might take significantly longer on some computers. The Windows Update progress bar is not updated during the scan, and progress seems to stop at 60% complete for some time. This behavior is expected. The scan is still running and you should not cancel the update.

Source : support.microsoft.com

Read More
Web Pro Series / Week 9 / URL Rewrite, ServerVariables, URL Parts, HTTP to HTTPS Redirect

Source : Scott Forsyth's Blog

Read More
You may receive the following error when installing Service Pack 1 for Windows 7 or Windows 2008 R2:

0xC0000022 (STATUS_ACCESS_DENIED)

This can be due to McAfee Host Intrusion Protection being installed on the system.  To workaround this problem, disable the following option in McAfee:  Startup IPS Protection Enabled

More information is available on this thread: https://community.mcafee.com/message/177267#177267
Source : The Windows Servicing Guy



Read More
Some of you probably noticed a new download showed up today:
The Windows® Automated Installation Kit (AIK) for Windows® 7 SP1


Be sure to read the “readme” that goes along with this at:
Windows Automated Installation Kit for Windows 7 Readme


A quick Q&A that I assembled from information in this readme and our own MDT testing ...
Source : Michael Niehaus' Windows and Office deployment ramblings
Read More

If you tried to logon on a MacBook Pro (OS X) with an Active Directory account you may have seen the following error in the system.log :

createmobileaccount[4146]: MCXCCacheMCXRecordAndGraph(): [localNode createRecordWithRecordType:dsRecTypeStandard:Users name:"paradisj"] == 4100 (Unable to set value or values for dsAttrTypeStandard:Password in the record.)

First of all, many thanks to Travis J. Garrison who pointed me in the right direction.

The problem was that I had two accounts in our Active Directory with the same value for the email attribute. The logon with the first account worked fine, but I wasn’t able to logon with the second one (on the same Mac).

The DirectoryServices.Error.log gave me the identity of the first account :

T[0x0000000102281000] - CDSLocalPluginNode::AttributeValueMatchesUserAlias(), alias exists in file /var/db/dslocal/nodes/Default/users/paradisjtest.plist

I had to change the email attribute (AD) of the first account and refresh the cache (MCX_cache) of the first account :

mcxrefresh -n paradisjtest -a

After that I was able to logon with both accounts.

Question :
Why does Apple used the email and displayName attribute as an alias of an account when those two attributes are not unique in Active Directory ?

(It’s not a bug, it’s a documented feature)
Read More

A few days ago Microsoft launch a redesigned “Microsoft Answers” site. The new version introduces a “reputation model” that helps identify “good” answers provided by experts.

The new site had a performance issue which now seems to be resolved. Maybe they should post a question about it
Sourire

Source : www.zdnet.com

Read More

I guess those of you who are responsible for patch management have heard of the trick before. I tried it with RSAT on Windows 7 SP1, and it appeared to work fine.

In the description of this workaround, I assume that you want to install x86fre_GRMRSAT_MSU.msu. If you need amd64fre_GRMRSATX_MSU.msu, you have to change the file names accordingly. I also assume that you downloaded the RSAT MSU file to c:\tmp.The workaround description is slightly different than in chibisuke’s comment.

Install RSAT on Windows 7 SP1

  1. Launch a command prompt with Administrator rights.
  2. Execute the following commands:
    md c:\rsat
    expand -f:* c:\tmp\ rsat-windows-7-x86fre_GRMRSAT_MSU c:\rsat
    cd c:\rsat
    pkgmgr /n:Windows6.1-KB958830-x86.xml /l:log.txt
  3. Wait until this line appears in c:\log.txt: DISM Provider Store: PID=1120 Releasing the local reference to DISMLogger. Stop logging….
  4. Reboot.
  5. Launch the “Turn Windows Feature on or off” applet in the Control Panel under Programs, and enable the Remote Server Administration Tools or Role Administration Tools you need.

Source : 4sysops.com

Read More

Scott Forsyth has started a new series of walkthrough videos about web technologies. It’s worth watching.

Web Pro Series / Week 1 / Ping and Tracert walkthroughs
Web Pro Series / Week 2 / Understanding DNS Zone Records
Web Pro Series / Week 3 / Nslookup–the Ultimate DNS Troubleshooting Tool
Web Pro Series / Week 4 / Three Tricks For Capturing Command Line Output
Web Pro Series / Week 5 / Understanding IIS Bindings
Web Pro Series / Week 6 / The SSL Bindings Issue
Web Pro Series / Week 7 / Setting Host Headers for SSL Sites in IIS
Web Pro Series / Week 8 / An Intro to IIS URL Rewrite–plus redirecting URLs to www

Good job Scott, can’t wait to see more. I will check your blog regularly.

Read More

Il you have exprienced an error with SP1 for Windows 7 / Windows 2008 R2 installation you should take a look at the Ramblings of a Support Engineer blog from a Microsoft Engineer.

Source : www.zdnet.com/blog/bott

Read More

If you’ve ever tried to use Wake-on-LAN technology, you may know that its configuration can be confusing sometimes. You have to enable WOL in BIOS and motherboard settings and correctly specify the WOL command parameters. Wake-on-LAN utilities (see a review for one of them) usually allow waking up one remote PC and require that you specify its IP and MAC addresses in order to generate and send a magic packet to it. In order to wake up multiple PCs, you have to write scripts to detect MAC addresses of remote PCs and execute a WOL utility to send the magic packet to every PC. A free Wake-on-LAN tool from EMCO is specially designed to wake up multiple remote PCs and allows automating all required operations.

Source : 4sysops.com

Read More
Read More
When you try to install RSAT (Remote Server Administration Tools for Windows 7) on Windows 7 SP1, you will get this error message: "This update is not applicable to your computer".
Source : 4sysops.com/archives/install-rsat-on-windows-7-sp1


Read More

This language add-in allows you to see the corresponding PowerShell script for static methods on classes. Most of the common language structures are supported.

Source : reflectoraddins.codeplex.com

Read More

Very interesting :

Google and Apple are very different. Apple has a design DNA. Google has a technology DNA.

Apple has a different feel. Its the, I'm cool, feel. Its the look, we made this thing look cooler and prettier and now there are too many people vying for your employee discounted stuff.

My manager at Apple told me that it is a hardware company, and that software is not the chief priority. This affects Apple, and software engineering is, without question, a second class citizen.

Working at Apple is like working in the Army. Sure you can ask why you should jump into the river, but you better be soaking wet before you ask that question

Source : www.quora.com/Why-would-an-engineer-want-to-work-at-Google-instead-of-Apple

Read More

Apple officially called an end to its server line on Tuesday and it’s a bitter pill for some Mac stalwarts in the data center. Part of the problem is that enterprise customers have a comfort-level problem when it comes to living with questions about Apple’s product and strategic plans like the rest of us. Cupertino’s cone of silence is absolute, whether it’s the details of the next iPad or the continuing support for Mac OS X Server.

Source : The Apple Core Blog RSS | ZDNet

Read More

The 2011 Volkswagen Jetta that we get in the United States is a different animal than the one enjoyed throughout Europe. European Jettas are fitted with a multi-link rear suspension setup, upgraded wiring harness to handle more complex optional features and more upscale interior materials. Why don't we get these things? The main answer is cost.

Strong sales would show that the Jetta is in high demand, meaning Volkswagen could realistically introduce the upgraded European features by way of a mid-model change, perhaps by 2014. Will it happen? Somehow, we tend to doubt it... but a lot can happen in three years.

Source : Autoblog

Read More

Web farm framework has in built extensibility to work with any load balancer. The intent of this article is to show how you can use a load balancer like F5.

Integration with a load balancer like F5 is great with WFF because it allows you to simplify the management and deployment of your web farm (in presence of a load balancer) without having to do these operations manually. These benefits and provisioning details are discussed in more details in WFF detailed walkthroughs.

Through its extensibility model, the Web Farm Framework is able to communicate with the F5 BIG-IP Local Traffic Manager (LTM) through the LTM's open SOAP/XML based API. This API allows WFF to make dynamic configuration changes on the load balancer, such as creating pools, disabling nodes, and re-enabling to make sure connections are not being sent to servers as WFF is updating them. F5 has wrapped their iControl SDK in a .net assembly (icontrol.dll), making integration into WFF a simple procedure.

Source : The Official Microsoft IIS Site

Read More
Next PostNewer Posts Previous PostOlder Posts Home