Questions tagged [system-center]

71 questions
0
votes
1 answer

Not Able to Find SCCM MPcontrol log location in Site Server

I am not able find the mpcontrol.log in one of site server. Searched in location E:\SMS_CCM\Logs ,but failed get the log.Actually What is the purpose of the folder SMS_CCM? [Please check below screenshots] From which drive and which folder i can get…
0
votes
0 answers

SCVMM connection issues

I am getting an error on very few occasions while running the below script. I have written the script to get the data from an SCVMM server and copy it to a CSV file. This script is runing in every 15 minutes. we have scheduled this using our…
Hemant
  • 49
  • 1
  • 8
0
votes
2 answers

PowerShell Scripting for System Center VMM

Am new to scripting kindly help me write a script that will connect to VMM and get details such as below. Name : ABC Machine CPUCount : 8 Memory : 8192 DynamicMemoryEnabled : False VHDType :…
0
votes
1 answer

Using SCOM to collect Sharepoint usage statistics?

We’re running System Center 2012 with SharePoint Management Pack installed. It’s not really used in anger, but recently we have been asked to output stats on user logins and concurrent connections from the reporting console. Having reviewed the…
Molenpad
  • 833
  • 2
  • 14
  • 34
0
votes
1 answer

Array index out of bounds. Interface Packets dropped: String (PowerShell)

Wrote a script to create incidents (objects) in bulk in SCSM (Microsoft System Center Service Manager) using PowerShell. The script pulls the data required from a CSV file. I am running into the following error: New-SCSMIncident : Index was outside…
SirLearnAlot
  • 71
  • 10
0
votes
1 answer

How do I implement a file attachment listview for SCSM 2012 R2

I am quite new here and, therefore, my question might be not as clarified as you are used to. Nevertheless, I hope you will be able to give me a hint for the solution of my issue. Currently I am developing a custom change request form for System…
Leguan
  • 1
  • 4
0
votes
1 answer

Create New Health State in SCOM

We have three health states in SCOM - Healthy, Warning and Critical. Is it possible to add a new custom health state? I tried by editing the System.Health.Library but failed. Is it possible?
Harsha
  • 129
  • 1
  • 1
  • 13
0
votes
1 answer

System Center Configuration manager Push Notification with read receipents

We need to push Push Pop up notifications for ex: “urgent message to warn users” and also generate a report on the success rate as to how many users in the network received it and read it, how many users did not receive it or did not read…
Ahmed Masud
  • 614
  • 1
  • 10
  • 24
0
votes
1 answer

Orchestrator R2 sharepoint 2013 OIP not showing the Title field

I'm comparing two Orchestrator 2012 OIP's for SharePoint. The one provided by Microsoft and the one that is posted on scorch.codeplex.org. My question is about the Microsoft provided OIP. What I'm seeing is that when I use any of the activities,…
Jim
  • 692
  • 7
  • 15
0
votes
1 answer

Operation Manager (SCOM) install SQL error

The story: Virtual environment SQL, SCOM, SCCM each on his VM, everything is working. SCOM server gets deleted (the entire VM is gone). In order to reinstall I delete old SQL databases and files (scom & scomDW). Recreate a VM, install OS (2012R2),…
Mosfet
  • 35
  • 1
  • 3
  • 7
0
votes
1 answer

making a .lnk with powershell not working

I want my my scvmm add-in to create shortcuts to my vm bakcups automatically. I use powershell-cmdlets on the host: string command2 = "$shell = New-Object -ComObject WScript.Shell;"; foreach (var vm in VMs) { command2 = command2 +…
000000000000000000000
  • 1,467
  • 1
  • 19
  • 38
0
votes
1 answer

Add-In Component not found in Assembly | SCVMM Add-In SDK

I am programing an add-in for the scvmm and I have no Idea why this is happening: This is my uncompiled add-in.dll: [AddIn("Backup HyperV VM")] public class BackupHyperVVM : ActionAddInBase { public override bool…
0rube
  • 72
  • 1
  • 11
0
votes
1 answer

Remove computer from Configuration Manager (System Center 2012 R2) with script/batch/programatically?

We are having trouble with the Config Manager client randomly getting corrupted during installation on new computers. We are currently rebuilding our image, but in the meantime, we are implementing a short term solution where we simply completely…
IAmTheSquidward
  • 562
  • 6
  • 22
0
votes
1 answer

TFS Lab Automation and Templates

I am not sure if this question belongs here in SO or over at ServerFault (or maybe even Programmers)... I am testing out the features of TFS Lab Automation and its integration with System Center. In particular, and as a end-point goal, how the…
Jason
  • 2,806
  • 2
  • 28
  • 38
0
votes
1 answer

How to run a script on a new Hyper-V Windows VMM virtual machine

I use a powershell script, triggered by teamcity, to spin up new Windows Server VMs. Currently, when the machine is up and running, I need to log in via the VMM console to make a couple of configuration changes (enable file sharing, network…
grenade
  • 31,451
  • 23
  • 97
  • 126