DependScript2.ps1
<#PSScriptInfo .VERSION 1.2 .GUID 2d558dfd-744e-42bf-b96b-d09d368ecec1 .AUTHOR rebro .COMPANYNAME Microsoft Corporation .COPYRIGHT (c) 2015 Microsoft Corporation. All rights reserved. .TAGS .LICENSEURI http://dependscript2.com/license .PROJECTURI http://dependscript2.com/ .ICONURI http://dependscript2.com/icon .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS DependScript3,DependScript4 .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES Release notes for DependScript2 #> <# .DESCRIPTION Description for DependScript2 script #> Param() Function Test-FunctionFromScript_DependScript2 { Get-Date } Workflow Test-WorkflowFromScript_DependScript2 { Get-Date } |