Skip to main content

Try Get-Content .\yourScript.PS1Get-Content .\yourScript.PS1 and you will see the content of your script.

also you can instertinsert this line in your scrip code:

get-content .\scriptname.PS1
script code
script code

get-content .\scriptname.PS1 script code script code ....

Try Get-Content .\yourScript.PS1 and you will see the content of your script.

also you can instert this line in your scrip code:

get-content .\scriptname.PS1 script code script code ....

Try Get-Content .\yourScript.PS1 and you will see the content of your script.

also you can insert this line in your scrip code:

get-content .\scriptname.PS1
script code
script code

....

Source Link
Luis
  • 29
  • 1

Try Get-Content .\yourScript.PS1 and you will see the content of your script.

also you can instert this line in your scrip code:

get-content .\scriptname.PS1 script code script code ....