Removing a mailbox expiration date/time

Anyone know what value to specify to remove a mailbox expiration date/time?
If I remove the value via C1, then the value returned by the Admin API as a
64 bit real number is 0 representing 30/12/1899 0:0:0. However, setting this
value results in C1 displaying an expiration date/time in 1943. What does
work on my system (GW 7.0.3) is to specify 1-Jan-1970 13:00:00 but that does
not work on other systems, possibly suggesting the value to specify is
timezone dependent, although experimentation along those lines has so far
proved unsuccessful.
TIA, John

I did eventually get an answer from Novell on this. Removing a mailbox
expiration date has not been supported, but supposedly is from 8.0 SP1
onwards where a value of zero should do the job.
John
"John Baird" <[email protected]> wrote in message
news:IRNQl.1491$[email protected]..
> Thats not working here. If I pass in a date/time of 1/1/70:0:0:0 C1 shows
> 31/12/69:23:00:00. The only date/time that removes the expiration
> date/time here is 1/1/70:13:00:00. Oddly, aside from that specific
> date/time C1 1.3.6h, shows any date/time earlier than 15/3/70:2:00:00 as
> one hour ealier than I specified. The value 1/1/70:13:00:00 does not
> appear to work elsewhere. If I treat it as 1/1/70:00:00:00 + GMT offset +
> 1 hour (our GMT offset is +1200), the corresponding value does not work in
> other timezones. Frustrating ...
>
> Thanks for responding.
> John
>
> "Tommy Mikkelsen" <[email protected]> wrote in message
> news:qNHQl.1439$[email protected]..
>> Not sure, but beleave you should set it to Unix Start Date...
>>
>>
>> --
>> Tommy Mikkelsen
>> IT Quality A/S, Denmark
>> Novell Support Forums SYSOP
>>
>> Sorry, but no support through email
>> Be a GroupWiseR, go http://www.groupwiser.net
>
>

Similar Messages

  • How to get mailbox expiration date using cmdlets 2007 and 2010?

    i wants to know which cmdlets used to find the expiration date of mailbox in exchange server 2007 and exchange server 2010. I have a cmdlets that gives mailbox expiration date for exchange server 2013. Is there any equivalent cmdltes available for exchange
    server 2007 and exchange server 2010. cmdlets to get expiration date of mailbox for exchange server 2013 is as follow
    Get-ADUser -Filter * –Properties Name, EmailAddress, AccountExpirationDate, GivenName | select Name, EmailAddress, AccountExpirationDate, GivenName | where {$_. AccountExpirationDate –ne $null}

    Hi Belinda
    Thanks for your valuable replies
    Please mention PS command to get the
    expiration date for AD accounts created for Exchange 2010 and Exchange 2007.
    Thanks a lot

  • Clear mailbox expiration date

    Hello,
    With a Delphi application I can change the expiration dat of a GW-mailbox. But I can't figure out how to clear it. Who does ?
    Ralf Vellinga

    Ralf Vellinga wrote:
    > I already found the solution. Just place 1-1-1970 1:00:00 in the GW
    > mailboxexpdate and after a commit the date is cleared.
    That does not appear to be the full story. Here at GMT+1200, a value of
    1-1-1970 + 12 hrs + 1 hr works fine, but I received feedback this
    morning that the formula of 1-1-1970 + GMT offset + 1:00:00 does not
    work correctly for negative GMT offsets. Maybe I need to subtract
    1:00:00 instead, I'm awaiting feedback on whether that works.
    In the past I've read the expiration time value from the "NGW: Mailbox
    Expiration Time" instead of retrieving the value from GW, but this
    attribute contains a zero value for "no expiration date" (corresponding
    to 1/1/1970 0:0:0) when which differs from the date/time value which
    must be passed to put_MailboxExpDate to remove an expiration date. While
    trying to retrieve the value via get_MailboxExpDate I discovered how
    little I know about VARIANT types - how do I extract the value returned
    into something useful using C i.e. a date/time string or an integer
    value representing seconds since 1/1/1970 0:0:0? I just spend an hour
    messing around with this and searching for examples but the answer still
    eludes me!
    TIA, John
    DevSup SysOp 24

  • TS4268 Updated iphone 4S with IOS6, now facetime and imessage won't work, says "waiting for activation", have reset, turned off and on, removed sim card, checked date/time, checked restrictions, checked email/ID, tried all troubleshooting advice on apple

    Updated iphone 4S with IOS 6, now facetime & imessage won't work, says "waiting for activation", have reset, turned off & on, removed sim card, checked restrictions, email/ID, date/time, tried all troubleshooting advice on apple support.  HELP!!!!

    Updated iphone 4S with IOS 6, now facetime & imessage won't work, says "waiting for activation", have reset, turned off & on, removed sim card, checked restrictions, email/ID, date/time, tried all troubleshooting advice on apple support.  HELP!!!!

  • Get Recover Point Expiration Date in DPM Management Shell

    Hello,
    I am currently using DPM 2010 and am trying to retrieve the Expiration Dates for individual Recovery Points using the DPM Management shell. I know I can
    retrieve this information by viewing the tape contents in the DPM console but, I would like to be able to utilize the information in scripts if possible.
    I have seen
    THIS POST. However, the provided solution has been unsuccessful in my attempts. I am assuming by "get-rps" they meant "get-recoverypoint" which makes sense but, I dont
    see any methods with a similar name or apparent function to get-expirydate.
    I find it hard to believe you cannot retrieve this information from the DPM Shell but, by the silence of my search results, it just might be.
    I look forward to Reading your responses, even if they are telling me it can't be done, or that i missed something in my searches. 

    Hi,
    Try this new version of the script. It is pretty much the same script I just added an entry that if you do supply a switch label, it will output the label of the tape instead of the tape barcode. Example: if the script is named duetape.ps1 you just run like
    this:
    .\duetape.ps1 label
    # This script will parse all active protection group that is configured for long term #
    # protection to tape #
    # It will parse all tapes which are already set as offsite ready #
    # It will list all expiration date of these tapes. Currently it will list a tape even if it is #
    # set to expire months or years in advance. #
    # Author : Wilson Souza #
    # Script Name : wilson-duetape.ps1 #
    # Date Created : 06/26/2011 #
    # Last modified : 03/13/2012 #
    # Version : 1.3 #
    # Change log #
    # ========== #
    # Ver 1.3 - Added option to show output with Tape Label instead of Barcode #
    # To switch to Label just enter the script name followed by word label #
    # Example: .\duetape.ps1 label #
    # Ver 1.2 - Output now is saved on file duetape.txt #
    # Ver 1.1 - Expire date/time information was masked to only show the date but not the #
    # time. Took mask out so now we return date and time. #
    # This version of the script was only tested on DPM 2010 #
    param([string] $barcode)
    if ($barcode.toupper() -ne 'LABEL') { $barcode = 'barcode' }
    $confirmpreference = "None"
    cls
    $dpmserver = connect-dpmserver (&hostname)
    $pg = @(get-protectiongroup (&hostname) | where { $_.protectionmethod -like "*Long-term using tape*"})
    out-file duetape.txt -encoding ASCII
    foreach ($pg1 in $pg)
    $rp = @()
    write-host "Protection Group" $pg1.friendlyname "has tape protection" -foreground white
    $ds = @(get-datasource $pg1)
    foreach ($ds1 in $ds)
    if ((get-recoverypoint $ds1 | where { $_.datalocation -eq "Media"}) -ne $null)
    $rp = $rp + (get-recoverypoint $ds1 | where { $_.datalocation -eq "Media"})
    $tp = @(get-tape -protectiongroup $pg1)
    foreach ($tp1 in $tp)
    if ($tp1.Isoffsiteready -eq $true)
    $expire = get-date
    write-host "Recovery Points present on tape with" $barcode $tp1.$barcode
    foreach ($rp1 in $rp)
    if ($tp1.id -eq $rp1.RecoverySourceLocations[0].mediamaplist[$rp1.RecoverySourceLocations[0].mediamaplist.count-1].mediaid)
    write-host $rp1.RecoverySourceLocations[0].creationdatetime " - " $rp1.RecoverySourceLocations[0].expirydate " - " $tp1.$barcode "-" $rp1.recoverysourcelocations[0].generation -foreground red
    if ($expire -lt $rp1.RecoverySourceLocations[0].expirydate)
    $expire = ($rp1.recoverysourcelocations[0].expirydate)
    if ($tp1.location.isoffline)
    write-host "Offsite Tape with" $barcode $tp1.$barcode "is due back to Library on" $expire "`n" -foreground yellow
    "Offsite Tape with " + $barcode + " " + $tp1.$barcode + " is due back to Library on " + $expire | out-file duetape.txt -encoding ASCII -append
    else
    write-host "Tape in" $tp1.location.name "-" $tp1.location.id "expires on" $expire "`n" -foreground green
    "Tape in " + $tp1.location.name + "-" + $tp1.location.id +" expires on " + $expire | out-file duetape.txt -encoding ASCII -append
    Let me know if worked
    Thanks, Wilson Souza - MSFT This posting is provided "AS IS" with no warranties, and confers no rights

  • URM expiration date default

    Hello All,
    I am having troubles with my content not expiring. I have a custom metadata field called xVIPExpirationDt. This field is for the user to record the date that they want the content to expire. What I want to happen is for the content to actually expire on this date. In my simple profile I tried a script that would derive the expiration date from xVIPExpirationDt but it doesn't seem to be working correctly.
    so, please help me figure out how to make sure the content expires when the custom metadata field is equal to the current date.
    Also, I am trying to better understand the difference between the Record Expiration Date and the Expiration Date. What are the affects of each and when would they each be used?
    Thanks!

    thank you for that advice. I had tried doing that using a simple profile, and on the scripts tab, adding the idoc code to set the default but still had issues, so I ended up unhiding the delivered expiration date, removing the custom expiration date I had created, changing the display label on the delivered expiration date to match what was previously on the custom expiration date and then everything seemed to work fine from there.
    I had not realized the importance of having the delivered expiration date filled in until none of my content were able to expire.
    Thanks again for responding.

  • After Add Instance occurs the date/time field data is removed.

    I have multiple dropdown options that adds or deletes a row from a table.  Trouble is after I have placed a date or time in fields elsewhere on the form, that data is deleted after I make a selection on the dropdown.  The dropdown has the options of In, Out, N/A, or N/O and when Out is selected the AddInstance is invoked adding a row to the table and when any of the others are selected the RemoveInstance removes the row.  This part works fine but the values in the date and time fields are removed as a result of the selection.  I have multiple dropdowns, and the code below will keep my data in the fields on the first selection but on subsequent selections the data for the data/time fileds are removed.  Any recommendataions on what is going on and how I can stop this?
    My codes appear below.
      if (this.rawValue == 1)  // If the value selected is "Out" of compliance then ...
         School.ItemListPage.ObsRec._Rows.insertInstance(0);  // Add an item to the table
         xfa.form.recalculate(false);
      else  // If the value selected is "In", "N/A", or "N/O" then ...
         School.ItemListPage.ObsRec._Rows.removeInstance(0);  // Remove this item from the table
      endif

    Hi,
    TRUNC( ) Function retrieves date part of DATE (date and time) datatype.
    Regards,
    Sailaja

  • How do I remove date/time stamp?

    Upon uploading the pictures into the Lightroom 'library' none of them appeared to have the date stamp that they did in camera. After a few minutes, the date stamp for each started to appear. Seeing that they first loaded without the date stamp leads me to believe that I should be able to remove it easily. How can I do this without the hassle of cloning/cropping/editing. Is there a way to remove it from the metadata perhaps?

    Which data/time stamp are you talking about, and why do you want to remove it?
    I mean, it can probably be done using exiftool, but usually people want to keep it/them (or correct if wrong..).
    I mean #2, I think you can remove it from exports, e.g. using a plugin like Jeffrey Friedl's Metadata Wrangler (if Lr's coarse handling doesn't satisfy), or if Jeffrey's plugin won't do it, a plugin like Exportant would.
    Or if you just want to remove it from display - then press the 'i' key, or adjust view options, or define a metadata viewing preset...
    Rob

  • How do you remove the date/time stamp from a photo before printing?

    I have one group of photos in an event that have the date and time stamp on them.  I don't know how to remove the date/time stamp before printing. 

    If you have your camera set to imprint the date/time on the photo you can not "remove it - it is a part of the photo - depending on the surounding photo you might be able to retouch it out
    LN

  • Workspace v1.8 - File Share shows actual time instead of expiration date

    Hi,
    our customer still uses Workspace Files Version 1.8 an in the main everything works fine. There is just one problem:
    When he creates a share for a file (not a folder) the expiration date for it should be shown - but in fact the actual time (when the share is created) is shown.
    Anyone seen this before? Is there a patch or any other possibility to resolve this?
    Thanks in advance!
    Marco

    I was having this exact same problem, then it just stopped. I am using the nouveau driver and I have a tnt2 card.
    IIRC, I was having an unrelated problem with xorg or udev or something was having problems detecting my monitor, it claimed I had two monitors connected, I wrote an xorg.conf file and that fixed the problem. IDK if its is related or not because I don't recall exactly when things started working when I would switch ttys.
    Try using the nouveau driver and see if it does the same thing, it has a kernel module so it might make difference,
    Last edited by RiceKills (2010-07-06 23:39:27)

  • Alternate data stream (ADS) removal does not update file time stamp.

    Hello,
    I am using standard CL program stream.exe to operate ads on file.
    If I add ADS to file, file data\time will be changed.
    F:\>dir
    07/23/2014  06:43 PM            32,768 test.txt
    F:\>stream cr test.txt:0 important_info
    SUCCESSFUL: tf1.txt:0 is created.
    RC = 0
    F:\>dir
    07/30/2014  07:11 PM            32,768 tf1.txt
    If I remove ADS from file, file data\time will be unchanged.
    F:\>dir
    07/30/2014  07:11 PM            32,768 tf1.txt
    F:\>stream de tf1.txt:0
    SUCCESSFUL: tf1.txt:0 is deleted.
    RC = 0
    F:\>dir
    07/30/2014  07:11 PM            32,768 tf1.txt
    Is it a normal behavior? I suspect a defect in stream.exe.

    Hi,
    This depends on that if the stream.exe contains the related code like SetFileTime when play the deleting action.
    SetFileTime function
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms724933(v=vs.85).aspx
    So we may need your resource code about de of stream.exe to determine the issue.
    Kate Li
    TechNet Community Support

  • HT1386 Since 8th May , I am not able to synchronize my iPhone with iTunes. Have tried removing previous back up data , removed all photos and videos on iPhone , switched  on and of and  reset iPhone  a million times , restarted my Mac a thousand times :(

    Since 8th May , after updating the iphone software to 5.1.1  I am not able to synchronize my iPhone with iTunes. Have tried removing previous back up datas , removed all photos and videos on iPhone , switched  on and of and  reset iPhone  a million times , restarted my Mac a thousand times Please Help !!!

    I have tried both options .. back up on this computer and also back up on icloud.
    The backingup is fine .. there is no problem .. even synchronizing songs , applications , calender , mail accounts is fine .. only the contacs are not synchronizing. The itune goes on and on .. showing synchronizing contacs .. but nothing happens. When i uncheck contacts synchronisation .. everything works fine . I have also reorganized my address book . but it does not help

  • Remove a meeting on specific time date and subject line

    Hi
    I have a situation where a meeting organizer is no longer able to update or cancel a meeting she booked. Some how she also became the participant of the meeting and now has lost control of the actual meeting. Not able to edit or send update. I've exhausted
    my efforts in trying to find a solution for this. Doesn't look like there is anyway to get back ownership or transfer it to someone else.
    So my next plan is to remove the meeting from everyone's calendar via a script. So my question is, is there a way to remove a meeting from all participants calendar where the date/time and subject line is known. This is to ensure only that meeting is removed
    from the calendar.
    or if anyone has some other ideas please do share. I need to somehow send notification of cancellation and remove the meeting from outlook and the organizer has no control anymore.
    Thanks

    Hi,
    Per my understanding, you might want to display all the specific documents in a page, they can be filtered by values of a Date and time column.
    A possible solution I will provide is that, we can create custom visual web part to display all these documents. In the code behind, run a query with CAML to retrieved all the
    documents with the specific date and time, then generate a view of hyperlinks that points to these documents.
    In this way, we can combine the filter component with the data display component into one web part, with the help of CAML query and Object Model, it would not be a tough job to
    implement such a solution.
    More information about CAML and Object Model:
    https://msdn.microsoft.com/en-us/library/office/ee536691%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Gamer's club 2 year extension extended 2 years off time of purchase instead of due expiration date.

    Hello,
    I extended my Gamer's club extension last week and noticed it extended to 2 years from the time of purchase instead of 2 years from 2/10/14 when the membership was due to expire prior to the extension.  Could someone help me get this fixed?
    Thank you,
    Rich

    Hello gamesaholic,
    Thank you for renewing your Unlocked membership.  I am sorry for the concern that the date has caused you.  The My Best Buy team is aware that some accounts are showing an expiration date based on when they renewed rather than their previous expiration date.  This is being investigated  and you should see any necessary changes reflected long before your currently listed expiration date.  Thank you for your patience in the meantime.
    Best regards,
    Mike|Social Media Specialist | Best Buy® Corporate
     Private Message

  • IBook wont run on battery and date/time crashes when plug is removed

    last night my iBook went black when I disconnected it from the battery so I could work freely in another room off the battery - when I re-plugged it in the date/time message screen came up that those functions were out of sync and needed to be re-programmed - I didn't lose any docs, thankfully.
    Today - even though it's been rechargng all day, it did the same thing over and over and will not let me work on the computer without t being plugged in.
    What is going on?

    These are the instructions you need to follow:
    1. If the computer is on, turn it off.
    2. Reset the power manager by simultaneously pressing and then releasing Shift-Control-Option-Power on the keyboard. Do not press the fn (Function) key while using this combination of keystrokes.
    3. Wait 5 seconds.
    4. Press the Power button to restart the iBook computer.
    That's as simple as it gets.
    How do you know you "clearly failed"?
    When you press the test button on the battery, how many lights do you see? It would not be too unusual to need a new battery at 15 months of age.
    See Apple's recommendations for battery usage here:
    http://www.apple.com/batteries/notebooks.html

Maybe you are looking for

  • How Do I Print my reports Horizontally using Coldfusion Report Builder

    Hi- I want to print my reports Horizontally rather vertically using Coldfusion Report Builder. I am using a very simple query SELECT       Zones.Zone_id,       Zones.Zone_name,      Count(employees.cnic) as Employees FROM Zones, Employees WHERE Zones

  • Print from context menu don't resize document

    I have a problem on Acrobat Reader X (but the same problem exists on reader from version 9). I have a pdf file with image inside, page size A3, when click print on context menu (right click on the file), the document is send to print, but it's not re

  • I DONT UNDESTAND WHY BUT I HAVE THE SOLUTION FOR  ITUNES 7

    YESTERDAY I DOWNLOAD THE NEW VERSION ON MY PC (FIREFOX ETC...) THE SOUND WAS BAD ? WHEN I OPEN SOMETHING ON MY PC SO I DECIDED TO PUT THE OLD VERSION I HAVE 2 DISC ON MY PC ? THE FIRST FOR SYSTEM ? THE SECOND FOR MUSIC ( ITUNES FILES) SO BEFORE UNINS

  • Dynamic Heading not translated in report template "Value Attribute Pairs"

    Hello, I created a report in which I use application item names in the column heading of the items. When I use the report template "Value Attribute Pairs" the heading displays not the contents of the application item names but the exact contents of t

  • New HDD Data Doubler Error formating

    Brought new HDD and replaced CD ROM with it using data doubler. When restarted, pop up message shown for INITIALISE disk or ignore. Upon selecting initialise it doesn't do anything. Just simply opens Disk Utility. When tried to make partitions, it gi