Jump to content

com, AccountExpirationDate


Recommended Posts

Hi,

I encountered some problem while accessing the expiration date of au domain user.

$user="username"
$domain="domain"
$Ouser=ObjGet("WinNT://" & $domain & "/" & $user & " ,user"
WITH $Ouser
 $fullname=.Fullname
 $expires=.AccountExpirationDate
ENDWITH
msgbox(0,"","Full name: " & $fullname)
msgbox(0,"","account expires: " & $expires)

This code exits with following error message: "Error in expression".

This is my first attempt to query this kind of information by means of COM objects. Maybe I missed something there.

Best Regards, Tys

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...