Required-Script3.ps1


<#PSScriptInfo
 
.VERSION 2.0
 
.GUID 5d60e6a7-b0c5-48e7-b442-0f8b52c086c8
 
.AUTHOR manikb
 
.COMPANYNAME Microsoft Corporation
 
.COPYRIGHT (c) 2015 Microsoft Corporation. All rights reserved.
 
.TAGS Tag1 Tag2 Tag-Required-Script3-2.0
 
.LICENSEURI http://required-script3.com/license
 
.PROJECTURI http://required-script3.com/
 
.ICONURI http://required-script3.com/icon
 
.EXTERNALMODULEDEPENDENCIES
 
.REQUIREDSCRIPTS
 
.EXTERNALSCRIPTDEPENDENCIES
 
.RELEASENOTES
Required-Script3 release notes
 
#>


<#
 
.DESCRIPTION
 Description for the Required-Script3 script
 
#>
 
Param()



Function Test-FunctionFromScript_Required-Script3 { Get-Date }

Workflow Test-WorkflowFromScript_Required-Script3 { Get-Date }