Required-Script1.ps1


<#PSScriptInfo
 
.VERSION 1.5
 
.GUID 8b6f7933-fe77-49fd-bdf0-5fcc689e9311
 
.AUTHOR manikb
 
.COMPANYNAME Microsoft Corporation
 
.COPYRIGHT (c) 2015 Microsoft Corporation. All rights reserved.
 
.TAGS Tag1 Tag2 Tag-Required-Script1-1.5
 
.LICENSEURI http://required-script1.com/license
 
.PROJECTURI http://required-script1.com/
 
.ICONURI http://required-script1.com/icon
 
.EXTERNALMODULEDEPENDENCIES
 
.REQUIREDSCRIPTS
 
.EXTERNALSCRIPTDEPENDENCIES
 
.RELEASENOTES
Required-Script1 release notes
 
#>


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



Function Test-FunctionFromScript_Required-Script1 { Get-Date }

Workflow Test-WorkflowFromScript_Required-Script1 { Get-Date }