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:
RAps
1.0.3
RAps.psm1
# .ExternalHelp RAps-help.xml
$files
=
Get-ChildItem
-Path
$PSScriptRoot\
-Recurse
-Include
'*.ps1'
-Exclude
'*.Tests.ps1'
foreach
(
$file
in
$files
)
{
.
$file
.
FullName
}