User Tools

Site Tools


software:powershell

This is an old revision of the document!


Commands

http://technet.microsoft.com/en-us/library/ee176949.aspx

  Get-ExecutionPolicy
  Set-ExecutionPolicy RemoteSigned
  & "C:\My Scripts\Test.ps1"
  
  Get-Service | Sort-Object Status | Format-Table
  
  
software/powershell.1361721052.txt.gz · Last modified: 2013/02/24 15:50 by superwizard