This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| NAME | |
| sample | |
| FUNCTION | |
| Simple 32-bit Pro*C sample program | |
| OWNER | |
| Clare | |
| DATE | |
| 05/01/84 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "Test_Alert_name": { | |
| "defaultValue": "Test Alert", | |
| "type": "string", | |
| "metadata": { | |
| "description": "Name for the Test Alert" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [CmdletBinding()] | |
| param () | |
| <# | |
| .SYNOPSIS | |
| Collects service account information from servers in a domain to a central file. |