The content of the XML can then added as a Custom Profile in Workspace ONE UEM to target Workspace ONE Hub Requirement PowerShell 3.0 Usage
Create-PowerShellProfile.ps1
This sample provides an example of how you can use the Saviynt IGA platform to orchestrate the Workspace ONE Magic Link functionality for onboarding so that your pre-hire users can get quick and easy access to their Workspace ONE digital workspace through Workspace ONE Intelligent Hub. More specifically, this sample will demonstrate how to setup the Magic Link and onboarding within Workspace ONE Access and Hub Services and then use Saviynt to generate a link to be sent to a pre-hire using a communication tool of your choice
Workspace-ONE-Magic-Link-Orchestration-Using-Saviynt-IGA-master.zip
This Sample is an example dashboard and widget to view your company's end-user usage data of the different tabs in Workspace ONE Intelligent Hub for iOS. This can be helpful in telling what tabs your users are using which can be used to compare to efforts your company has in rolling out new features in Intelligent Hub. To use: In Intelligence under "My Dashboards" select the "ADD" dropdown then select "Import Dashboard" and upload this JSON file
Intelligent_Hub_for_iOS_Tabs_dashboard-307c8bfc-f572-4900-8426-6f2673e057b0.json
This dashboard template provides analytics on informational Hub notifications using a UNIQUE COUNT as opposed to a TOTAL COUNT
Unique Count Analytics on an Informational Notification.json
This dashboard template provides analytics on actionable Hub notifications using a TOTAL COUNT as opposed to a UNIQUE COUNT
Total Count Analytics on an Actionable Notification.json
This dashboard template provides analytics on actionable Hub notifications using a UNIQUE COUNT as opposed to a TOTAL COUNT
Unique Count Analytics on an Actionable Notification.json
This dashboard template provides analytics on informational Hub notifications using a TOTAL COUNT as opposed to a UNIQUE COUNT
Total Count Analytics on an Information Notification.json
These Workspace ONE Intelligence Custom Connector samples contain a list of Postman collections from multiple systems (VMware Carbon Black, JIRA, ServiceNow, Salesforce, Zendesk, Splunk, and others), that will enable Workspace ONE Intelligence Automation to interact with those through actions. Workspace ONE Intelligence Custom Connector Samples Overview Authors : Andreano Lanusse, Adam Hardy Email : alanusse@vmware.com , ahardy@vmware.com Date Created : 10/28/2019 Supported Platforms : Workspace ONE Intelligence Purpose Workspace ONE Intelligence Automation provides the ability for you to use your own API services in addition to the out-of-the box connectors. You can easily add any REST API service as a Custom Connector by importing Postman Collections. Included in this repository is a list of Postman Collection samples that can be immediately imported into Intelligence and used in Automation workflows, with the added benefit of demonstrating how you can create Collections with your own REST API enabled services. VMware Carbon Black - perform device quarantine action Atlassian JIRA - create JIRA bugs, tasks and service desk request Microsoft Teams - create simple messages and cards PagerDuty - create incidents Salesforce - create cases Service Now - create problems and tickets Slack - create basic message and advanced formatted message Splunk - add data input Zendesk - create tickets Requirements In order to create your own Postman collections, the following is required: The latest version of Postman Workspace ONE Intelligence How to create a Postman Collection for use within Automation workflows In order to create a valid Collection to Import as a Custom Connector you need to: Download the latest version of Postman Create a collection using the process outlined in Use Postman for Custom Connections It is important to save the tested response of each Postman request as an Example, as the Open API specification requires this step
euc-samples-master.zip
Previously a VMware Fling, ConQuest has been added as a tool to the downloads section at my.workspaceone.com under the XR Hub product. ConQuest is a tool for enrolling XR Devices into Workspace ONE UEM
snippet.json
Workspace One Intelligence REST APIs client for Node.js Workspace One Intelligence API Workspace One Intelligence REST APIs client for Node.js Table of Contents Getting Started Installing Quick example Configs Methods Entities Attributes Metrics Report Access Token Resources License Getting Started Before starting using this package you need to create a service account credentials for API access. Creating Service Account Open you Workspace One Intelligence console and go to Settings > Service Accounts > ADD . A service account provides you with a Client Id and Client Secret and Token Endpoint , we gonna need them as params to make the package work. Installing $ npm install --save workspace-one-intelligence-api Quick Example const Intelligence = require ( 'workspace-one-intelligence-api' ) ; const intelligence = new Intelligence ( ( tokenEndpoint : '
workspace-one-intelligence-api-master.zip