Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7444779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:35:08+00:00 2026-05-29T11:35:08+00:00

As topic states. How can I put 1 extra day to the selected user

  • 0

As topic states. How can I put 1 extra day to the selected user account.

I know AD goes by Windows File Time. Does anyone know the easiest and least code written method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T11:35:09+00:00Added an answer on May 29, 2026 at 11:35 am

    You can modify the accountExpires property of an AD user through the Set-ADUser cmdlet included in Windows Server 2008 R2:

    Import-Module activedirectory
    
    $expireDate = (Get-ADUser -Identity "John Appleseed" -Properties accountExpires).accountExpires
    $renewedExpireDate = ([System.DateTime]::FromFileTime($expireDate)).AddDays(1)
    
    Set-ADUser -Identity "John Appleseed" -AccountExpirationDate $renewedExpireDate
    

    As you said, the value of the accountExpires property is represented as a Windows file time, which is a 64-bit integer. In this example we convert it to a DateTime to easily modify it and then pass it to the -AccountExpirationDate parameter to update the user.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As topic suggested, how can I unit test a function that does not return
as topic, I am strange that why does the SDK not provide API to
I know this topic has been discussed to death, but there is one thing
I have a problem in topic of posix processes and I can't get around.
As the topic states, using a Rich Text Editor with a PopUpManager makes typing
I know this topic has been beaten into the ground, but I'm really stumped.
I know there are lots of threads with more or less same topic but
I am writing a program that does some batch processing. The batch elements can
Now I know there is some related questions on this topic but this is
topic.php $id = isset($_GET['id']) ? intval($_GET['id']) : 0; $query = mysql_query(SELECT * FROM topics

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.