Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のネットワーク接続の高度なプロパティで「この接続のDNSサフィックス」の部分を設定するためのPowerShellスクリプトまたは類似のものを持っている人はいますか?
ありがとう
これを試してください (管理者として PowerShell を実行します):
Get-WmiObject Win32_NetworkAdapterConfiguration -Filter "Description='interface description'" | Invoke-WmiMethod -Name SetDNSDomain -ArgumentList @('contoso.com')