用Powershell命名通过AD批量获取客户端加域时间

命令如下:​

Get-ADComputer -ResultSetSize $Null -Filter * -Properties * | Select-Object Name,WhenCreated​

你可能感兴趣的:(windows,powershell)