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.
Virtual and Augmented Reality
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
}
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.