Merge pull request #8 from alexprotsenko/patch-16

Update SQLAssessmentAPITutorialNotebook.ipynb
This commit is contained in:
Altana Tsedenova
2020-07-15 20:31:28 +03:00
committed by GitHub
@@ -499,9 +499,9 @@
"source": [
"### PowerShell\r\n",
"\r\n",
"PowerShell probe executes a command in PowerShell (fx) on target machine and returns pipeline output in @Output variable.\r\n",
"PowerShell probe executes a command in PowerShell on target machine and returns pipeline output in @Output variable.\r\n",
"Use $ (dollar) sign to access probe parameters passed from checks.\r\n",
"Use . (dot) to access properties of the output object. For example, if returned object is string, then @Output.Lengthreturns its length."
"Use . (dot) to access properties of the output object. For example, if a returned object is string, then @Output.Length returns its length."
],
"metadata": {
"azdata_cell_guid": "4450f005-b008-4464-8b83-059b5d3fa8f6"