2020/10/19 #テーブルに関するコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#テーブルに関するコマンド

PS> Get-Command *table*

CommandType Name

Version Source

----------- ----

------- ------

Function Get-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Function New-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Function Remove-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Function Rename-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Function Reset-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Function Set-DAEntryPointTableItem

1.0.0.0 DirectAccessClientComponents

Cmdlet Format-Table

7.0.0.0 Microsoft.PowerShell.Utility

Application TabletPC.cpl

10.0.1836… C:\Windows\system32\TabletPC.cpl

PS>

ほとんどがFunctionですね

今度DAEntryというのを勉強しておきましょう

ではまた;