powershell text waseem

1
Powershell ============================================= get-command -verb out gcm -noun *service* gcm *service* -commandtype cmdlet get-service | convertto-html | out-file services.html get-process | Export-Clixml c:\baseline.xml compare-object -referenceobject (import-clixml c:\baseline.xml) -differenceobjec t (get-process) -property name ============================================= get-module -listavailable import-module grouppolicy "as an example" get-command -module grouppolicy set-executionpolicy remotesigned get-pssnapin -registered add-pssnapin

Upload: waseem-share

Post on 12-Jul-2016

213 views

Category:

Documents


1 download

DESCRIPTION

Powershell

TRANSCRIPT

Page 1: Powershell Text Waseem

Powershell=============================================get-command -verb out

gcm -noun *service*gcm *service* -commandtype cmdlet

get-service | convertto-html | out-file services.html

get-process | Export-Clixml c:\baseline.xmlcompare-object -referenceobject (import-clixml c:\baseline.xml) -differenceobject (get-process) -property name=============================================get-module -listavailableimport-module grouppolicy "as an example"get-command -module grouppolicy

set-executionpolicy remotesigned get-pssnapin -registeredadd-pssnapin