Sign in
System Center Blog by Russ Slaten
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
About Me
MOM 2005
SCCM 2007
SCOM 2007
SMS 2003
Softgrid
Archive
Archives
December 2010
(1)
June 2010
(3)
July 2009
(3)
February 2009
(3)
November 2008
(1)
October 2008
(1)
September 2008
(1)
August 2008
(3)
November 2007
(1)
October 2007
(5)
September 2007
(6)
July 2007
(1)
March 2007
(3)
September 2006
(1)
July 2006
(1)
June 2006
(4)
April 2006
(1)
March 2006
(3)
February 2006
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
System Center Blog by Russ Slaten
Custom URL Monitoring Part I – The Design
Posted
over 4 years ago
by
rslaten
0
Comments
The out of the box Web Application template that exists in OpsMgr 2007 SP1 and R2 is useful but there are situations where it just doesn’t fit. Consider the following scenario: The Contoso Corporation’s global IT headquarters is located in Richardson...
System Center Blog by Russ Slaten
Removing a retired DP from all your packages
Posted
over 7 years ago
by
rslaten
10
Comments
How to remove a retired/retiring DP from all your packages/...
System Center Blog by Russ Slaten
Finding Overlapping Boundaries in SMS (SMSBoundaries v1.42)
Posted
over 6 years ago
by
rslaten
1
Comments
Have you ever found yourself in a situation where an SMS Advanced client ends up getting policy or advertisements from the wrong site, or they are using the wrong MP/DP? This is a very common issue for our customers and determining root cause can be difficult...
System Center Blog by Russ Slaten
SMS 2003 Logging
Posted
over 7 years ago
by
rslaten
4
Comments
Additional logging for SMS 2003...
System Center Blog by Russ Slaten
How to delete an SMS client throughout your hierarchy
Posted
over 7 years ago
by
rslaten
8
Comments
Methods to delete a client throughout your hierarchy...
System Center Blog by Russ Slaten
Populating an Alert Description with PropertyBag data
Posted
over 6 years ago
by
rslaten
11
Comments
If you are running a script via a rule, and that script returns a propertybag, then it is possible you'll want the data returned to show up in the alert description assuming an alert is generated. The syntax for this in OpsMgr 2007 isn't that straight...
System Center Blog by Russ Slaten
The SMS MP for SCOM 2007 does not work properly if the SMS server is not installed to C:\SMS
Posted
over 6 years ago
by
rslaten
1
Comments
The SMS MP Guide actually tells you this: "To specify the location of the SMS installation folder the script uses a system environment variable on the SMS site server. The administrator must create the %SMS_INSTALL_DIR_PATH% environment variable as a...
System Center Blog by Russ Slaten
SNMPVarBinds and the Alert Description Field in OpsMgr 2007
Posted
over 6 years ago
by
rslaten
0
Comments
I recently had the opportunity to learn a lot about SNMPVarBind values and populating those values in the Alert description Field from a monitor and rule. A customer was having difficulty determining the proper syntax to use for this and with the help...
System Center Blog by Russ Slaten
VBScript version of MP Spy (MPGetPolicy.exe)
Posted
over 7 years ago
by
rslaten
2
Comments
VBScript version of MPGetPolicy.exe...
System Center Blog by Russ Slaten
Some Applications Fail to Sequence with Error Code 53256 / Unsupported UTF format
Posted
over 6 years ago
by
rslaten
2
Comments
I recently worked on an issue sequencing an application with the Softgrid 4.1 SP1 and 4.2 Sequencer. After selecting a location to download the virtual environment (after the install was completed) an error would appear "SystemGuard download failed (error...
System Center Blog by Russ Slaten
Introduction to the SMS 2003 Management Point (MP) API
Posted
over 7 years ago
by
rslaten
13
Comments
Introduction to the MP API...
System Center Blog by Russ Slaten
The Mystery of the Lost Hardware Inventory
Posted
over 6 years ago
by
rslaten
3
Comments
In large environments, with tens of thousands of SMS 2003 clients, inventory may get "lost" for various reasons. An example of a lost inventory is below: An SMS 2003 Advanced Client reports a full inventory upon install The client continues to...
System Center Blog by Russ Slaten
Adding custom data to WMI, as a low rights user, and having SMS collect that data
Posted
over 6 years ago
by
rslaten
5
Comments
Recently I was working on an issue which involved moving from a custom solution, which used noidmifs to insert data into SMS, to a solution where an end user inserted data directly into WMI and that data was collected by SMS. The requirements for the...
System Center Blog by Russ Slaten
Submitting discovery records to an SMS 2003 MP using the MP API
Posted
over 7 years ago
by
rslaten
17
Comments
How to submit discovery reports to an SMS 2003 Management Point using the MP API...
System Center Blog by Russ Slaten
Creating Client Configuration Requests (CCRs) on SMS 2003 Management Points (MPs)
Posted
over 7 years ago
by
rslaten
1
Comments
Describes how to create Client Configuration Requests (CCRs) on SMS 2003 Management Points (MPs)...
System Center Blog by Russ Slaten
Using a property bag to populate an alert description part II
Posted
over 4 years ago
by
rslaten
1
Comments
Over a year ago I blogged about the proper syntax required to populate an alert description with data returned from a property bag. The syntax in the blog is correct but the idea of doing this confused some. I will describe below how to accomplish this...
System Center Blog by Russ Slaten
Adding a new DP to all existing packages
Posted
over 7 years ago
by
rslaten
0
Comments
Adding a new DP to all existing packages...
System Center Blog by Russ Slaten
Monitoring the Monitoring solution
Posted
over 4 years ago
by
rslaten
2
Comments
What if OpsMgr is in a state where it is running but not working properly? Maybe your RMS is gray or the notification and alerting systems are down. How do you detect this condition so someone can take action to resolve it? Monitoring the console all...
System Center Blog by Russ Slaten
URL Monitoring Part III – The Monitors
Posted
over 4 years ago
by
rslaten
0
Comments
This entry is part of the following series: URL Monitoring Part I – The Design URL Monitoring Part II – The Classes and Discoveries URL Monitoring Part III – The Monitors Creating the monitors was by far the most complex part of this solution because...
System Center Blog by Russ Slaten
Creating a CCR through WMI
Posted
over 7 years ago
by
rslaten
2
Comments
VBScript to post CCR via WMI...
System Center Blog by Russ Slaten
Getting a list of protected DPs in your hierarchy
Posted
over 7 years ago
by
rslaten
1
Comments
Lists out protected DPs and their configured boundaries...
System Center Blog by Russ Slaten
URL Monitoring Part IV–Getting More Advanced
Posted
over 3 years ago
by
rslaten
0
Comments
This entry is a continuation of the following series: URL Monitoring Part I – The Design URL Monitoring Part II – The Classes and Discoveries URL Monitoring Part III – The Monitors After my initial posts on URL monitoring I received...
System Center Blog by Russ Slaten
The Challenges with Manual Reset Monitors
Posted
over 3 years ago
by
rslaten
1
Comments
Recently some of my peers were discussing issues that their customers are encountering with manual reset monitors. I thought the main points of the discussion were worth sharing. What is a Manual Reset Monitor? It is a type of monitor that detects...
System Center Blog by Russ Slaten
URL Monitoring Part II – The Classes and Discoveries
Posted
over 4 years ago
by
rslaten
0
Comments
This entry is part of the following series: URL Monitoring Part I – The Design URL Monitoring Part II – The Classes and Discoveries URL Monitoring Part III – The Monitors Each of the 3 web applications has its own class. The applicable discovery queries...
System Center Blog by Russ Slaten
Bit Fields and the SMS_Advertisement Class
Posted
over 6 years ago
by
rslaten
1
Comments
I recently worked on an issue involving a customer attempting to create a mandatory Advert using a C# application. The advertisement worked but wasn't mandatory even though it looked to be in the SMS Admin console. There was also some confusion as to...
Page 1 of 2 (45 items)
1
2