Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Whiskey
0.23.0
BuildMasterAutomation/BuildMasterAutomation.psm1
Add-Type
-AssemblyName
'System.Web'
Get-ChildItem
-Path
(
Join-Path
-Path
$PSScriptRoot
-ChildPath
'Functions'
)
-Filter
'*.ps1'
|
ForEach-Object
{
.
$_
.
FullName
}