Questions tagged [system-center]

71 questions
0
votes
1 answer

How to make activity only run once after receiving multiple outputs with SC Orchestrator?

I'm using orchestrator to check if a collection of servers need to be rebooted. Here is my runbook: The first activity will return multiple outputs with the ips of each server that I want to verify if they have a reboot pending. The next activity…
Sam
  • 247
  • 5
  • 16
0
votes
1 answer

SCCM - Unable to push Windows Updates to Clients

After approving updates from WSUS then approving updates on SCCM we are getting an error saying "Download error - 0x80d02002" when a client goes to download an update from Windows Update. Any suggestions on what might be causing this?
Alex Jokerst
  • 35
  • 1
  • 6
0
votes
0 answers

Retrieving properties from a complex SQL query in C#

I am querying an SCCM database for package and application properties. What it seems like is that if I use a simple query, I can view and access the properties. On a more complex query where I am assigning variable names to keep the properties…
jgnovak-dev
  • 495
  • 3
  • 11
0
votes
1 answer

Use SCOM SDK with tls1.2

How do we set the tls version in the scom sdk? I use ManagementGroup.Connect with ManagementGroupConnectionSettings but it does not have any parameter to specify the tls version. SCOM 2012 R2 onwards, TLS1.2 is supported. The same should be…
0
votes
1 answer

SCCM 1710 - Client Data Source Report incorrect

I have 800 clients that I have enabled Branch Caching on, however when deploying a package, I do not see the Client Data Source report showing clients having used the Branch Cache. I have waited 48 hours after deploying the package, but it still…
Rob Sked
  • 277
  • 1
  • 5
  • 15
0
votes
1 answer

SCOM 2012: SQL query to find the destination management pack for a group

I'm trying to find out the destination management pack for an existing group by querying the OperationsManager database. I was hoping someone on stack has already solved this issue.
Fuzzy
  • 3,810
  • 2
  • 15
  • 33
0
votes
0 answers

Powershell command SCCM 2012 - Get all Resource Names from device collection?

I'm still learning about PowerShell and SCCM. At the moment i'm trying to get all resource names of a device collection into an array variable. I don't know if this is possible? Example: Computers: Win7, Win8, CM02,.... into a variable…
0
votes
0 answers

Adpating a PowerShell Script (Get-VM) for the use in VMM (Get-SCVirtualMachine)

I'm trying to get a PowerShell Script, for obtaining Informations about the installed VMs in Hyper-V, to work in System Center VMM. Here is the code which is working in a locally installed Hyper-V installation: $Results = @() foreach ($VM in…
JonDoe
  • 23
  • 3
0
votes
1 answer

Populate HTML Email Template with Data from SQL Server Query via Orchestrator

I am attempting to set up a process in Orchestrator that will generate and send an email from an HTML template. However, I also want to be able to add data to that template from the results of a SQL Server query. For example, here is a section of…
MrM21632
  • 27
  • 1
  • 8
0
votes
1 answer

Role of System Center Datacenter Edition vs TFS 2017 for Operations Use

How do TFS and System Center work together? These appear to be from different product silos in Microsoft. For an organization trying to move into DevOps, how should responsibilities be divvied up between them? Our ops team uses TFS RM to automate…
pwil301
  • 323
  • 4
  • 13
0
votes
0 answers

C# web integration for SCVMM

I have experimented the working with SCVMM (System Center Virtual Machine Manager) and Power-Shell to create , manage, view status and delete VMs. But that need some domain knowledge. I wondered how hard it would be to automate the same process…
ISURU
  • 923
  • 13
  • 24
0
votes
1 answer

SCVMM PowerShell commands not working in Task Scheduler when account is not logged in

I am trying to run a script with the Task Scheduler. It works just fine when the user is logged in, but when I try to run it when the user is not logged in, the command Get-SCVirtualMachine returns null. The script does run, but just that command…
0
votes
2 answers

Setting a DateTime to $null/empty using PowerShell and the SCSM cmdlets

I'm currently trying to sync additional attributes from the AD (Active Directory) for user objects in SCSM (System Center Service Manager) using a PowerShell script. The extension I wrote for this, includes an attribute for the expiration date of a…
Seth
  • 1,215
  • 15
  • 35
0
votes
1 answer

Does Microsoft releases patches/version upgrades for SCOM Agent specifically or is it only part of SCOM CU rollup?

I want to use SCCM to roll out patches for SCOM Agent on all the servers which we are monitoring. Can we do it?
0
votes
1 answer

Networkservice.NSPluginConnectionFailedexception: the remote server returned an error 409 conflict

I'm trying to connect the ODL VSEM provider plugin in SCVMM to the VTN coordinator. Currently i'm facing the 'conflict' problem which is not allowing the SCVMM connect to the VTN coordinator. If anyone worked on this, please help.
Beny Raja
  • 11
  • 4