Run File-Content like F8 in ISE

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

This can be used to load for example the content of a PowerShell Module instead of importing it.

Invoke-Expression (Get-Content -Raw <YOUR_FILE>)