-
Updated
Sep 18, 2020 - PowerShell
powershell-scripts
Here are 237 public repositories matching this topic...
-
Updated
Oct 7, 2020 - PowerShell
-
Updated
Oct 12, 2020 - PowerShell
-
Updated
Aug 28, 2020 - TSQL
-
Updated
Oct 7, 2020 - PowerShell
-
Updated
Jun 9, 2020 - PowerShell
-
Updated
Jun 8, 2017 - C#
-
Updated
Sep 30, 2020 - PowerShell
-
Updated
May 21, 2019 - PowerShell
-
Updated
Feb 19, 2020 - PowerShell
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 8, 2020 - PowerShell
-
Updated
Mar 16, 2019 - PowerShell
-
Updated
Aug 10, 2020 - PowerShell
-
Updated
Oct 8, 2020 - PowerShell
-
Updated
Apr 20, 2020 - PowerShell
-
Updated
May 14, 2020 - PowerShell
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
May 20, 2020 - PowerShell
-
Updated
Oct 30, 2019 - PowerShell
-
Updated
Apr 19, 2018 - PowerShell
-
Updated
Oct 5, 2020 - PowerShell
-
Updated
Oct 17, 2020 - PowerShell
-
Updated
Mar 1, 2020 - PowerShell
-
Updated
Sep 15, 2020 - PowerShell
-
Updated
Oct 18, 2016 - PowerShell
-
Updated
Oct 4, 2020 - PowerShell
-
Updated
Jan 7, 2018 - PowerShell
-
Updated
Oct 2, 2020 - PowerShell
Improve this page
Add a description, image, and links to the powershell-scripts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the powershell-scripts topic, visit your repo's landing page and select "manage topics."


POST on JobService/Jobs with sample payload below tuned to specific devices
{
"Id": 0,
"JobName": "Inventory job for foo devices ",
"JobDescription": "Inventory job for foo devices",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "Inventory_Task"
},
"Targets": [
{
"Id": <device_id>,
"Data": "",
"TargetType": {
"I