Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MrToolkit
1.3
MrToolkit.psm1
#Dot source all functions in all ps1 files located in the module folder
Get-ChildItem
-Path
$PSScriptRoot\*.ps1
-Exclude
*.tests.ps1
,
*profile.ps1
|
ForEach-Object
{
.
$_
.
FullName
}