亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長(zhǎng)資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    Windows Server 2016-查詢(xún)并導(dǎo)出過(guò)去某時(shí)間段創(chuàng)建AD用戶(hù)

    生產(chǎn)環(huán)境中往往我們有各式各樣的需求,例如快速查詢(xún)某段時(shí)間創(chuàng)建用戶(hù),或批量導(dǎo)出固定時(shí)間段創(chuàng)建用戶(hù)列表,具體操作如下:

    $date=Get-Date

    $oldday=(Get-Date).AddDays(-10)

    Get-ADUser-Filter*-Properties*-SearchBase"OU=syncall,DC=azureyun,DC=com"|{$_.whenCreated-le$date-and$_.whenCreated-ge$oldday}|Select-Objectname,samaccountname,Givenname,surname,Displayname,distinguishedName,userPrincipalName,title,mobile,telephoneNumber,employeeNumber,postalCode,whenCreated,company,department,streetAddress|Export-CsvC:azureyunuser2019.csv-EncodingUTF8–NoTypeInformation

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)