
10 Jul WINDOWS POWERSHELL | GET-CHILDITEM, GET-ALIAS
This blog post covers two commands from windows power shell, get-childitem and get-alias.
Get-alias command gives details about alias name correspond to different cmdlets. for example ls command can be used in place of dir. To get the list of all alias simple execute get-alias command. to get the command page by page get-alias | more command can be used.
Get-childitem (gci) gives the list of files and directories on given path.
Results provided by get-child item can be formatted as per requirement by using formatl-ist
format-list can be further formatted by using – property <propertyname1>, for example following command gives output of gci c: |format-list -property name
format-list can be further formatted by using – property <propertyname1>,<propertyname2> for example following command gives output of gci c: |format-list -property name,creationtime
- WHAT THE CEO IS READING – IMPROVING THE BUSINESS-TO-BUSINESS CUSTOMER EXPERIENCE - March 26, 2016
- WHAT THE CEO IS READING – LEADING AND GOVERNING THE CUSTOMER-CENTRIC ORGANIZATION - March 22, 2016
- WHAT THE CEO IS READING – MANAGE YOUR EMOTIONAL CULTURE - February 23, 2016
- WHAT THE CEO IS READING – GETTING TO SI, JA, OUI, HAI, AND DA - December 9, 2015
- 2 นาทีข่าวเทคโนโลยีประจำเดือนกันยายน - October 2, 2015
- 2 Minutes Of Tech. September’s News in 2 Minutes. - October 2, 2015
- PRINT YOUR OWN CROSSGUARD LIGHTSABER - September 22, 2015
- WHAT THE CEO IS READING – FOUR SEASONS: THE STORY OF A BUSINESS PHILOSOPHY - September 17, 2015
- 2 นาทีข่าวเทคโนโลยีประจำเดือนสิงหาคม - September 2, 2015
- 2 Minutes Of Tech. August’s News in 2 Minutes. - September 2, 2015