Windows 管理
#Fleeting_Notes
Windows 管理(Windows administration)
機能管理
Windows Serverのみ
Windowsの機能一覧取得
$ Get-WindowsFeature
$ Get-WindowsFeature -ComputerName <ComputerName>
要PowerShell Remoting
$ Install-WindowsFeature -Name DNS,DHCP -IncludeManagementTools
============================
Windows ユーザー管理
PowerShell
PowerShellでのグループポリシー操作
PowerShell Remoting
PowerShell 設定
DSC
確認用
Q. Windows 管理
関連
PowerShell Remoting
参考
Windows Server での役割と機能の追加または削除 | Microsoft Learn
ServerManager Module | Microsoft Learn
調査用
Google.icon Windows administration(日)
Google.icon Windows 管理(英)
#PowerShell
#Windows