Required-Script2.ps1
<#PSScriptInfo .VERSION 2.5 .GUID d8c540e1-8bde-42af-aea8-b6a2e0f98c7e .AUTHOR manikb .COMPANYNAME Microsoft Corporation .COPYRIGHT (c) 2015 Microsoft Corporation. All rights reserved. .TAGS Tag1 Tag2 Tag-Required-Script2-2.5 .LICENSEURI http://required-script2.com/license .PROJECTURI http://required-script2.com/ .ICONURI http://required-script2.com/icon .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES Required-Script2 release notes #> <# .DESCRIPTION Description for the Required-Script2 script #> Param() Function Test-FunctionFromScript_Required-Script2 { Get-Date } Workflow Test-WorkflowFromScript_Required-Script2 { Get-Date } |