2020/09/24 #セッションに関するコマンド

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#セッションに関するコマンド

PS> Get-Command *session*

CommandType     Name                                               Version    Source                     
-----------     ----                                               -------    ------                     
Alias           Remove-EtwTraceSession                             1.0.0.0    EventTracingManagement     
Alias           Set-EtwTraceSession                                1.0.0.0    EventTracingManagement     
Function        Close-SmbSession                                   2.0.0.0    SmbShare                   
Function        Flush-EtwTraceSession                              1.0.0.0    EventTracingManagement     
Function        Get-DtcTransactionsTraceSession                    1.0.0.0    MsDtc                     
 :
 :
Cmdlet          Set-PSSessionConfiguration                         3.0.0.0    Microsoft.PowerShell.Core 
Cmdlet          Test-PSSessionConfigurationFile                    3.0.0.0    Microsoft.PowerShell.Core 
Cmdlet          Unregister-PSSessionConfiguration                  3.0.0.0    Microsoft.PowerShell.Core 
Application     sessionmsg.exe                                     10.0.17... C:\Windows\system32\sess...


管理用のシェルだけあってなかなかの数が用意されています
(Objectに関するものと並んで)使いこなせると武器になりそう
ではまた;
"