Sign in
System Center Operations Manager Command Shell
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
December 2007
(1)
November 2007
(1)
April 2007
(2)
February 2007
(2)
January 2007
(4)
November 2006
(1)
September 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
System Center Operations Manager Command Shell
Getting Started
Posted
over 7 years ago
by
scshell
9
Comments
Overview . 1 Resources . 1 Starting the System Center Command Shell 2 Connecting To a Management Group . 2 Administration . 3 Agent Management 3 Computer Maintenance . 4 Default Settings . 4 User Roles . 4 Authoring . 5 Management...
System Center Operations Manager Command Shell
Have your PowerShell and our Cmdlets too...
Posted
over 6 years ago
by
scshell
2
Comments
Adding the Operations Manager Snapin As you may already know, the PowerShell is an extensible environment, as such we have tried to create a useful starting point for you by loading the Operations Manager Cmdlets and functions within a PowerShell environment...
System Center Operations Manager Command Shell
Discovering Windows Computers
Posted
over 6 years ago
by
scshell
4
Comments
Much like the Operations Manager UI Console the Command Shell offers several ways to discover Windows computers. You can either search by computer name or search by LDAP query. Let start by looking at the diferences between each approach. The following...
System Center Operations Manager Command Shell
Deleting Agents
Posted
over 6 years ago
by
scshell
5
Comments
A few of you sent mail asking how to delete an agent using the Command Shell. There is a Cmdlet for uninstalling an agent called Uninstall-Agent. However, uninstalling an agent will not work if the computer the agent is hosted by is not available. To...
System Center Operations Manager Command Shell
Command Shell Introduction Video
Posted
over 6 years ago
by
scshell
2
Comments
Right before MMS 2007 I finished a video to help introduce folks to the Command Shell. Here's a link. http://www.microsoft.com/winme/0703/28666/Command_Shell_Intro_Edited.asx Let me know if you want more videos. As always post your questions...
System Center Operations Manager Command Shell
Running Tasks
Posted
over 6 years ago
by
scshell
0
Comments
You can run a task from the Command Shell much like you would from the UI Console. You start by selecting the object you want to work with then you select the task you want to run. In this scenario we are going to look at resetting the Health Service...
System Center Operations Manager Command Shell
One Provider to Rule Them All!
Posted
over 6 years ago
by
scshell
3
Comments
Along with a healthy dose of Cmdlets, the Operations Manager snapin (aka "Command Shell") includes a PowerShell Provider that allows you to manage one or more Management Groups at the same time. To start, create a connection to each Management Group...
System Center Operations Manager Command Shell
What Rules My Class?
Posted
over 6 years ago
by
scshell
0
Comments
There have been a few questions regarding how to enumerate the rules targeting a class. Here is a script you can save as a file. I named the script get-rulesforclass.ps1 param ([String] $className) $class = get-monitoringclass | where {$_...
System Center Operations Manager Command Shell
Where Are My Properties?
Posted
over 6 years ago
by
scshell
1
Comments
I consistently get asked how to display class specific properties. The solution is simple but not very obvious. get-monitoringobject ... | format-list * You are probably wondering why you even need to do this. You are not alone:) Each MonitoringObject...
System Center Operations Manager Command Shell
What Time is it anyway?
Posted
over 7 years ago
by
scshell
0
Comments
DateTime property values off of objects returned from the Operations Manager (OM) SDK are in UTC time. At the time of this writing the "Kind" property of these values is not populated. This may seem trivial or irrelevant but it raises some questions as...
System Center Operations Manager Command Shell
MCF Over Tiering
Posted
over 6 years ago
by
scshell
0
Comments
If you are not familiar with MCF in MOM 2005 you can read more about it here . I do not go into detail about MCF here as that is an area best covered by Jakub . What I do want to show you is how to setup MCF over tiering using the Operations Manager Command...
System Center Operations Manager Command Shell
This tier is your tier...
Posted
over 6 years ago
by
scshell
1
Comments
If you happen to have multiple management groups and you need a way of seeing alerts aggregated across all of your Management Groups or you need a way of managing one Management Group via another (proxy) Management Group then tierring is just the ticket...
Page 1 of 1 (12 items)