test.ps1 234 B

123456789101112131415
  1. "Hello world!"
  2. $Text = Get-Content file.c
  3. $Text
  4. Pause
  5. #Get-PnpDevice -PresentOnly | Where-Object {$ _. InstanceId -match '^ USB'}
  6. function MyFunc
  7. {
  8. Get-Content file.c
  9. (Get-Content file.c).Length
  10. "sdfasdf"
  11. }