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:
CimSweep
0.4.1.0
CimSweep.psm1
Get-ChildItem
$PSScriptRoot
-Directory
|
Where-Object
{
$_
.
Name
-ne
'ps1xml'
-and
$_
.
Name
-ne
'Tests'
}
|
Get-ChildItem
-Include
'*.ps1'
|
ForEach-Object
{
.
$_
.
FullName
}