Run File-Content like F8 in ISE: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „This can be used to load for example the content of a PowerShell Module instead of importing it. <source lang="powershell> Invoke-Expression (Get-Content -Raw…“)
(kein Unterschied)

Version vom 10. Januar 2022, 16:52 Uhr

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

Ungültige Sprache.

Die gewünschte Sprache muss wie folgt definiert werden: <source lang="html4strict">...</source>

Unterstützte Sprachen für die Syntaxhervorhebung:

 [Ausklappen


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