Managing spam email on the User's Mailboxes

Hi,
i would like to ask if there's a way where I can delete spam email (actually it was detected as trojan by our current AV but failed to delete), residing on some of the user's mailboxes.
i think this can be down via powershell but my concern is I can only do it on my Win7 machine. 
is it possible to enable the Get-Mailbox cmdlet on Windows 7?
many thanks.

Hi,
If you want to use Windows PowerShell remoting to remotely manage a server running Exchange Server 2010, you need to run the following cmdlet to create an implicit remote Windows PowerShell session.
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
http://exch4-cu1.cu1.com/PowerShell/ -Authentication Kerberos
import-pssession $session
Note: Please change "exch4-cu1.cu1.com" to your Exchange server name.
For more information, here is a blog for your reference.
Learn How to Use PowerShell to Run Exchange Commands Remotely
http://blogs.technet.com/b/heyscriptingguy/archive/2012/01/23/learn-how-to-use-powershell-to-run-exchange-server-commands-remotely.aspx
Hope this can be helpful to you.
Best regards,
Amy Wang
TechNet Community Support

Similar Messages

  • Unable to send email to the users from Project Server Workflow

    Hello all,
    I am facing issues in sending emails to the users from the workflow in SharePoint Designer 2013.
    I am trying to send emails to valid users in a Project server 2013 Workflow by Email action.
    I have set up the SMTP server successfully, I have configured SMTP server successfully in IIS manager 6.0
    I have configured the outgoing e-mail settings in Central Administration successfully,
    I have configured the SMTP email settings for my web app in IIS manager as well.
    I have configured and synced the User Profile App with the eMail addresses from Active Directory as well.
    I have configured the Alerts and Reminders in Operational Policies of PWA settings as well.
    I can send the emails to the users successfully through Powershell.
    But when I am trying to Start a Task Process with a user in the workflow, the task process starts but it never sent an email notification. So I tested by using the Action Email, that also the user is unable to receive any email. But the Workflow is not giving
    any error also. The email sending is successful, but the user is unable to receive it. The workflow succeeds to next phase without any errors.
    So to cross verify I tried 'Alert Me' option on a list, but that also is not sending(or might be sending but the user is not receiving) the mail.
    What else should I do to solve this issue.
    Please help me.
    Thanks,
    Shanky

    Hello Paul,
    I tried editing the PWA instance as you said, but that also didn't help :(
    I even restarted the Project Server Service, but nothing is changed. 
    I tried creating a new workflow for a List and used send email there, but that also is not sending the mail :(
    How do I check where the issue is from ? I mean, whether the workflow is sending the mail and the mail server is not receiving? or whether the workflow is not sending the mail itself? how do I check this? Is there any way to log these details?
    Please help me regarding this issue, I am totally clueless how to proceed.
    Thanks,
    shanky

  • Sending an email to the user if the WEBi scheduling failed in CMC

    Hello Everyone,
    Current scenario :
    I am scheduling WEBi report through CMC and the report is going to end user email as an excel attachment.
    Desired Functionality :
    What happens is if the scheduling fails due to some reason. The email does not go to the end user on a particular date and then he complaints.
    What i need here an email sending option that if the WEBi scheduling has been failed in CMC an email should go to the user saying : " The WEBi scheduling has failed. The team is working on it " . (This is just a sample message)
    So the idea is to send an email to the user when the WEBi scheduling fails in the CMC. How to achieve this ?
    Regards,
    Ashutosh Singh

    Hi Ashutosh,
    You can send an alert email to a group when the schedule fails to run by choosing the "A job has failed to run" option under notification.
    You can see this option only if you schedule the report through CMC.
    Regards
    Sunil

  • A Unified Messaging server running the same version of Exchange as the Mailbox server that hosts the user's mailbox couldn't be found.

    Hi Team-
    we are getting below alert in Exchange 2013 on UM server
    a Unified Messaging server running the same version of Exchange as the Mailbox server that hosts the user's mailbox couldn't be found.
    eventID 1647 
    The Microsoft Exchange Unified Messaging Call Router service rejected the call for the following reason: 15505;source="Exchange 2013 server  ";reason="Couldn't find a valid Unified Messaging server to redirect the call." Microsoft.Exchange.UM.UMCore.CallRejectedException:
    An incoming call with ID for user  was rejected because a Unified Messaging server running the same version of Exchange as the Mailbox server that hosts the user's mailbox couldn't be found.
    we have exchange 2010 and Exchange 2013.
    Sender of the voice mail is on the Exchange 2013 and receiver of the voice mail is on Exchange 2010 
    Is this not supported scenario of Exchange 2013 UM server and Exchange 2010 mailbox server
    ksrugi

    You cannot and should not expect Exchange 2013 UM function for mailboxes housed in Exchange 2010.  And the reverse is true as well.  If you want Exchange 2013 UM to function for users, their mailboxes need to be in Exchange 2013.  Exchange
    2013 UM should be able to redirect calls to an Exchange 2010 UM server if it detected a call was destined for a mailbox being hosted by Exchange 2010, assuming the UM servers/roles/services are within the same UM Dial Plan.

  • Bdc is completed in background i have to sent email to the user how..?

    hi
    could anybody tel me
    bdc is completed in background i have to sent email to the user how..?

    Hi Kalyan,
    You could send a mail via the BDC program (Zprogram) itself to a SAP user or to an external mail id (some configurations need to be carried out)
    prasanna

  • Why am I suddenly getting tons of spam email since the latest update?

    I have updated Thunderbird many times over the years and never lost its ability to send spam email to the junk folder. Suddenly, I have tons of it (labeled spam by Norton) still sitting in my inbox and I am having to delete it all every day! Any reason you know of that this is happening? Thanks!

    My guess is the Norton tool is not compatible with the latest version of Thunderbird. After all Thunderbird sends what it considers spam to the junk folder. Your Norton product does it's own thing entirely.

  • User management API/get all the users for a group

    Hi all,
    I'm trying to get all the users and their associated groups with the user management API. The method DirectoryManagerServiceClient.findGroupMembers(GroupMembershipSearchFilter)
    returns all the users, great, but not the associated groups.
    TO get the users i use the oid of a "super group" and this "super group" contains severals groups. It's the information about these groups i need.
    I have read in the documentation of Principal Object that a search could omit
    the group informations for efficiency. How can i bypass this limitation?
    Thank you in advance for your help,
    Philippe Vandenhove

    Hi Philippe
    Our CreateUser component will allow you to create local users and groups.
    http://avoka.dnsalias.com/confluence/display/Public/Create+User+Create+Group
    LookupGroup takes a group name or id, and returns a list of all members. I'm pretty sure it recursively evaluates contained groups, but you'll need to check. If it doesn't, log a bug to support-at-avoka.com.
    http://avoka.dnsalias.com/confluence/display/Public/Lookup+DSC
    Download at:
    vhttp://www.avoka.com/apps/checkcookie?qpac=y&qpac_code=avokaESComponents&location=%2Fapps %2Fqpacdownload
    Howard

  • Send Email to the User

    Hi experts,
    A very good morning.
    I am dealing with an object, in which I have to send a mail to the User.
    The mail should contain the Data that has posted to the Smartform.
    But I have to the send the smartform as it is, but not as a PDF attachement.
    Please clarify the following questions:
    1. Where I have to specify the E-mail parameters in the Tcode smartforms.
    2. How to send it to the Web user id, after I populate  the Smart form with the data.
    3. How to track the status of the mail, whether it has successfullt delivered or not.
    I am new to Smartforms, and I have only the basic knowleg\dge on them.
    Please guide me in this regard.
    ( if possible, with an example).
    Thank you in advance.
    Best regards,
    Naveen G

    Hi Naveen,
    You cannot send smartform as it is coz its in OTF formate,you have to change it to PDF formate.
    After the FM 'SSF_FUNCTION_MODULE_NAME' and fm_name,
    Change smartform preview formate(OTF) to PDF . call FM.
    *---Function module to convert OTF data to PDF data format
    call function 'CONVERT_OTF'
    exporting
    format = 'PDF'
    max_linewidth = 132
    importing
    bin_filesize = l_v_pdf_size "l_v_pdf_size type i,
    tables
    otf = l_it_otf_data "l_it_otf_data type standard table of itcoo initial size 0,
    lines = l_it_pdf_data. "l_it_pdf_data type standard table of tline,
    then
    *---Function module to chnage width of PDF file to 255
    call function 'SX_TABLE_LINE_WIDTH_CHANGE'
    exporting
    line_width_dst = '255'
    tables
    content_in = l_it_pdf_data[]
    content_out = l_it_pdf[]
    exceptions
    err_line_width_src_too_long = 1
    err_line_width_dst_too_long = 2
    err_conv_failed = 3
    others = 4.
    and finelly.
    *---Function module to send mail in attachment formate.
    call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    *---Function module to send mail in without attachment.
    call function 'SO_NEW_DOCUMENT_SEND_API1'
    exporting
    document_data = l_wa_doc_chng
    put_in_outbox = c_check
    commit_work = c_check
    tables
    packing_list = l_it_objpack
    object_header = l_wa_objhead
    contents_bin = l_it_pdf
    receivers = l_it_receivers
    exceptions
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    others = 8.
    Thanks.
    Mona.

  • Email to the user

    Hi,
    I have a senario where i need to send the mail to the user in his outlook express.
    At the time of creation/change of the PO i need to triger the message to the outlook express.
    I have the user exit at which trigers at the time of the save of the PO.
    I need to take the EKKO-ERNAM to get the persons username.
    How can i send the mail to the user based on the ERNAM ?
    Can any one pls advise.

    Hello,
    There is a exit for this.
    Exit Name: MM06E005
    Fm Name: EXIT_SAPMM06E_012
    Include: ZXM06U43.
    Inside this inlude you will get the value of EKKO and EKPO.
    With tzhis u can send the mail.
    Chk this sample to send mail.
    REPORT ZV_EMAIL_TEST .
    TABLES: KNA1.
    * data for send function
    DATA DOC_DATA LIKE SODOCCHGI1.
    DATA OBJECT_ID LIKE SOODK.
    DATA OBJCONT LIKE SOLI OCCURS 10 WITH HEADER LINE.
    DATA RECEIVER LIKE SOMLRECI1 OCCURS 1 WITH HEADER LINE.
    SELECT * FROM KNA1 WHERE ANRED LIKE 'C%'.
      WRITE:/ KNA1-KUNNR, KNA1-ANRED.
    * send data internal table
      CONCATENATE KNA1-KUNNR KNA1-ANRED
      INTO OBJCONT-LINE SEPARATED BY SPACE.
      APPEND OBJCONT.
    ENDSELECT.
    * insert receiver (sap name)
    REFRESH RECEIVER.
    CLEAR RECEIVER.
    MOVE: SY-UNAME TO RECEIVER-RECEIVER,
    'X' TO RECEIVER-EXPRESS,
    'U' TO RECEIVER-REC_TYPE.
    APPEND RECEIVER.
    * insert mail description
    WRITE 'Sending a mail through abap'
    TO DOC_DATA-OBJ_DESCR.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA              = DOC_DATA
         IMPORTING
              NEW_OBJECT_ID              = OBJECT_ID
         TABLES
              OBJECT_CONTENT             = OBJCONT
              RECEIVERS                  = RECEIVER
         EXCEPTIONS
              TOO_MANY_RECEIVERS         = 1
              DOCUMENT_NOT_SENT          = 2
              DOCUMENT_TYPE_NOT_EXIST    = 3
              OPERATION_NO_AUTHORIZATION = 4
              PARAMETER_ERROR            = 5
              X_ERROR                    = 6
              ENQUEUE_ERROR              = 7
              OTHERS                     = 8.
    write:/ 'Hi'.
    If useful reward.
    Vasanth

  • TS3899 comcast told me I needed to change my password for my comcast account.   I changed my password on my DESKTOP computer.   Now on my iPad, when I click on email, everything is received and read perfectly but I cannot send an email.  The user name or

    On my desktop computer, comcast requested that due to a problem, I needed to change my comcast PASSWORD.   I did so and everything was fine.   That evening I was working on my iPad and was reading all my emails that I had received during the day and tried to respond.   It came back and told me the username or password was not correct.   I immediately went to SETTINGS on my iPad and changed the mail password.   I have been working on this for two days and cannot SEND emails.  Otherwise, everything works perfect.   Everything I try to send gets put in my DRAFT file with a red triangle in the corner.   HELP???????

    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Shared mailbox shows emails and subfolders of the users mailbox in Outlook

    After We migrated the Exchange from 2010 to 2013 any shared mailbox has been migrated  is showing the inbox and all the subfolders from the user's mailbox in Outlook, instead of the shared mailbox content.
    note: if we create new shared mailbox it works fine without any issue.
    We have tried to removed full access permissions and re-added full access permissions, disabling AutoMapping and then added the shared mailbox manually in Outlook and that works fine but it is not a solution for us as we have 400+ shared mailbox and
    we cannot do it for every user have access on each shared mailbox.
    any ideas.
    Ayman Saleh

    Hi,
    Please check if this issue persists in Outlook online mode.
    After you remove the full access permissions, the shared mailbox will disappear from Outlook automatically. When you add the full access permission then, the shared mailbox will appear again in Outlook. There is no need to add shared mailbox manually.
    Please remove the full access permission and then re-add the full access permission. This time, you can make use of the AutoMapping feature to check if shared mailbox display properly.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • How to record the users who opened the email?

    Hi,
    After the email reaches the users' mailbox, I would like to record if a user opened the email or not. How can I call back to one of the commands in my server to make the recording? In other words, what should I include in the html or jsp file when I generate the email content in my server? Thanks a lot!
    best regards,
    Jen

    Answer is log files.... develop your program in such a way that it keeps logs for
    events like... sending a email, retrieving emails... which user is logged in and
    so on...
    i think this is the most simple and practical way to do this task
    have fun

  • Accessing the user management API programmatically

    I am looking for the officially supported method that could be used to access the user management API via "curl" for CRX:
    There is a user management API described here:
    http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanager.html
    However, executing a command on CRX 2.2 such as:
    curl -u:admin:admin http://localhost:7402/system/userManager/user.tidy.1.json
    Only returns a message indicating that the contents have been redirected (without providing another URL).
    Using the Content Explorer in CRX shows the list of users at: /home/users but I am not sure if a curl command could access the user list via that URL.
    Any pointers on how this could be done are appreciated.  This is for a partner.
    Regards,
    Blair

    I am a co-worker of MorrellJ.  I am trying to do a change password request using the Jackrabbit User Manager with the REST URL /system/userManager/user/<username>.changePassword.json.  The problem I am having is that this request requires an oldPwd form param in the request.  The issue is that when I am trying to do this request it is in response to the user selecting "Forgot Password" so our logic has created a random password which we then email to the user so they can use that the next time they want to login.  We need to change that user's password in CRX so they can log in using it next time.  Since they haven't logged in there is no session, NOT the problem.  THE PROBLEMS, I don't know 1. how to use the userManager to get that user's old password, since /system/userManager/user/<username>.json doesn't appear to return the password and 2. if I could get the old password it most certainly will be encoded, some how, so I will need some decoding algorithm to pass it through in order to get the actual password to set as the oldPwd form param to my change password request.  Please let me know if you require any further explanation.  Any assistance would be greatly appreciated.  Thank you, in advance, for your assistance.
    Sincerely,
    Mike Sucena
    [email protected]

  • Email of the Purchase Order to the User

    Hi,
    Currently, I am able to send the email of the purchase order to the vendor mail address, which is mentioned on general data tab of the vendor master.
    In addition, the requirement is that the purchase order also to be emailed to the User, who has created it.
    I have added the VU in NACE settings for application EF, output type NEU. The payment medium I have used is 5 (external send).
    However, when I try to add the VU and the user name to the vendor master partner details tab, the system is not taking in.
    Please let me know how can I email the purchase order to user.
    Thanks in advance for your time.
    Thanks,
    Ravi

    Hi,
    1) Add the user email address also in the vendor master.
    2) Verify all settings in condition records.
    3) Check tcode sost for any waiting send requests.
    Regards,
    BK

  • Email ID of the user in the Workflow

    Hi all,
    There is workflow available in one transaction. After releasing the order through VKM1, there is a requirement of sending email to the user. But the system is giving the email delivary failure message for a particular user. Where can i check the email address provided in the workflow for that user? Can anybody help me..
    Thanks & Regards
    shankar

    Welcome to SDN
    First get the address number and pers. number  from table USR21 for a given user
    and then
    go to table ADR6 to get the eamil address of the user.
    Regards
    Raja

Maybe you are looking for

  • Report structure issue

    EPM 10 SP15 I have a requirement to build a asymmetric column axis and dynamic row expansion input form to be done. If i can do this, that would avoid unnecessary building the same structure with 7 different reports to construct the asymmetric column

  • LR Causes Softness on Corner of Image

    I have a very strange problem and am wondering if anybody else has seen this. I am duplicating a painting using my Canon 5Dmk2 and some studio lights. I mounted the 22x28 inch painted canvas to a flat wall. I then mounted my camera on a tripod, perpe

  • Trouble with a 30G video Ipod

    Hey all, first time poster here. I've been browsing the topics, trying to find a solutin to my problem, but nothing so far seems to be the exact problem I'm having, but I've seen some that are close, and tried those solutions to no avail. Anyway, I r

  • Issue with Web Service Security

    Dear Forum Members and Readers, I am a beginner to Web Services, and facing an issue with WS-Security. My issue seemingly is quite specific to my projects though, It will be great if you can provide me your views. Context Description: I am developing

  • Data controller..please help

    hi there, im new to sun studio creator 2..can anyone help me on how to create a table with data controller? can you please send me a sample code if you had one([email protected])....please help....thank you in advance... thank you, Musika Message was