Required-Script2.ps1


<#PSScriptInfo
 
.VERSION 2.5
 
.GUID e5e3cd25-6b51-4f9a-a4e9-3d8c3759c3c7
 
.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 }