域控操作三十:AD新建容器

使用powershell运行

Import-Module ActiveDirectory
New-ADObject -Name "容器名" -Type "container" -Path "容器需要放的位置"
posted @ 2025-12-17 16:36  Actorw  阅读(17)  评论(0)    收藏  举报