2021/03/23 #サーバーに関するコマンド

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

> Get-Command *server* |Group-Object commandtype,source

Count Name Group
----- ---- -----
3 Function, BranchCache {Enable-BCHostedServer, Get-BCContentServerConfiguration, Get-BCHostedCacheServerConfig...
2 Function, DnsClient {Get-DnsClientServerAddress, Set-DnsClientServerAddress}
3 Function, SmbShare {Get-SmbServerConfiguration, Get-SmbServerNetworkInterface, Set-SmbServerConfiguration}
4 Function, Storage {Get-StorageFileServer, New-StorageFileServer, Remove-StorageFileServer, Set-StorageFil...
1 Function, VpnClient {New-VpnServerAddress}
5 Cmdlet, AppvClient {Add-AppvPublishingServer, Get-AppvPublishingServer, Remove-AppvPublishingServer, Set-A...
3 Cmdlet, PKI {Add-CertificateEnrollmentPolicyServer, Get-CertificateEnrollmentPolicyServer, Remove-C...
1 Application, C:\Window... {Dxpserver.exe}
1 Application, C:\Window... {LockScreenContentServer.exe}
1 Application, C:\Window... {MDEServer.exe}
1 Application, C:\Window... {mmgaserver.exe}
1 Application, C:\Window... {raserver.exe}
1 Application, C:\Window... {SyncAppvPublishingServer.exe}
1 Application, C:\Window... {SyncAppvPublishingServer.vbs}

serverという単語を含むコマンドです
一覧にすると長いですが、グルーピングすると微妙なボリューム・・
サーバーOSの上で調べたらもう少し立派になるかも知れません
ではまた;