Ansibleのwin_dscモジュールを利用してWindowsノードにPowerShell DSC (Desired State Configuration) を適用する場合、通常はデフォルトで5985ポート(HTTP)を使用します。しかし、セキュリティ上の理由から5985ポートを閉じたいケースもあるでしょう。実際に私の環境でも ...
Introduced with PowerShell v4, Desired State Configuration (DSC) was a significant shift in the way that changes are made with PowerShell. Administrators now could declare configuration declaratively ...