Export Active Directory Users Info to a Web Page?
i using windows server 2008 r2 , want export active directory users info web page list/table. how that? also if can, can make export daily?
powershell best bet, have added links below , need make powershell script 1 account can use following command:
get-aduser "john.doe" -properties * | convertto-html | set-content c:\johndoe.htm
john.doe = useraccount
http://technet.microsoft.com/en-us/library/ee156817.aspx
http://technet.microsoft.com/en-us/library/ee617241.aspx
Windows Server > Directory Services
Comments
Post a Comment