Skip to content

PacktPublishing/Microsoft-Operations-Management-Suite-Cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Operations Management Suite Cookbook

This is the code repository for Microsoft Operations Management Suite Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Virtual and Augmented Reality

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. Chapter 03 and Chapter 05 has code files and there are 9 chpts in all: Chapters 01, 02, 04, 06, 07, 08, 09 do not contain any code files.

The code will look like the following: workflow Start-OnPremVM { param ( [object]$WebhookData )

$RequestBody = ConvertFrom-JSON -InputObject $WebhookData.RequestBody

# Get all metadata properties    
$AlertRuleName = $RequestBody.AlertRuleName
$ResultCount =$RequestBody.ResultCount
$SearchQuery = $RequestBody.SearchQuery
$WorkspaceID = $RequestBody.WorkspaceId

}

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786469090

About

Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •