BigFix - Setup Bulk Enrollment to automatically utilize agentless API's

BigFix - Setup Bulk Enrollment to automatically utilize agentless API's

?? Simplify Bulk Enrollment & Device Management with BigFix ??

Managing Windows devices at scale? Learn how to set up a bulk enrollment task that seamlessly integrates both agent-based and agentless management—all from a single interface with BigFix!

?? Why This Matters:

?? Automatically enroll devices as they are added

?? Leverage agent-based control where the agent performs better like large software deployments or large patching actions

?? Utilize agentless actions for tasks such as remote wipes

?? Access both APIs from one platform—no need for multiple tools

While agentless management is still evolving, BigFix ensures you’re always ahead by bridging the gap between both technologies. Whether deploying software to a remote workstation or executing quick, agentless tasks such as remote wiping a device, BigFix makes device management more efficient than ever.

?? Why juggle multiple interfaces when BigFix can do it all?

Check out the full guide on setting up bulk enrollment and optimizing your device management workflow! ??

#BigFix #EndpointManagement #ITAutomation #Agentless #BulkEnrollment #WindowsManagement


Open Webui and go to Apps – MCM

Select Admin

Select Enrollments – Designate Provisioning Package Generation

?

Target the Device you want to stage the provisioning package on

?

Once the Provisioning package is complete go to Enrollments – Bulk Enrollment

?

Select your MDM Server

Select the device you setup the provisioning package on

Select the Expiration of the package

?

Once the action completes go to your BigFix Console and Go to Tools – Create a new Task

Name the Task and Select the Action Tab and Add the following to the action script and Save the Task

?delete "C:\MCMPPKG\mcmenroll.ppkg"

 delete "C:\MCMPPKG\bigfix-mcm-enroll.ppkg"

 delete "C:\MCMPPKG\ppkg-sha-size.txt"

 download https://127.0.0.1:52311/<BULKENROLMENTPACKAGE>/ppkg-sha-size.txt

 download https://127.0.0.1:52311/<BULKENROLMENTPACKAGE>/mcmenroll.ppkg

 folder create "C:\MCMPPKG"

 move __Download\ppkg-sha-size.txt "C:\MCMPPKG\ppkg-sha-size.txt"

 move __Download\mcmenroll.ppkg "C:\MCMPPKG\bigfix-mcm-enroll.ppkg"

 continue if {tuple string item 0 of lines of file "C:\MCMPPKG\ppkg-sha-size.txt" = (size of file "C:\MCMPPKG\bigfix-mcm-enroll.ppkg") as string}

 continue if {tuple string item 1 of lines of file "C:\MCMPPKG\ppkg-sha-size.txt" = sha1 of file "C:\MCMPPKG\bigfix-mcm-enroll.ppkg"}

 action uses wow64 redirection {not x64 of operating system}

 

 delete __createfile

 createfile until END_OF_FILE

 Get-ChildItem -Path {(pathname of root folder of drive of system folder) as string & "\ProgramData\Microsoft\Provisioning\bigfix-mcm-enroll*.ppkg"} | foreach {{Uninstall-ProvisioningPackage -PackagePath $_.FullName}

 Install-ProvisioningPackage -PackagePath "C:\MCMPPKG\bigfix-mcm-enroll.ppkg" -QuietInstall

 END_OF_FILE

 delete powershell.ps1

 move __createfile powershell.ps1

 waithidden powershell -ExecutionPolicy Bypass -File powershell.ps1

 delete "C:\MCMPPKG\bigfix-mcm-enroll.ppkg"

 delete "C:\MCMPPKG\ppkg-sha-size.txt"

 folder delete "C:\MCMPPKG"         

?

???

?

On you BigFix Server go to the folder C:\Program Files (x86)\BigFix Enterprise\BES Server\wwwrootbes

?

Note the Bulk Enrollment Package Name you just created

?

?

?

Update the Task so the following lines to your provisioning package to reflect the name of the provisioning package on your server

?

Save the Change and you can now deploy your MDM enrollment package to a machine now enrolled in MCM


Sujay G.R.

Manager, BigFix Technical Advisors, Asia Pacific Japan at HCLSoftware

3 周

Thanks Brad Sexton. Your articles are highly valued in the BigFix community and have the potential to transform any BigFixer to next level.

要查看或添加评论,请登录

Brad Sexton的更多文章

  • BigFix - Add SSL Certificates to your Web Interfaces

    BigFix - Add SSL Certificates to your Web Interfaces

    If you're managing BigFix WebUI, Web Reports, Inventory, Compliance, or Remote Control, you've probably encountered…

    2 条评论
  • BigFix - Setup Offline Domain Joins for your Remote Workforce

    BigFix - Setup Offline Domain Joins for your Remote Workforce

    Seamless Device Management with BigFix—Anywhere, Anytime! One of the biggest challenges in IT is managing devices no…

    4 条评论
  • BigFix - Renewing BigFix MDM TLS & Apple Push Certificates

    BigFix - Renewing BigFix MDM TLS & Apple Push Certificates

    Keeping your BigFix MDM/MCM environment secure requires annual renewal of TLS and Apple Push Certificates to maintain…

    1 条评论
  • BigFix - Use Mod to split up Deployments

    BigFix - Use Mod to split up Deployments

    If you've ever needed to split up a deployment over multiple days or weeks, BigFix has a solution. In Relevance, you…

    4 条评论
  • BigFix - Enhance your Security by Identifying Required URLs for BigFix Downloads

    BigFix - Enhance your Security by Identifying Required URLs for BigFix Downloads

    For environments where security is paramount, allowing only the necessary download URLs is crucial. BigFix needs…

    5 条评论
  • BigFix - Create a False Root Server

    BigFix - Create a False Root Server

    What is a False Root Server? By default In BigFix when a client initially checks in it looks to its masthead file to…

    2 条评论
  • BigFix - Send a file

    BigFix - Send a file

    With BigFix you can keep learning new things with this powerful tool. The other day I was sitting in the room with a…

    2 条评论
  • BigFix - Keep your agent healthy

    BigFix - Keep your agent healthy

    One of the many powers of BigFix is the BigFix agent. The agent is powerful, robust, and highly customizable and very…

    1 条评论
  • BigFix - Set a Maintenance schedule using client settings

    BigFix - Set a Maintenance schedule using client settings

    With patching things are constantly changing with environments. For instance, servers might need to be excluded from…

  • Automatically Patch using your ServiceNow Maintenance Schedule with BigFix

    Automatically Patch using your ServiceNow Maintenance Schedule with BigFix

    Earlier we setup the ServiceNow Data Flow and now we are going to setup BigFix to pull additional ServiceNow Properties…

    1 条评论

社区洞察

其他会员也浏览了