Is there a Clear mailbox command

Hello,
When we delete accounts via ConsoleOne or JRB, GroupWise will send emails to other users from the Deleted user saying that folder sharing is gone, appointments are deleted, etc...
Is there a way to delete the account and not have GroupWise send email about it to other users involved in calendar appts. and sharing?
OR
Is there a way to just delete the email from an account? Keeping the folders and setting and rules are OK.
I need to perform this on a few hundred accounts, so a scripted process would be best.
(I tried the "BOXDELETE" option in gwcheck, but it does not work in version 8.x and the v702 gwcheck does not work against the v8 POAs.)
Thanks,
Brian

* bpedrant wrote, On 02/02/2013 10:06 AM:
> Is there a way to just delete the email from an account? Keeping the
> folders and setting and rules are OK.
Check the expire/reduce option in gwcheck.
Uwe
Novell Knowledge Partner (NKP)
Please don't send me support related e-mail unless I ask you to do so.

Similar Messages

  • Type "purge" in Terminal and get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   want to clear memory periodically

    I have 10.6.8.  When I type "purge" in Terminal I get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   I have FreeMemory (works well) and considering FreeMemory Pro, to clear memory periodically, say every 20 minutes, or preferably when a threshold is reached, say when only 100MB is available.

    To get purge to work you need to install Xcode from Optional Installs on the 10.6 install DVD. Also be sure you install CHUD Tools with it.
    But running purge or anything like it is pointless if within a short period of time the VM just grows back again. Sounds like you need more RAM.
    Where are the memory leaks? Just because the VM reaches a certain size doesn't necessarily mean it's from a memory leak.

  • [uzbl] how do I clear the command bar after following a link? [SOLVED]

    It's ridiculous that I've done this again, but I've forgotten how to have uzbl automagically clear the command bar after I fl something. Yes, I know at some point it was on uzbl's wiki page; yes, I did compare my old and new configs; yes, I'm a dork and I'm just not finding the answer.

    The only part of diff that has anything to do with this is:
    < @on_event LOAD_START chain '@set_status <span foreground="khaki">wait</span>' 'event KEYCMD_STRIP_WORD'
    > @on_event LOAD_START @set_status <span foreground="khaki">wait</span>
    The rest is either stuff that I've commented out for now or key bindings, personal settings, etc.
    The follow link code is working now the way that it was before with the above changes. With the old way (as posted above) it wreaks all sorts of havoc with uzbl. By that I mean that the command bar would seem to clear but the data would reappear as soon as another command would start to be entered. As well, backspacing to the beginning of the command line would send uzbl to follow URLs that I didn't specify.
    By the way, no matter if the above is hackish or not, it's close to what I want. The only thing left would be for ESC to clear the numbers if I chose not to do go somewhere. Is there a way to set this up without breaking other functionality?

  • Need help with the restore-mailbox command

    I just started playing around with the restore-mailbox command now that the Recovery Storage Group and exmerge are not options in 2010. I am hoping someone can help me out here. I am working in a test environment. What I did was backup a database with a
    single mailbox on it called testex2010. I used Windows backup. I then restored the database and logs, created the recovery database using the shell and was able to mount the database after running eseutil /R etc...
    I now want to recover the data in the mailbox testex2010 to another mailbox called Recovery Mailbox in the production database. I was able to successfully restore testex2010 to itself. I proved  this by deleting all the messages in the live database,
    running the restore command and seeing the messages back in the live mailbox.
    The command I used was restore-mailbox -identity testex2010 -RecoveryDatabase RDB1
    I am prompted with the "are you sure" text and after hitting yes, all goes well. I now want to restore to another mailbox in the production database called Recovery Mailbox. This is where it breaks down. No matter how I format the command, I cannot get it
    to work. Two questions:
    1) should I be able to see mailboxes in the Recovery Database using the GUI or the Shell or do you just assume they are there?
    2) what is the command to restore messages from a mailbox in the Recovery Database to another mailbox in the production environment?
    Is what I am trying even possible? Just so you know, I did try this command"
    Restore-mailbox -identity testex2010 -RecoveryDatabase RDB1 -RecoveryMailbox "Recovery Mailbox" -TargetFolder testex2010
    It fails telling me that the mailbox Recovery mailbox is not in the Recovery Database.

    Restore-mailbox -identity testex2010 -RecoveryDatabase RDB1 -RecoveryMailbox "Recovery Mailbox" -TargetFolder testex2010
    The wording of the
    Restore-Mailbox command can be tricky. If I look at your example above, this is what it would attempt to do...
    Restore the content of the mailbox with display name "Recovery Mailbox" in the RDB into the mailbox testex2010 under a folder named testex2010.
    Think of the -Identity parameter as the mailbox you want to restore INTO.
    Think of the -RecoveryMailbox parameter as "Recoverying The Mailbox of..."
    Also get into the habit of using the DisplayName with -RecoveryMailbox.
    Microsoft Premier Field Engineer, Exchange
    MCSA 2000/2003, CCNA
    MCITP: Enterprise Messaging Administrator 2010
    Former Microsoft MVP, Exchange Server
    My posts are provided “AS IS” with no guarantees, no warranties, and they confer no rights.

  • "clear screen" command exits sqlplus

    Hi,
    I am running a 10gR2 database. when I issue "clear screen" command at the sqlplus prompt, it throws me out of the sqlplus. there are no error messages.
    anybody having the resolution ?
    thanks.

    I got it ... its a bug in 10.2.0.1, the version which I m using
    bug 4595395      CLEAR SCREEN causes SQLPLUS command line to dump
    this is resolved in 10.2.0.2 patchset. Note: 358749.1
    thanks.

  • ForEach not initiating Set-Mailbox Command

    Script retrieves all User Mailboxes where AuditEnabled equals false then it's supposed to set those users to "true" but for some reason it is skipping my Set-Mailbox command.  I know the variable I'm passing contains data so that's not the
    issue and I've tried different syntax but I'm missing something.
    #Mail Server Variables
    $FromAddress = "[email protected]"
    $RelayMailServer = "relay.domain.com"
    $ITSupportEmailAddress = "[email protected]"
    #Connect to Office 365
    $password = ConvertTo-SecureString "password" -AsPlainText -Force
    $cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList [email protected],$password
    $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic -AllowRedirection
    $importresults = Import-PSSession $s
    $today = Get-Date -Format d
    # Define font and font size
    # ` or \ is an escape character in powershell
    $font = "<font size=`"3`" face=`"Calibri`">"
    $UsersList_AuditDisabled = @()
    $userslist_auditdisabled += Get-Mailbox -filter {RecipientTypeDetails -eq 'UserMailbox'-and AuditEnabled -eq $false} |select userprincipalname, auditenabled
    If ($UsersList_AuditDisabled -eq $null) {$UsersList_AuditDisabled = "No Users to Report"}
    else {
    $auditfile = "C:\Office365\AuditUsers.csv"
    $userslist_auditdisabled | sort userprincipalname | Export-Csv $auditfile -NoTypeInformation}
    $userslist_auditdisabled | ForEach
    Set-Mailbox $_.userprincipalname -AuditEnabled $true -ErrorAction 'SilentlyContinue'
    If ($UsersList_AuditDisabled){
    $msg = new-object Net.Mail.MailMessage
    $att = new-object Net.Mail.Attachment($auditfile)
    $smtp = new-object Net.Mail.SmtpClient($RelayMailServer)
    $msg.From = "[email protected]"
    $msg.To.Add("[email protected]")
    $msg.Subject = "Audit Users Enabled"
    $msg.Body = "Attached is the list of users who have Auditing Enabled."
    $msg.Attachments.Add($att)
    $msg.IsBodyHTML = $true
    $smtp.Send($msg)
    $att.Dispose()}
    Remove-PSSession $s
    #Clear all variables
    Clear-Variable audit* -scope global

    Hi,
    First thing - remove -ErrorAction SilentlyContinue from Set-Mailbox and run it again. Any errors?
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Is there a lock screen command in OS X similar to Screen Lock in Windows?

    I want to lock screen for a brief period of time, and didnt want to log out or shut down the system.
    Is there a lock screen command for this, so that I can lock it and unlock whenever I need?
    Or I am wondering if I can log out without closing the application so that when I log in back, I get to the application and continue working from whereever I left.
    I dont want to close the application and be able to lock or logout the user. Please suggest me some ideas.
    Thanks,
    Gopinath

    Open the Security pane of System Preferences and check the box to require the password to wake from sleep or screen saver. In the Desktop & Screen Saver pane, set up the screen saver to activate when the mouse is at a specific corner. The screen saver can be unlocked with the password of the person who is logged in to the machine or with any administrator password.
    (15568)

  • Run Clear Case command from java and save the out put in to a file.

    Can any one help me out ...
    I want to execute Clear case command from a java and want to save the out put of this command to a file.
    I am naot able to find out how to start..
    Message was edited by:
    chandra_verma

    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html

  • Is there a shortcut key command for 'export'?

    Hello all,
    I'm just wondering if there is a shortcut command for the 'export' dialogue box?
    The only information I seem to be bringing up in searches is 'exporting your shortcuts' to create custom shortcut keys.
    Thanks in advance!
    Zoe

    Yes and No!
    You have to create your own using the Edit>Keyboard Shortcuts command to enter your own shortcut.

  • Is There a Move To Command?

    In all my years of using Mac OS X I should not have to ask this, but... Is there a "move to" command that can be used to move files from one location to another without dragging and dropping? Preferably one that does not involve Terminal!
    Thanks,
    Steve M.

    Is there a "move to" command that can be used to move files from one location to another without dragging and dropping?
    No, there isn't. That's one of the areas where the Windows interface has a useful feature that Mac OS X does not. Though the Windows "move to" can become rather cumbersome when you have a lot of folders, which may be why the Mac OS X designers elected not to include it.
    Regards.

  • Is there a DIAdem Script command that can automatically create folders/directories in Windows?

    Hi there!
    I need to automatically create folders/directories in the Windows file system? Is there a DIAdem Script command to do this (like the way you do it in DOS/Unix or even Matlab (mkdir command)? Thanks!

    Hi,
    there are two ways to create folders within a DIAdem script:
    Call FolderCreate("d:\New Folder")
    Dim fso
    Set fso = CreateObject("Scripting.FileSystemObject")
    Call fso.CreateFolder("d:\New Folder 2")
    Christian

  • Is there an iTunes.exe command-line switch/syntax reference list?

    Is there an iTunes.exe command-line switch/syntax reference list?
    I would like iTunes to automatically play my music (selectable/programmable) when I click on the iTunes icon.
    Thank you in advance, ACJ

    Hi,
    Thank you for posting in Windows Server Forum.
    The switch /control indicates that you can take the control of the session which you have taken. Generally when we take remote desktop session we will already get the control of that session but in some case where some administrator will not give full access
    or control of remote session to the user. At that if they know this option they can use to control that remote session.
    Use command line parameters with Remote Desktop Connection
    http://windows.microsoft.com/en-in/windows/command-line-parameters-remote-desktop-connection#1TC=windows-7
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • E71: Is there somthing like ipconfig/command promp...

    Is there something like a command prompt on the E71 where I can run something similar to ipconfig?  When I goto the address of 192.168.1.1, I normally get the local wifi routers prompting for passwords...... but now theres a new access point appearing and I want to find out what the IP is I'm connecting on without dragging the laptop around.
    Which led me to notice I had no clue about any form of command prompt on the phones OS, searching the internet given me developer level info that really is too much.

    EXCELLENT! Could you please please post your dialling files for AT&T?? Even better if you could upload a zip of your entire /etc/ppp/peers folder that would be nicer even. I am in desperate need to get the $15 MediaNet tethering on my Fedora 10 laptop working over bluetooth, I used to do it before with T-mobile T-zones with my E61, but since then I switched to my E71 and moved my number to AT&T and my attempts to adapt my scripts to AT&T have not been successful yet however tethering under Windows XP with the Nokia PC suite works though...

  • Do we have a command to clear sql command prompt

    do we have a command to clear sql command prompt ??

    I faced one issue, that would like to share with you guys.
    Oracle: 10gR2
    OS: Win XP / 2003 / 2000
    C:\Documents and Settings\mamohiuddin.MYPC>sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Mar 22 13:18:37 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> cl scr;
    C:\Documents and Settings\mamohiuddin.MYPC>
    Now a pop dialog box came and informed the following..
    Oracle SQL*PLUS has encountered a problem and needs to close. We are Sorry for the incovenience.
    Did you also face this issue ? If fixed how ? Is it Oracle problem or Windows Problem ?

  • Hi, I have updated my iPhone 4S with iOS 6 and there is no voice command in maps. Can I get help? Thanks, Sarvari

    Hi, I have updated iOS 6 software and there is no voice command on turn by turn navigation in maps. Please help

    Check this out:
    http://www.apple.com/ios/feature-availability/

Maybe you are looking for