File "ServerManagerInternal.psm1"

Full Path: C:/Windows/System32/ServerManagerInternal/ServerManagerInternal.psm1
File size: 166 bytes
MIME-type: text/plain
Charset: utf-8

$newpath = "$env:windir\System32\ServerManagerInternal;"
if (-not $env:PSModulePath.Contains($newpath))
{
    $env:PSModulePath = $newpath + $env:PSModulePath
}