2021/11/18 #コピーするコマンド

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

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

#コピーするコマンド

PS> Get-Command *copy*

CommandType     Name                                               Version    Source                                           
-----------     ----                                               -------    ------                                           
Alias           copy -> Copy-Item                                                                                              
Function        Copy-NetFirewallRule                               2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecMainModeCryptoSet                     2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecMainModeRule                          2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecPhase1AuthSet                         2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecPhase2AuthSet                         2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecQuickModeCryptoSet                    2.0.0.0    NetSecurity                                      
Function        Copy-NetIPsecRule                                  2.0.0.0    NetSecurity                                      
Cmdlet          Copy-Item                                          3.1.0.0    Microsoft.PowerShell.Management                  
Cmdlet          Copy-ItemProperty                                  3.1.0.0    Microsoft.PowerShell.Management                  
Application     Robocopy.exe                                       10.0.19... C:\WINDOWS\system32\Robocopy.exe                 
Application     xcopy.exe                                          10.0.19... C:\WINDOWS\system32\xcopy.exe                    


アイテムコピー以外はネットワーク系の内容だけというのは意外です

ではまた;