Jump to content


Vitiate

Established Members
  • Posts

    3
  • Joined

  • Last visited

Vitiate's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The environment is multi-tiered. The SCCM server is managing several hundred servers that are in multiple domains and workgroups. The Config Manager IP is not able to list the missing updates deployed to a server and patch them incrementally identifying the status of each patch. The project that I am working on allows me to patch hundreds of servers in a dependent manner. If server 1 depends on server 2 it will not go down for a patch until server 1 has reported a flawless patch cycle. When it is working in the lab it works beautifully. It was not until I moved outside the lab that I ran into this issue. No process survives contact with production.
  2. $username = "serviceaccount" $password = convertto-securestring -AsPlainText -force -String "PassWorD" $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username, $password $server = "ServerName" This works 100% of the time if I use the "Administrator" account. It works for any wmi query I throw at it other then the ccm ones.
  3. Hi, I am hoping someone with some in-depth knowledge can help me out. I have spent the last week attempting to get around this issue. My goal is to trigger policy updates and other "advanced" functions within the CCM agent from a SCORCH based powershell script. The CCM agent is installed on a workstation computer. The service account I am using is configured to be an administrator account and has full access to the WMI and DCOM interfaces. I have also added the local service account to the CCMADMINS during the CCM agent installation. The CCM registry key "Administrators" contains the service account. The local Administrator account (the original one) is able to trigger policy updates without an issue remotely. When I try and trigger a policy update CCMEXEC,LOG shows me: The code I am running is: The error that comes back: Does anyone know how to get the service account into the authorized administrator list? Help me please, you are my only hope....
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.