Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
psIntune
0.1.10
psIntune.psm1
$mpath
=
$(
Split-Path
$Script:MyInvocation
.
MyCommand
.
Path
)
Get-ChildItem
-Path
$MPath
-Filter
'*.ps1'
|
ForEach-Object
{
.
$_
.
FullName
}