DependScript4.ps1
<#PSScriptInfo .VERSION 4.1 .GUID d21258bc-5181-4238-bf48-25069ae581a1 .AUTHOR rebro .COMPANYNAME Microsoft Corporation .COPYRIGHT (c) 2015 Microsoft Corporation. All rights reserved. .TAGS .LICENSEURI http://dependscript4.com/license .PROJECTURI http://dependscript4.com/ .ICONURI http://dependscript4.com/icon .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES Release notes for DependScript4 #> <# .DESCRIPTION Description for DependScript4 script #> Param() Function Test-FunctionFromScript_DependScript4 { Get-Date } Workflow Test-WorkflowFromScript_DependScript4 { Get-Date } |