Memoru

System Engineering and Programming and IT

Entries from 2019-09-01 to 1 month

1909-powershell-get-command

1909-powershell-get-command¶ overview¶ A Usage of get-command cmdlet jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-get-command.ipynb Usage¶ Get-Help¶ In [33]: Get-Help Get-Command -…

1909-powershell-datetime

1909-powershell-datetime¶ overview¶ datetime object on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-datetime.ipynb Usage¶basic¶ In [23]: Get-Date 02 September 2019 20:58…

1909-powershell-alias

1909-powershell-alias¶ overview¶ overview of alias on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-alias.ipynb contents¶ Basic¶ In [10]: pwd Path ---- G:\workspace\pwshn…

1908-powershell-hashtable

1908-powershell-hashtable¶ overview¶ hashtable object on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1908-powershell-hashtable.ipynb Usage¶ basic¶ In [1]: $d = @{ 'script' = 'powershel…