2021/11/10 #数字が入るコマンド

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

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

#数字が入るコマンド

> Get-Command *1* |FT -a

CommandType    Name                               Version        Source                                       
-----------    ----                               -------        ------                                       
Function       Copy-NetIPsecPhase1AuthSet         2.0.0.0        NetSecurity                                  
Function       Get-NetIPsecPhase1AuthSet          2.0.0.0        NetSecurity                                  
Function       New-NetIPsecPhase1AuthSet          2.0.0.0        NetSecurity                                  
Function       Remove-NetIPsecPhase1AuthSet       2.0.0.0        NetSecurity                                  
Function       Rename-NetIPsecPhase1AuthSet       2.0.0.0        NetSecurity                                  
Function       Set-NetIPsecPhase1AuthSet          2.0.0.0        NetSecurity                                  
ExternalScript Install-PowerShellRemoting.ps1                    C:\Program Files\PowerShell\7\Install-Powe...
ExternalScript InstallPSCorePolicyDefinitions.ps1                C:\Program Files\PowerShell\7\InstallPSCor...
ExternalScript RegisterManifest.ps1                              C:\Program Files\PowerShell\7\RegisterMani...

Application    GameBarElevatedFT_Alias.exe        0.0.0.0        C:\Users\[user_id]\AppData\Local\Microsoft\W...
Application    MicrosoftEdge.exe                  0.0.0.0        C:\Users\[user_id]\AppData\Local\Microsoft\W...
Application    MpSigStub.exe                      1.1.18500.10   C:\WINDOWS\system32\MpSigStub.exe            
Application    net1.exe                           10.0.19041.844 C:\WINDOWS\system32\net1.exe                 
Application    spacedeskService.exe               0.0.0.0        C:\WINDOWS\system32\spacedeskService.exe     

 

見た目 '1'が無いのに結果に出てくるものが有りますがどういう状況でしょうか?

ではまた;