2021/12/03 #発行するコマンド

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#発行するコマンド

> Get-Command *publish* |ft -a

CommandType Name                         Version         Source                               
----------- ----                         -------         ------                               
Function    Publish-BCFileContent        1.0.0.0         BranchCache                          
Function    Publish-BCWebContent         1.0.0.0         BranchCache                          
Function    Publish-Module               1.0.0.1         PowerShellGet                        
Function    Publish-Script               1.0.0.1         PowerShellGet                        
Cmdlet      Add-AppvPublishingServer     1.0.0.0         AppvClient                           
Cmdlet      Get-AppvPublishingServer     1.0.0.0         AppvClient                           
Cmdlet      Publish-AppvClientPackage    1.0.0.0         AppvClient                           
Cmdlet      Publish-DscConfiguration     1.1             PSDesiredStateConfiguration          
Cmdlet      Remove-AppvPublishingServer  1.0.0.0         AppvClient                           
Cmdlet      Set-AppvPublishingServer     1.0.0.0         AppvClient                           
Cmdlet      Sync-AppvPublishingServer    1.0.0.0         AppvClient                           
Cmdlet      Unpublish-AppvClientPackage  1.0.0.0         AppvClient                           
Application SyncAppvPublishingServer.exe 10.0.19041.1320 C:\WINDOWS\system32\SyncAppvPublis...
Application SyncAppvPublishingServer.vbs 0.0.0.0         C:\WINDOWS\system32\SyncAppvPublis...


publish も響きは悪くないですが、コマンドとしてはもう少しシンプルな単語であって良いような気もいたします

ではまた;