Archive

Archive for the ‘System Center’ Category

Using MDT scripts in SCCM without integration

November 30th, 2011 Siegmund No comments

Recently I was looking for a way to apply a specific task sequence step only to desktop machines. As it seems the wmi query for the chassistypes was not working in the task sequence, so I thought why not use the ZTIgather.wsf script from MDT?

as we have no direct need to integrate MDT, I just needed the functionality of the MDT scripts in SCCM.

Start by copying the MDT scripts and put them into a package.  you do not have to create a program for this package. put it on at least one DP.

Edit the TS:

- create a ‘run command line’ step: cscript.exe ZTIgather.wsf /localonly. browse and select your MDTscripts package.

(the localonly parameter is needed or this step will fail with return code 8000)

-in another existing step I have used the variable ‘IsDesktop’ to determine when to apply the step:

See, you do not have to reinvent the wheel again !

Categories: SCCM, System Center Tags:

Microsoft System Center Suite – a bucket full of fruits

October 25th, 2011 verteto No comments

Recently we hosted an event about “Microsoft System Center Suite – a bucket full of fruits”. This seminar not only listed many of the new features and functionality that are included in 2012 versions but also answered some ins and outs of the suite components.

The result can be found here:

http://seminar.the-d-spot.org/Microsoft System Center Suite – a bucket full of fruits – 24102011Presentation.pdf

Desktop optimisation windows 7 and office 2010 – notes from the field

October 22nd, 2011 verteto 1 comment

Recently we hosted an event about “Desktop optimisation – efficient windows 7 and office 2010 deployment – notes from the field”. This seminar not only listed many of the new features and functionality that are included in Windows 7 and Office 2010 but also answered many deployment questions including some notes from the field.

The result can be found here:

http://seminar.the-d-spot.org/Desktop optimisation – notes from the field – 17102011.pdf

New blog series for SCCM 2012

October 5th, 2011 Steve De Peet No comments

Hello,

Check out the new blog series regarding SCCM 2012!
Offcourse ‘the-d-spot’ remains a good resource to check out as well ;-)

http://blogs.technet.com/b/server-cloud/archive/2011/10/04/system-center-configuration-manager-2012-blog-series-kick-off.aspx

Regards,

Categories: SCCM, SCCM 2012, System Center Tags:

SP1 for Office 2010 stuck in downloading state

August 30th, 2011 Siegmund No comments

As a number of machines in our environment did not have the SP1 for office 2010 yet, I included it in my Configmanager sw deployment package.

But shortly after that I started recieving complaints that this update kept saying it was downloading without much progress…

SP1 stuck downloading
SP1 stuck downloading

In Configmgr 07 the SP1 was only imported in english (just as the rest of our updates). The Office 2010 package source is originally in English with (in our case) added languages French and Dutch.

 From one of the troubled clients I found this in the logs;

CAS.LOG:

Location update from CTM for content 1ba18f9a-1d45-44fa-958f-5374f3b9ea5e.1 and request {CDBF2855-B0A1-42AB-80F0-D7B2F939CFD8}               ContentAccess 23/08/2011 04:58:24       828 (0x033C)

Download request only, ignoring location update           ContentAccess 23/08/2011 04:58:24       828 (0x033C)

Setting download timeout options for content request {CDBF2855-B0A1-42AB-80F0-D7B2F939CFD8}: LocationTimeout = 604800, DownloadTimeout = 864000, PerDPInactivityTimeout = 0, TotalInactivityTimeout = 0   ContentAccess 23/08/2011 09:25:33               624 (0×0270)

No need to change timeout settings     ContentAccess 23/08/2011 09:25:33       624 (0×0270)

Setting download timeout options for content request {CDBF2855-B0A1-42AB-80F0-D7B2F939CFD8}: LocationTimeout = 604800, DownloadTimeout = 864000, PerDPInactivityTimeout = 0, TotalInactivityTimeout = 0   ContentAccess 25/08/2011 09:15:17               3232 (0x0CA0)

No need to change timeout settings     ContentAccess 25/08/2011 09:15:17       3232 (0x0CA0)

Setting download timeout options for content request {CDBF2855-B0A1-42AB-80F0-D7B2F939CFD8}: LocationTimeout = 604800, DownloadTimeout = 864000, PerDPInactivityTimeout = 0, TotalInactivityTimeout = 0   ContentAccess 25/08/2011 10:28:44               2144 (0×0860)

No need to change timeout settings     ContentAccess 25/08/2011 10:28:44       2144 (0×0860)

Download failed for content 1ba18f9a-1d45-44fa-958f-5374f3b9ea5e.1 under context System, error 0x800705b4                ContentAccess 26/08/2011 22:25:19       4280 (0x10B8)

Download failed for download request {CDBF2855-B0A1-42AB-80F0-D7B2F939CFD8}   ContentAccess 26/08/2011 22:25:19                4280 (0x10B8)

Raising event:

[SMS_CodePage(437), SMS_LocaleID(1033)]

instance of SoftDistDownloadFailedEvent

{

                ClientID = “GUID:9E699560-328B-42A4-9EB4-2DB4E16AC74F”;

                DateTime = “20110826202519.093000+000″;

                MachineName = “xxxxxxxx“;

                PackageId = “1ba18f9a-1d45-44fa-958f-5374f3b9ea5e”;

                PackageName = “1ba18f9a-1d45-44fa-958f-5374f3b9ea5e”;

                PackageVersion = “1″;

                ProcessID = 3360;

                SiteCode = “399″;

                ThreadID = 4280;

};

                ContentAccess 26/08/2011 22:25:19       4280 (0x10B8)

Successfully raised Download Failed event.       ContentAccess 26/08/2011 22:25:19       4280 (0x10B8)

UPDATESHANDLER.LOG:

Starting download on action (INSTALL) for Update (1ba18f9a-1d45-44fa-958f-5374f3b9ea5e)   UpdatesHandler                29/08/2011 20:59:20       4152 (0×1038)

well, Now we know for sure that the culprit is the missing update ID: 1ba18f9a-1d45-44fa-958f-5374f3b9ea5e.  furthermore it is supposed to be part of the bundled update for SP1 office 2010 (kb 2510690).

Originally I thought I had to simply add the dutch and French languages for this SP1 update, but then it became clear that by default also the Spanish proofing tools are installed.. (check this with the office OCT if you are not sure)

SOLUTION:

So I went to my console > software updates > update repository > service packs > microsoft > office 2010 > select the appropriate version (32bit or 64 bit) of the office 2010 sp1,  Right-click > download updates. Select your existing deployment package, select “download from the internet”, in language selection, I had to select French, dutch and Spanish.

Once the supplemental updates had been downloaded, make sure to update your deployment package as well!.

Then I identified which machines where stuck downloading this update with software updates report States 4 and restarted the SMS Agent Host service, after which the download went further.

Note 1: if you have a bundled update like this, you can check in the content information tab what language you have already downloaded.

Note 2: see also this article on the technet blog: http://blogs.technet.com/b/configurationmgr/archive/2011/08/23/troubleshooting-a-configuration-manager-2007-installation-of-office-2010.aspx

Categories: Office 2010, SCCM, System Center Tags:

Configuration Manager 2012 beta 2 VHD available

June 14th, 2011 Steve De Peet No comments

This download comes as a pre-configured Virtual Hard Disk (VHD). It enables you to evaluate System Center Configuration Manager 2012 Beta 2 on Windows Server 2008 R2

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1b23c540-9b9f-4d41-a05d-d4b216061957

Categories: Deployment, SCCM, SCCM 2012, System Center Tags:

Delete user accounts from SCCM Client Center

May 10th, 2011 Ben De Vriese No comments

SCCM Client Center is a wonderful tool to manage Clients in your ConfigManager environment. But if your Active Directory has a policy to often change passwords (it should be!), then you could have a user list like this:

SCCM Client Center - SMSCliCtr User Manager

SCCM Client Center - SMSCliCtr User Manager

As there isn’t a way to clean up the User list in the GUI, this is an annoying issue in SCCM Client Center. But there is a way to delete user accounts in Client Center!

In Windows 7 browse to %APPDATA%, go back one level and goto the LOCAL folder, next open the SCCM_Tools folder. In here there should be one folder starting with MSCliCtrV2.exe_ followed with some random charakters. In here there is a folder correspondig the SCCM Client Center version. Open the file user.config in your favourite text editor.

Remove user accounts from SCCM Client Center - user.config file

Remove user accounts from SCCM Client Center - user.config file

Remove the User accounts selected in the screenshot, and save the user.config file.

This should remove all users from the SCCM Client Center User Manager:

SCCM Client Center - Removed user accounts

SCCM Client Center - Removed user accounts

Belgium System Center Day

November 18th, 2010 Ben De Vriese No comments

Last week the SCUG community held an event covering all major System Center products. The first part was all about System Center Service Manager; implementing, customizing, and extending the product. Also a project overview about integrating Service Manager into an environment. The next topic was more about our interest: SCCM & PowerShell by Kim Oppalfens. Kim demonstrates how to add new computers to a collection using PowerShell with less lines and easier to read than VBScript. He showed the use of PowerShell in Task Sequences. And something we all love; code examples. The SCCM 2007 SDK contains tons of PowerShell examples which we can reuse! Take look at this blog post on Technet as a start.

Next runner up was Wally Mead, who we met before on a previous SCUG event. He talked about the similarities and changes in Software Distribution with Configuration Manager vNext. This was a very informative session, with working demos and some typical Wally Mead jokes :-) From his session, we learned some of the new features and the slight different approach in vNext’s software distribution. An user-centric approach that is, giving users more flexibility to switch between multiple devices and networks.

A part of this user-centric approach is a better integration with App-V, to deliver applications to users, instead of limiting software delivery to computers. For example, an owner of a computer will get his software deployed like before. But if he logs on to another machine, not all his software will be deployed to that computer. He will be presented with the virtual version of his software (through App-V or RDP/TS), which is a time and bandwidth saver.

Like I said above, vNext has an option to tie user(s) to a computer (User Device Affinity). This can be used in combination with Requirements and Conditions, to deliver software for example.

User Device Affinity provides the ability to define a relationship between a user and a device. It allows the admin to think “user first”, while also ensuring the application not being installed everywhere the user logs on.

Configuration Manager v.Next supports:

  • Single primary user to primary device
  • Multiple primary devices per user
  • Multiple primary users per device
  • The system allows both the administrator and user to define this relationship. It can be set in different ways. Based on usage threshold on the client, using an import file from external system, as part of the OSD, end-user through the Software Catalog and manual by an Administrator.

User Device Affinity allows the deployment of software-based on the nature of the relationship between the user and device. Each software can have multiple “installation-scenarios”. For example, we created 3 scenarios on how to install Outlook:

  1. It can be installed physically on the computer (MSI)
  2. It can be installed virtually (App-V)
  3. Check your mail online (OWA, Outlook Web Access)

When a user logs on to his computer where he is the owner of, you use scenario 1 and install the MSI. When a user logs on to a computer of his colleague, we don’t want to install outlook on the pc. Here we use scenario 2. And when he logs on to a computer, where he is not the owner of and no AppV-client is installed, we create a shortcut that leads him to the OWA or a RDP session to a TS (scenario 3).

So it doesn’t matter where the user logs on, he can always use his software and check his email.

A big improvement in vNext is that you can control exactly when to install the software.

Wally also showed us On Demand Software installation via a webportal. This way users can request software, and a manager must approve this request. This saves time for both the users and the IT staff.

You can find all sessions at the bottom of this post, we can suggest Wally’s session about vNext, it’s worth the time!

vNext official name will be System Center Configuration Manager 2012 so let’s start using this name.

We would like to thank the SCUG-team to organize this kind of events. Good Job!

Stijn & Ben.

08.30 – 09.00
Keynote by Alexandre Verkinderen & Kenny Buntinx
http://technet.microsoft.com/nl-nl/edge/system-center-day-belgium-keynote.aspx

09.00 – 10.15
Implementing, Customizing, and Extending System Center Service Manager by Travis Wright
http://technet.microsoft.com/nl-nl/edge/system-center-day-customizing-and-extending-service-manager.aspx

10.30 – 11.30
Pre-assessment of System Center Service Manager by Kurt Van Hoecke & Ricardo Noulez
http://technet.microsoft.com/nl-nl/edge/system-center-day-pre-assessment-of-system-center-service-manager.aspx

11.30 – 12.30
SCCM and that overrated Dos-box replacement by Kim Oppalfens
http://technet.microsoft.com/nl-nl/edge/system-center-day-sccm-and-that-overrated-command-prompt-replacement.aspx

13.30 – 15.00
Software Distribution in Configuration Manager v.Next – Similarities and Changes by Wally Mead
http://technet.microsoft.com/nl-nl/edge/system-center-day-configuration-manager-v-next-application-management.aspx

15.00 – 16.00
R3 power management : Lessons learned from the field by Kenny Buntinx
http://technet.microsoft.com/nl-nl/edge/system-center-day-configuration-manager-r3-lessons-learned-from-the-field.aspx

16.15 – 17.15
System Center Data Protection Manger 2010 in the datacenter by Jason Bufington
http://technet.microsoft.com/nl-nl/edge/system-center-day-data-protection-manager-dpm-2010-deep-dive.aspx

17.15 – 18.00
System Center in the Datacenter by Alexandre Verkinderen & co
http://technet.microsoft.com/nl-nl/edge/system-center-day-round-up-system-center-in-the-datacenter.aspx

SCCM info

August 5th, 2010 Steve De Peet No comments

The System Center Configuration Manager team would like to announce that the following has been released and available for immediate download:
Configuration Manager 2007 R3 Release Candidate (RC)

The official Release Candidate for Configuration Manager 2007 R3 can be downloaded by navigating to http://connect.microsoft.com downloads section of the Configuration Manager 2007 Open Beta program. Please read the release notes, they are separate from the build and also located in the download section.

Support and Feedback:
- All registered Open Beta users can submit bugs and make product suggestions using the Feedback tools provided on Microsoft Connect. This feedback is triaged daily by members of the Product Group. It is your feedback that helps drive feature changes and improvements. See the help link on the ConfigMgr MSConnect homepage for more instructions.
- Newsgroups for ConfigMgr07 R3 can be accessed on Microsoft Connect, they are a great way to post questions and receive general support for specific R3 related questions and answers.

ConfigMgr07 R3 was announced at the 2010 Microsoft Management Summit by Brad Anderson during his keynote. Power management is at the core of the R3 release, it addresses the need that many organizations have to monitor and reduce the power consumption of their computers. ConfigMgr07 R3 Power Management leverages the power management features built into Windows to apply relevant and consistent settings to computers in the organization. There are three major components to power management in ConfigMgr07 R3:
1. Monitoring and Planning: Power Management collects information about computer usage and power settings for computers in the origination. Reports are provided to allow the administrator to analyze this data and determine optimal power management settings for computers.
2. Enforcement: Power management allows the administrator to create power plans which can be applied to collections of computers. These power plans configure Windows power management settings on computers, and different power plans can be configured for peak and non-peak working hours.
3. Compliance: After applying power plans to computers in the organization, the administrator can run reports to validate that power settings were correctly applied and to calculate power and carbon footprint savings across collections of computers.
In addition to power management, ConfigMgr07 R3 will provide customers with enhanced scale and performance support (scale to 300K managed clients per hierarchy, Active Directory delta discovery, dynamic collection updates), as well as enablement of further capabilities for operating system deployment. A full list of the R3 features can be found on Microsoft Connect at the “What’s new in R3” post.
Navigate to Microsoft Connect today and download the ConfigMgr07 R3 Release Candidate (RC) product. Please review the Release Notes before performing any installation and the help (chm) file for specific deployment and supportability guidance.
If you experience any issues with the download or the ConfigMgr Microsoft Connect site please contact, sccmtap@microsoft.com
Regards,
The Configuration Manager Customer Team

 

RTM is scheduled to be released in December 2010

Categories: SCCM, System Center Tags:

How to setup System Center Service Manager 2010 (SCSM 2010), Web Portals

Like mentioned in my previous post, I’m currently working with the SCSM 2010 in a lab environment. After reading a discussion on TechNet I wondered what the feeling must be to work in the Web Portal (Web Console) instead of the SCSM 2010 client. That’s why I installed the Web Portal on my virtual machine.

Before you can install the setup of the Web Portal you need an IIS Server to be configured. Because my VM is a DC, I installed the IIS (Web Server) Role on this machine. 

web11

Prerequisites

  • SCSM 2010 Management Server
  • SQL Server 2008 SP1
  • 4 GB of RAM
  • IIS 7.0
  • ASP.NET 2.0
  • Installation

Run the setup.exe (the same one you used to install the SCSM Management Server) and you’ll be presented with the “Microsoft System Center Service Manager Setup Wizard” where you have to choose to “Install the Service Manager Web Portals” .

web1

Getting started – Product Registration”: You can or fill in the Product Key or you can use the Trial Option (which will only last for 180 days). Read the EULA, mark it as read and click Next.

web2

Getting started – Installation Location”: Choose a location for the virtual website and be sure you have enough disk space to run it.

web3

Prerequisites – System Check Results”: The installation of the Web Portals will only proceed once all the prerequisites are fulfilled. The IIS 7.0 needs to be installed before you start the setup for the Web Portals (install the IIS role in the Server Manager).

web4

Configuration – Configure the Service Manager self-service portal name and port”: Choose a website name and port (the default port is 443 (HTTPS)) and select the server which will issue the SSL Certificate.

web5

Configuration – Select the Service Manager Database”: This is the page where the info is required of the Service Manager Management Server. As you can notice in the screenshot the SCSM database I use is the ServiceManager which is created on the SRV2008 SQL Server.

web6

Configuration – Configure The Account For The Service Manager Portals”: I kept the default setting (Local System Account).

web7

Configuration – Help Improve System Center Service Manager”: Off course I’m willing to participate in the Customer Experience Improvement Program!

web8

Configuration – Installation Summary”: You can check if all the settings and components you configured are correct. If so, press Install.

web9

Finished – Setup Completed Successfully”: As you can see in the text on the top of the page two portals were created. One for the end-user and one for the analyst.

On the bottom of the page you can see the additional option to open the “Encryption or Restore Wizard”. In this wizard you’re able to generate a key which can be used to encrypt or restore your settings.

web10

More info:

The Self Service Portal

Google