{"id":49813,"date":"2019-06-12T13:36:00","date_gmt":"2019-06-12T13:36:00","guid":{"rendered":"https:\/\/www.42gears.com\/?p=49813"},"modified":"2023-01-04T13:19:33","modified_gmt":"2023-01-04T13:19:33","slug":"remotely-execute-commands-on-astrocontacts-app-using-suremdm","status":"publish","type":"post","link":"https:\/\/www.42gears.com\/es\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/","title":{"rendered":"Remotely Execute Commands On AstroContacts App Using SureMDM"},"content":{"rendered":"\n<br>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"868\" height=\"376\" style=\"width:100%;\" src=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Remotely-execute-commands-on-Android-devices-using-SureMDM-Banner.png\" alt=\"\" class=\"wp-image-49816\" srcset=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Remotely-execute-commands-on-Android-devices-using-SureMDM-Banner.png 868w, https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Remotely-execute-commands-on-Android-devices-using-SureMDM-Banner-300x130.png 300w, https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Remotely-execute-commands-on-Android-devices-using-SureMDM-Banner-768x333.png 768w\" sizes=\"(max-width: 868px) 100vw, 868px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.42gears.com\/products\/astrocontacts\/\"><strong>AstroContacts by 42Gears&nbsp;<\/strong><\/a>supports script commands to execute certain actions remotely on&nbsp;<strong>AstroContacts<\/strong>&nbsp;application using SureMDM.<\/p>\n\n\n\n<h2 style=\"font-size:22px;\"><strong>Prerequisite<\/strong><\/h2>\n\n\n\n<p>\u2013 Android devices should have AstroContacts and SureMDM Nix Agent installed.<\/p>\n\n\n\n<p>\u2013 Android devices should be enrolled to&nbsp;<strong>42Gears SureMDM Web Console<\/strong>.<\/p>\n\n\n\n<p>Steps to create&nbsp;<strong>Run Script<\/strong>&nbsp;jobs and deploy them on Android devices:<\/p>\n\n\n\n<p>1. On the&nbsp;<em><strong>Job<\/strong>&nbsp;<\/em>screen, click&nbsp;<strong><em>New Job<\/em><\/strong><em>.<\/em><\/p>\n\n\n\n<p>2. On the&nbsp;<strong><em>Select the OS<\/em><\/strong>&nbsp;screen, select&nbsp;<strong><em>Android<\/em><\/strong>.<\/p>\n\n\n\n<p>3. On the&nbsp;<em><strong>Select<\/strong>&nbsp;<strong>Job Type<\/strong><\/em>&nbsp;screen, select&nbsp;<em><strong>Run<\/strong>&nbsp;<strong>Script<\/strong><\/em>.<\/p>\n\n\n\n<p>4. On the&nbsp;<strong><em>Run Script<\/em><\/strong>&nbsp;prompt, enter the<em>&nbsp;<strong>Job Name, Script<\/strong><\/em>&nbsp;and click&nbsp;<strong><em>Save<\/em><\/strong>.<\/p>\n\n\n\n<p>5. Select the device(s) and click&nbsp;<strong><em>Apply<\/em><\/strong>.<\/p>\n\n\n\n<p>6. Select the created job and click&nbsp;<strong><em>Apply&nbsp;<\/em><\/strong>to push the job to Android device(s).<\/p>\n\n\n\n<p>Following script commands can be remotely execute commands on AstroContacts app using SureMDM:<\/p>\n\n\n\n<div style=\"background-color: #fff2f2; border-left: 4px solid #FF4444; padding: 24px;\">\n<p style=\"font-size: 14px; margin-bottom: 0px;\"><span style=\"font-weight: bold; color: #ff4444;\">NOTE:<\/span> These script commands can be executed only on Android devices.<\/p>\n<\/div>\n<br>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>1. Launch AstroContacts app<\/strong><\/h3>\n\n\n\ncam start -n com.gears42.astrocontacts\/com.gears42.astrocontacts.MainActivity<\/pre>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>2. Login to AstroContacts app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action login -e email abc@abc.com -e password 000000<\/pre><\/p>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>3. Login and Sync the contacts in AstroContacts app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action loginandsync -e email abc@abc.com -e password 000000<\/pre><\/p>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>4. Logout from AstroContacts app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action logout<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action logout -e password 0000<\/pre><\/p>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>5. Sync contacts to phonebook app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action sync<\/pre><\/p>\n\n\n\n<div style=\"background-color: #fff2f2; border-left: 4px solid #FF4444; padding: 24px;\">\n<p style=\"font-size: 14px; margin-bottom: 0px;\"><span style=\"font-weight: bold; color: #ff4444;\">NOTE:<\/span> Syncing of contacts happens only once.<\/p>\n<\/div>\n<br>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>6. Unsync contacts from phonebook app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action unsync<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action unsync -e password 0000<\/pre><\/p>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>7. Enable Autosync<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autosync -e enabled true<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autosync -e enabled true -e password 0000<\/pre><\/p>\n\n\n\n<div style=\"background-color: #fff2f2; border-left: 4px solid #FF4444; padding: 24px;\">\n<p style=\"font-size: 14px; margin-bottom: 0px;\"><span style=\"font-weight: bold; color: #ff4444;\">NOTE:<\/span> Automatically sync the contacts in phonebook app whenever there is contact modification in the AstroContacts Console.<\/p>\n<\/div>\n<br>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>8. Disable AutoSync<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autosync -e enabled false<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autosync -e enabled false -e password 0000<\/pre><\/p>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>9. Enable Auto Remove Duplicate contacts on matching all specified fields<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled true -e condition all -e fields emailId,firstName,phoneNumber,lastName,middleName<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled true -e condition all -e fields emailId,firstName,phoneNumber,lastName,middleName -e password 0000<\/pre><\/p>\n\n\n\n<div style=\"background-color: #fff2f2; border-left: 4px solid #FF4444; padding: 24px;\">\n<p style=\"font-size: 14px; margin-bottom: 0px;\"><span style=\"font-weight: bold; color: #ff4444;\">NOTE:<\/span> Once enabled, duplicate contacts that match all the specified fields will be removed from the phonebook app on contact sync.<\/p>\n<\/div>\n<br>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"font-size:18px;\"><strong>10. Enable Auto Remove Duplicate contacts matching one or many specified fields<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled true -e condition any -e fields emailId,firstName,phoneNumber,lastName,middleName<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled true -e condition any -e fields emailId,firstName,phoneNumber,lastName,middleName -e password 0000<\/pre><\/p>\n\n\n\n<div style=\"background-color: #fff2f2; border-left: 4px solid #FF4444; padding: 24px;\">\n<p style=\"font-size: 14px; margin-bottom: 0px;\"><span style=\"font-weight: bold; color: #ff4444;\">NOTE:<\/span> Once enabled, duplicate contacts that match one or many specified fields will be removed from the phonebook app.<\/p>\n<\/div>\n<br>\n\n\n\n<h3 style=\"font-size:18px;\"><strong>11. Disable Auto Remove Duplicate contacts on phonebook app<\/strong><\/h3>\n\n\n\n<p><pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled false<\/pre><\/p>\n\n\n\n<p><strong>For&nbsp;password protected device settings<\/strong>&nbsp;\u2013 <pre>am broadcast -a com.gears42.astrocontacts.ACTION -e action autoremoveduplicates -e enabled false -e password 0000<\/pre><\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>AstroContacts by 42Gears&nbsp;supports script commands to execute certain actions remotely on&nbsp;AstroContacts&nbsp;application using SureMDM. Prerequisite \u2013 Android devices should have AstroContacts and SureMDM Nix Agent installed. \u2013 Android devices should be enrolled to&nbsp;42Gears SureMDM Web Console. Steps to create&nbsp;Run Script&nbsp;jobs and deploy them on Android devices: 1. On the&nbsp;Job&nbsp;screen, click&nbsp;New Job. 2. On the&nbsp;Select the OS&nbsp;screen,&hellip;<\/p>\n","protected":false},"author":7,"featured_media":49823,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-49813","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Script Commands | AstroContacts | Enterprise Contact Management<\/title>\n<meta name=\"description\" content=\"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Remotely Execute Commands On AstroContacts App Using SureMDM\" \/>\n<meta property=\"og:description\" content=\"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\" \/>\n<meta property=\"og:site_name\" content=\"42Gears Mobility Systems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/42gears\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-12T13:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-04T13:19:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"546\" \/>\n\t<meta property=\"og:image:height\" content=\"327\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"42Gears Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@42Gears\" \/>\n<meta name=\"twitter:site\" content=\"@42Gears\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"42Gears Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\"},\"author\":{\"name\":\"42Gears Team\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\"},\"headline\":\"Remotely Execute Commands On AstroContacts App Using SureMDM\",\"datePublished\":\"2019-06-12T13:36:00+00:00\",\"dateModified\":\"2023-01-04T13:19:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\"},\"wordCount\":350,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\",\"url\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\",\"name\":\"Script Commands | AstroContacts | Enterprise Contact Management\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg\",\"datePublished\":\"2019-06-12T13:36:00+00:00\",\"dateModified\":\"2023-01-04T13:19:33+00:00\",\"description\":\"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg\",\"width\":546,\"height\":327,\"caption\":\"Feature Image - Remotely Execute Commands On AstroContacts App Using SureMDM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.42gears.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Remotely Execute Commands On AstroContacts App Using SureMDM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.42gears.com\/#website\",\"url\":\"https:\/\/www.42gears.com\/\",\"name\":\"42Gears Mobility Systems\",\"description\":\"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown\",\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.42gears.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.42gears.com\/#organization\",\"name\":\"MDM - 42Gears\",\"url\":\"https:\/\/www.42gears.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"width\":499,\"height\":330,\"caption\":\"MDM - 42Gears\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/42gears\",\"https:\/\/x.com\/42Gears\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\",\"name\":\"42Gears Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"caption\":\"42Gears Team\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Script Commands | AstroContacts | Enterprise Contact Management","description":"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/","og_locale":"es_ES","og_type":"article","og_title":"Remotely Execute Commands On AstroContacts App Using SureMDM","og_description":"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.","og_url":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/","og_site_name":"42Gears Mobility Systems","article_publisher":"https:\/\/www.facebook.com\/42gears","article_published_time":"2019-06-12T13:36:00+00:00","article_modified_time":"2023-01-04T13:19:33+00:00","og_image":[{"width":546,"height":327,"url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","type":"image\/jpeg"}],"author":"42Gears Team","twitter_card":"summary_large_image","twitter_creator":"@42Gears","twitter_site":"@42Gears","twitter_misc":{"Written by":"42Gears Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#article","isPartOf":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/"},"author":{"name":"42Gears Team","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d"},"headline":"Remotely Execute Commands On AstroContacts App Using SureMDM","datePublished":"2019-06-12T13:36:00+00:00","dateModified":"2023-01-04T13:19:33+00:00","mainEntityOfPage":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/"},"wordCount":350,"commentCount":0,"publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"image":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage"},"thumbnailUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","articleSection":["Uncategorized"],"inLanguage":"es-ES","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/","url":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/","name":"Script Commands | AstroContacts | Enterprise Contact Management","isPartOf":{"@id":"https:\/\/www.42gears.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage"},"image":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage"},"thumbnailUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","datePublished":"2019-06-12T13:36:00+00:00","dateModified":"2023-01-04T13:19:33+00:00","description":"AstroContacts by 42Gears supports script commands to execute certain actions remotely on AstroContacts application using SureMDM.","breadcrumb":{"@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/"]}]},{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#primaryimage","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","width":546,"height":327,"caption":"Feature Image - Remotely Execute Commands On AstroContacts App Using SureMDM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.42gears.com\/blog\/remotely-execute-commands-on-astrocontacts-app-using-suremdm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.42gears.com\/es\/"},{"@type":"ListItem","position":2,"name":"Remotely Execute Commands On AstroContacts App Using SureMDM"}]},{"@type":"WebSite","@id":"https:\/\/www.42gears.com\/#website","url":"https:\/\/www.42gears.com\/","name":"42Gears Mobility Systems","description":"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown","publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.42gears.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"},{"@type":"Organization","@id":"https:\/\/www.42gears.com\/#organization","name":"MDM - 42Gears","url":"https:\/\/www.42gears.com\/","logo":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","width":499,"height":330,"caption":"MDM - 42Gears"},"image":{"@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/42gears","https:\/\/x.com\/42Gears"]},{"@type":"Person","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d","name":"42Gears Team","image":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","caption":"42Gears Team"}}]}},"author_meta":{"ID":"7","user_nicename":"42gears","user_email":"42gears@gmail.com","user_registered":"2015-07-15 04:55:37","display_name":"42Gears Team","first_name":"42Gears","last_name":"Team"},"featured_image_url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2020\/04\/Feature-Image-Remotely-Execute-Commands-On-AstroContacts-App-Using-SureMDM.jpg","_links":{"self":[{"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/posts\/49813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/comments?post=49813"}],"version-history":[{"count":8,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/posts\/49813\/revisions"}],"predecessor-version":[{"id":85094,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/posts\/49813\/revisions\/85094"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/media\/49823"}],"wp:attachment":[{"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/media?parent=49813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/categories?post=49813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.42gears.com\/es\/wp-json\/wp\/v2\/tags?post=49813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}