May 2009 - Posts

Add the IE8 ADM file to available GPOs
28 May 09 06:24 PM | rodtrent | with no comments

This little utility installs the IE8 GPO settings on your domain controller so that the IE8 GPO settings are available for you to populate throughout your hierarchy.  Distribute it using your favorite software distribution app, or install directly on the domain controller that houses the GPMC.

Download: IE8 GPO Installation

Installation developed with SMS Installer.

Download IPF and ADM Files SMS Installer Script and ADM File

Fixing remote redirect downloads in IE8
28 May 09 06:03 PM | rodtrent | with no comments

When you click a link on some web sites to do things like create reports, generate stats in file formats (Excel, PDF, etc.) the link redirects to a generated download, i.e., the download doesn’t come from the specific site where the link resides.  This can cause the download or report generation to fail.  And, there will be no error message – IE8 will act like its working, even open a pop-up window briefly, but then just return to the original web site screen.

You can add the site to the list of for Compatibility View, turn off the pop-up blocker, but the link will still fail.

Users will curse IE8, saying that IE8 broke their favorite web sites but there’s a quick fix.

In IE8:

  1. Click Tools-Internet Options.
  2. Click on the Security tab.
  3. With the Internet zone selected, click the Custom Level… button.
  4. Navigate down to the Downloads section and find the Automatic prompting for file downloads option.
  5. Enable this option and the web links will start working. You may have to close IE8 and reopen it in some cases.
Filed under: ,
Upgrading to Windows 7 RC – your Windows Mobile device will not install
28 May 09 03:58 PM | rodtrent | with no comments

If you’re upgrading to Windows 7 RC on your computer (instead of the recommended “start from scratch and migrate data and apps”) you may find that your Windows Mobile device will no longer connect after the upgrade.  This was a reported problem during Windows 7 beta, but it looks like the issue still exists in the RC of Windows 7.

To fix the problem…

  1. Disconnect your device for your PC.
  2. From the Start Menu open the Control Panel.
  3. Select Hardware and Sound and then Device Manager.
  4. Connect your device to you PC.  The associated driver will show up (appear before your eyes) under Network adapter.
  5. Right-click on the driver and select Uninstall.
  6. After the driver uninstalls, disconnect your device.
  7. After about 5 seconds, reconnect your device and WMDC will now recognize your device and the driver installation will be successful.
Upgrading to Windows 7 – the All Programs fix
28 May 09 03:49 PM | rodtrent | with no comments

For any move to a newer Windows operating system, you’re are going to want to do a clean installation and then migrate your files and apps.  That’s the recommendation.

However, some may be inclined to just do an in-place upgrade.  It happens.

I did an in-place upgrade yesterday from Windows Vista to Windows 7 RC and all of the items in START-All Programs disappeared!

Apparently, there’s a bug or limitation to how many Program items can be displayed in the Windows 7 RC All Programs spot.  If you have over 80 items prior to the upgrade none of them will show up afterwards.

The fix is to consolidate or delete Program items from the list until it is under 80 items.  But, how do you get to the Program items to do this?

  1. Click on the Start button.
  2. Right-click on All Programs.
  3. Choose Open All Users.
  4. Open the Programs folder.
  5. Move listed items into other folders, or delete items in the list until the number of items is under 80.
Mike Schorr biking for MS again – give to a worthy cause…
28 May 09 12:27 PM | rodtrent | with no comments

Drop out the MS Society organization site and donate to a worthy cause:

http://main.nationalmssociety.org/site/TR?px=5795356&fr_id=11059&pg=personal

Filed under:
Allowing PowerShell to Query Remotely through a GPO
28 May 09 12:11 PM | rodtrent | with no comments

If you want to query remote computers' WMI properties on your network using PowerShell, this quick GPO setting can open the proper ports on the remote workstations.

Creating a new GPO at the domain level:

  1. Under the Local Computer Policy heading, double-click Computer Configuration.
  2. Double-click Administrative Templates, Network, Network Connections, and then Windows Firewall.
  3. If the computer is in the domain, then double-click Domain Profile; otherwise, double-click Standard Profile.
  4. Click Windows Firewall: Allow remote administration exception.
  5. On the Action menu, select Properties.
  6. Click Enable, and then click OK.
How to Print an Entire Worksheet Even if You Defined a Print Area
28 May 09 12:10 PM | rodtrent | with no comments

Use this tip to print an entire worksheet even if a print area has been defined.

  1. Click the Office button.
  2. Click Print.
  3. In the Print what section, select the Ignore print areas check box.
Filed under:
PowerShell Script to Retrieve the Laptop's Battery Status
28 May 09 12:09 PM | rodtrent | with no comments

Use this PowerShell script to learn about a laptop's battery status.

Copy and paste from between the lines.

=============================

$computer = "LocalHost"
$namespace = "root\WMI"
Get-WmiObject -class BatteryStatus -computername $computer -namespace $namespace

=============================

Information retrieved:

Active
Caption
ChargeRate
Charging
Critical
Description
DischargeRate
Discharging
Frequency_Object
Frequency_PerfTime
Frequency_Sys100NS
InstanceName
Name
PowerOnline
RemainingCapacity
Tag
Timestamp_Object
Timestamp_PerfTime
Timestamp_Sys100NS
Voltage

Filed under:
Microsoft Press - Microsoft SQL Server 2008 Free E-Book Offer
28 May 09 11:21 AM | rodtrent | with no comments

Learn about major new features in SQL Server 2008 including security, administration, and performance.

Introducing Microsoft SQL Server 2008:
Chapter 1: Security and Administration
Chapter 2: Performance
Chapter 3: Type System
Chapter 4: Programmability
Chapter 5: Storage
Chapter 6: Enhancements for High Availability
Chapter 7: Business Intelligence Enhancements

Microsoft Press - Microsoft SQL Server 2008 Free E-Book Offer

Filed under: ,
Microsoft Press - Microsoft Virtualization Solutions Free E-Book Offer
28 May 09 08:49 AM | rodtrent | with no comments

This guide will teach you about the benefits of the latest virtualization technologies and how to plan, implement, and manage virtual infrastructure solutions. The technologies covered include: Windows Server 2008 Hyper-V, System Center Virtual Machine Manager 2008, Microsoft Application Virtualization 4.5, Microsoft Enterprise Desktop Virtualization, and Microsoft Virtual Desktop Infrastructure.

Microsoft Press - Microsoft Virtualization Solutions Free E-Book Offer

 

Filed under:
Since when does a software Vendor use obtrusive advertising on their own site?
28 May 09 08:45 AM | rodtrent | with no comments

It used to be, in all cases, a vendor who wanted to advertise their wares or services would pay for ad spaces on other sites.  Well, I think I’ve found the first exception to the rule.

You know those obtrusive ads we all hate, where you jump to a web site to read an article but are confronted with a Advertising Splash page – where you can’t access the content until you either a) click on the ad, or b) click the “Skip this Ad” link?

I just dropped out to ScriptLogic’s web site to check on something, and was confronted with the following screen:

scriptad

Looks like ScriptLogic is taking the same approach that many other content sites are taking.  I’d be interested to know if it works in this case.

Filed under:
Windows Live Writer for Windows Mobile project starting up
27 May 09 07:33 PM | rodtrent | with no comments

Beta 1 is available for download from the following link:

Windows Live Writer for Windows Mobile - Home

Filed under: ,
WSUS 3.0 SP2 RC is now live on Connect!
26 May 09 05:30 PM | rodtrent | with no comments

Connect Site

WSUS 3.0 SP2 RC Overview

New Windows Server and Client Version Support

·       Integration with Windows Server® 2008 R2

·       Support for the BranchCache feature on Windows Server 2008 R2

·       Support for Windows 7 client

WSUS Feature Improvements

Auto-Approval Rules

·       Auto-approval rules now include the ability to specify the approval deadline date and time for all computers or specific computer groups.

Update Files and Languages

·       Improved handling of language selection for downstream servers includes a new warning dialog that appears when you decide to download updates only for specified languages.

Easy Upgrade

·       WSUS 3.0 SP2 can be installed as an in-place upgrade from earlier versions of WSUS and will preserve all of your settings and approvals. The user interface is compatible between WSUS 3.0 SP1 and SP2 on the client and the server.

Reports

·       New Update and Computer Status reports provide the ability to filter on updates approved for installation. You can run these reports from the WSUS console or use the API to incorporate this functionality into your own reports.

Software Updates

·       Stability and reliability fixes for the WSUS server, such as support for IPV6 addresses greater than 40 characters.

·       The approval dialog now sorts computer groups alphabetically by group name.

·       Computer status report sorting icons are now functional in x64 environments.

·       Fixed setup issues with database servers running Microsoft® SQL Server® 2008.

·       A new release of Windows Update Agent is included with WSUS 3.0 SP2 that provides improvements and fixes, such as support for APIs called by non-local system callers in a non-interactive session.

 

For more information about this release refer to the Release Notes for Windows Server Update Services 3.0 SP2 RC.

 

Connect Site

Filed under: ,
New OpsMgr 2007 KB Articles for Week of May 23rd…
26 May 09 02:29 PM | rodtrent | with no comments

KB968082 - Error message when you add an agent assignment rule in the System Center Operations Manager 2007 if an Active Directory domain name begins with a numeric digit: "XSD verification failed for management pack"

KB971410 - List of issues that are fixed in System Center Operations Manager 2007 R2

KB971406 - The wrong parameters may be passed and the Service Level Objective Detail report displays information for the wrong service level in System Center Operations Manager 2007 R2

KB971504 - Support for running System Center Operations Manager 2007 R2 on a Windows Server 2008-based computer

KB971233 - The console shows customized subscriptions after you upgrade to System Center Operations Manager 2007 R2 from System Center Operations Manager 2007 Service Pack 1

Email Sabina to take a System Center Configuration Manager IT Pro Survey
23 May 09 09:48 AM | rodtrent | with no comments

Hello,

MMS was a few short weeks ago, and the System Center Config Mgr UX research team learned so much from the sessions and attendees that we had the opportunity to speak with.  We really appreciate your interest and offer to participate in a survey we are developing to learn more about the users of our product, such as your background, job responsibilities, the challenges you encounter and even the organizational “climate” of your workplace.   The survey is designed to take approximately 40-45 minutes to complete (yes, it is pretty comprehensive!), but if you complete it and provide us with your true thoughts and experiences, you will be rewarded with the satisfaction of knowing you helped us better understand our Configuration Manager users…..and one person will be rewarded with an Xbox 360!

The survey will be ready for distribution during the first week of June, so please stay tuned…..and, if you know any other system-administrators who use SMS/SCCM07 that would be interested in taking part in the study, please pass along my email address and I will include them in the distribution list.  We are still in need of more participants. 

Best regards,

Sabina  (sawebb@microsoft.com)

More Posts Next page »

This Blog

News

    Ni Hao! Wo shi Rod.



    The Bruce Campbell Fan Store



    Proud member of the myITforum Network



Community

Things I've done

myITforum.com

Things I do

Blog Roll

Syndication