Fetch-RunbookJobStreamLogs.ps1


<#PSScriptInfo
 
.VERSION 1.0
 
.GUID 1197db50-e563-4836-bd3b-7d6f1915b72c
 
.AUTHOR vmehmeri@outlook.com
 
.COMPANYNAME
 
.COPYRIGHT
 
.TAGS
 
.LICENSEURI
 
.PROJECTURI
 
.ICONURI
 
.EXTERNALMODULEDEPENDENCIES
 
.REQUIREDSCRIPTS
 
.EXTERNALSCRIPTDEPENDENCIES
 
.RELEASENOTES
 
 
#>


<#
 
.DESCRIPTION
 Fetches a job stream from Azure Automation account, ignoring verbose log lines about importing or exporting cmdlets, and outputs it on the screen and also write it to an output file.
 
#>
 
Param()