Questions tagged [system-center]

71 questions
1
vote
1 answer

SCCM 2007 collection Query, not approved machines with particular site code

I am trying to have a sccm 2007 collection query which can populate "not approved" and assigned to site code "AA1" - machines. Any suggestions ?
John Franky
  • 1,012
  • 1
  • 14
  • 33
1
vote
2 answers

SCOM: How to display custom perf counters from Services

I have a number of Windows Services written in .NET/C# and each of these have custom performance counters added via the System.Diagnostics.CounterCreationData and System.Diagnostics.CounterCreationDataCollection classes. In System Center…
Walter
  • 363
  • 1
  • 4
  • 16
1
vote
0 answers

PowerShell SMLets - Cannot Create an instance of an abstract class

I am using SMLets (A collection of cmdlets that work with System Center) for PowerShell to create an object of a class. I know I am not supposed to create objects of abstract classes, but I am not sure what other class I could possible select. I am…
1
vote
1 answer

"File not found" Can not use Invoke-SCScriptCommand with anything but cmd.exe + args

I have made a plugin for Microsoft System Center Virtual Machine Manager that executes a powershell script on a host machine through a powershell script called by the c# code of the plugin. (Shellception :P) Since I allways got an error I decided to…
0rube
  • 72
  • 1
  • 11
1
vote
1 answer

Delaying variable declaration in XAML

I am trying to finalize a C# / XAML page and am running into trouble. Basically, when I try to compile it is complaining that the name of the variable (Courier_List) does not exist in the current context. I understand by concept why as it has not…
SirLearnAlot
  • 71
  • 10
1
vote
0 answers

PowerShell automation of Hyper-V and SCVMM

I have a new project where I need to automate a series of actions on virtual machines using PowerShell. It seems that there is waaaayyyy too much information out there. The vast majority of blog postings and articles seem to be either (1) generic…
Jason
  • 2,806
  • 2
  • 28
  • 38
1
vote
1 answer

PowerShell way to get the Alert Resolution States in SCOM 2007?

I was wondering if there was a command like the Get-SCOMAlertResolutionState on SCOM2012, but in SCOM2007. I cannot find a way to do this in powershell. Doing this through the GUI is so easy that there must be a way to get this through powershell,…
FerMelon
  • 93
  • 3
  • 13
1
vote
1 answer

IntelliTrace and asp.net temporary files

We just got a shiny new System Centre and one of the features we were more exited about was running IntelliTrace on exceptions happening in our production environment. We have several WebForms applications, which are Website projects and these…
Elad Lachmi
  • 10,406
  • 13
  • 71
  • 133
1
vote
1 answer

SCOM Trigger On Demand Discovery - DISCOVERY_NOT_FOUND

I am trying to use PowerShell Script in a management pack I am creating to trigger discovery automatically. I try using the PowerShell script described here in link: TaskId : ff34dc4f-2db3-1736-d9f2-6d85b539ff96 BatchId …
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
1
vote
0 answers

Virtual Machine Manager Service upgrade Issue - Web deploy fails to delete directory

I have an issue with simple service upgrade. My service has one tire and it has a web application. When I try to upgrade the service, the following error occurred. `Application…
0
votes
0 answers

System Center Service Manager - Get-SCSMObject Filter

I want to search for all UserComments of all Incidents in System Center Service Manager containing a bracket [. So I tried it with Criteria: $clUserComment = get-scsmclass System.WorkItem.TroubleTicket.UserCommentLog $criteria = New-Object…
theq
  • 111
  • 2
  • 10
0
votes
1 answer

SCCM client with dual windows boot on the same computer

On a hundred PCs, I deployed via SSCM a dual boot with two Windows: Part 1: Computer name "PC-Part1" Windows 11 Domain1.local 10.0.0.0/8 SCCM Server site name "SCCM-1" Part 2: Computer name "PC-Part2" Windows 11 Domain2.local 172.20.0.0/16 SCCM…
0
votes
0 answers

Configuration Manager Configuration Baseline evaluation schedule in the deployment vs client settings

How does the Configuration Manager Configuration Baseline evaluation schedule in the deployment settings work in conjunction with the evaluation schedule in the client settings? Does the evaluation schedule in the deployment take precedence over the…
0
votes
0 answers

Does SCOM part of System center product suit license or do we have to pay extra license for SCOM agent?

I am searching for a valid answer whether we have to purchase an extra license for SCOM agent, or is it part of one license (System center suit)? The intention to ask this question is that we already have a Microsoft System Center product suit…
Bikash Biswal
  • 13
  • 1
  • 8
0
votes
1 answer

Setting up basic logging

In azure log analytics we are reading windows logs from an onpremise server. We would like to setup some basic metricks, like disk, CPU, RAM etc to make sure it is running. However we have like thousands to choose from in Azure. Can someone…
Thomas Segato
  • 4,567
  • 11
  • 55
  • 104