SCCM Agent GPO

D1enonly 46 Reputation points
2020-08-16T15:26:50.703+00:00

Hi All,

I need some clarity on the what is the correct syntax to be put on below, i am getting a lot of info on how to fill this portion.
also is there a switch i can add so it knows how to skip if there is an SCCM agent already installed on the machine.

17827-template3.png

Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Youssef Saad 3,401 Reputation points
    2020-08-16T16:38:23.87+00:00

    Hi,

    If you have extended already the Active Directory Schema and published the management point, you don't need to specify the MP information in the command line, otherwise, you can add /logon to top the installation if a version of the client already exists on the computer.

    It's recommended to push the client from the console, you can manage better and target only machines without ConfigMgr client.

    Regards,

    Youssef Saad

    1 person found this answer helpful.
    0 comments No comments

  2. AllenLiu-MSFT 40,076 Reputation points Microsoft Vendor
    2020-08-17T02:32:56.55+00:00

    Hi,

    There is no absolutely correct syntax for the command, it depends on your own SCCM environment, usually a command like this works:
    ccmsetup.exe /mp=<management point> /logon SMSSITECODE=<site code> FSP = <fallback status point>

    Specifies the /logon, the client installation should stop if any version of the System Center Configuration Manager client is already installed.

    For more about client installation properties, you may refer to:
    https://learn.microsoft.com/en-us/previous-versions/system-center/system-center-2012-R2/gg699356(v=technet.10)?redirectedfrom=MSDN#BKMK_CCMSetupCommandLine

    Regards,
    Allen