Exchange 2013 Management Shell - By Subject

Does anyone know a EMS command to search by subject as I cant do it from the Exchange Admin Center

Hi,
Please try the following command:
Get-ExchangeServer | Get-MessageTrackingLog -MessageSubject "test" -Start "12/12/2013 8:00AM" -End "12/19/2013 10:00AM"
In addition, the following articles for your reference:
Search Message Tracking Logs
Get-MessageTrackingLog
Hope this helps!
Thanks.
Niko Cheng
TechNet Community Support

Similar Messages

  • Connect to Exchange 2007 Mailboxes with Exchange 2013 Management shell

    Hello,
    I was wondering if it is possible to use the Exchange 2013 Management Shell with the older version of Exchange 2007. When I run the console now it give me an error saying no exchange servers are available in the Active Directory site. When I use Exchange
    management shell for 2007 the errors do not appear. Wondering if the management shell is backwards compatible.
    Thanks,

    No. your management shell MUST be the same roll-up version of exchange. I have applied updates and learned the hard way to block all updates that go beyond the server version you are
    running.
    http://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollup-bui...
    To this end, you can use the same installation media that was used to install your Exchange server "Provided you are hosting your own", just install the management console instead of the whole thing,

  • Exchange 2013 management shell error

    The problem am facing is that when I opened the Exchange management shell on my  Exchange 2013  server locally it would fail to connect.The following error is receiving with Administrator account.I add another account in Organization
    Management Permission  it connect successfully.
    following is error
    Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.: mail.abc.com
    VERBOSE: Connecting to mail.*.*.
    New-PSSession : [mail.abc.com] Connecting to remote server mail.abc.com failed with the following error message :
    WinRM cannot process the request. The following error occurred while using Kerberos authentication: Cannot find the
    computer mail.abc.com. Verify that the computer exists on the network and that the name provided is spelled
    correctly. For more information, see the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : NetworkPathNotFound,PSSessionOpenFailed
    [PS] C:\Windows\system32>

    Hi wert
    Thank you for your question.
    We could run Set U to make sure the logon user is domain administrator, because we use another account logon without any problems. We could check if some permissions are missing for administrator.
    We could refer to the following steps to delete administrator profile to check if the issue persist:
    Open up "Control Panel | System and Security | System"
    In the dialog click on "Advanced system settings" (requires Admin rights)
    The "System Properties" dialog will be displayed
    Make sure you are in the "Advanced" register
    In the "User Profiles" section click on "Settings"
    The "User Profiles" dialog is displayed
    Select administrator account and Delete it.
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    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]
    Jim Xu
    TechNet Community Support

  • Exchange 2013 Management Tools Install Error on Win8

    Hello,
    I'm having some trouble installing the management tools for Exchange 2013 on Windows 8. While going through the install if I leave "Automatically install Windows Server roles and features that are required to install Exchange Server" check I get
    this error...
    Error:
    The target of the specified cmdlet cannot be a Windows client-based operating system.
    If I uncheck that option and just check the Management Tools option, the error message changes to...
    Error:
    Global updates need to be made to Active Directory, and this user account isn't a member of the 'Enterprise Admins' group.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.GlobalUpdateRequired.aspx
    Error:
    Setup encountered a problem while validating the state of Active Directory: Couldn't find the Enterprise Organization container.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.AdInitErrorRule.aspx
    Error:
    The forest functional level of the current Active Directory forest is not Windows Server 2003 native or later. To install Exchange Server 2013, the forest functional level must be at least Windows Server 2003 native.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.ForestLevelNotWin2003Native.aspx
    Error:
    Either Active Directory doesn't exist, or it can't be contacted.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.CannotAccessAD.aspx
    Warning:
    Setup will prepare the organization for Exchange 2013 by using 'Setup /PrepareAD'. No Exchange 2010 server roles have been detected in this topology. After this operation, you will not be able to install any Exchange 2010 servers.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.NoE14ServerWarning.aspx
    Any help on resolving this so I can move on with the installation would be appreciated.
    Thanks.

    Hi,
    To install the Exchange 2013 Management Tools, there are many prerequisites we need to understand before installation. And even
    we must manually install some required software.
    Here are some references that may be helpful to you:
    Install the Exchange 2013 Management Tools
    http://technet.microsoft.com/en-us/library/bb232090(v=exchg.150).aspx
    Exchange 2013 Prerequisites
    http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Forcefully delete user's "Deleted Items" from Exchange 2010 Management shell ?

    After migration from Exchange 2003 to 2010 my organization's some user can't delete items from their deleted items folder, it generate a error message so how can I forcefully delete user's deleted items from their "Deleted Items folder" from
    Exchange 2010 Management shell ? Thanks
    Babu

    Hi Babu ,
    Based on my knowledge i have given some suggestions please have a look in to it.
    1.We cannot use the search-mailbox command specifically for any folder in the mailbox.But we can use it for a whole mailbox.Below is the command which will copy the entire contents of the mailbox to the target folder called as "backup" .
    Search-Mailbox -Identity "problematic mailbox name" -TargetMailbox "test mailbox" -TargetFolder "backup" -LogLevel Full -deletecontent
    Note : Before executing the above command , please execute the below.
    New-ManagementRoleAssignment -Name "Import Export_Enterprise Support" -SecurityGroup "Enterprise Support" -Role "Mailbox Import Export"
    Once the above command is executed then you need to add your admin account to the security group "Enterprise Support" and then use the Search-Mailbox command to copy the entire items to the target mailbox and also it will delete all the copied
    items from the original mailbox.
    2.Another one option is to use the MFCMAPI tool to force delete the items on the deleted items folder.
    Most importantly before doing all the above , please share me the error message what your users are facing while deleting the items from deleted items folder.
    Thanks & Regards S.Nithyanandham

  • Exchange 2013 management tools installation on windows 2012 standard edition gives error.

    Exchange 2013 management tools installation on windows 2012 standard edition gives following error.
    Does anyone observed this issue ?
    Error:
    The Exchange management tools are supported on servers running Windows Server 2012 and Windows Server 2008 R2 SP1 or later, and also on Windows 8 and Windows 7 client computers.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.ValidOSVersionForAdminTools.aspx
    My Test lab is having
    Exchange 2013 installed (xyz.local) domain and working fine.
    Now i am installing Exchange Management tools on server which is member of (xyz.local) Domain  (base OS : Windows 2012 standard edition : Windows updated)
    Best Regards
    sameer Prabhune

    Hi Sprabhune,
    It should work.
    Did you install the tool by GUI or cmd?
    Please select "Automatically install Windows Server roles and features that are required to install Exchange Server" to have the Setup wizard install required Windows prerequisites.
    If possible, please try to install the tool on Windows 7/8 client to test.
    Exchange 2013 Prerequisites
    http://technet.microsoft.com/en-us/library/bb691354.aspx
    Frank Wang
    TechNet Community Support

  • Exchange 2007 Management shell issue: "There are multiple objects matching the identity "servername" Please specify a unique value"

    I thought this would be an easy answer to an issue I'm facing, but there's a problem executing the solution.
    I'm running Exchange 2007 in a clustered SCC configuration.  The clustered resource is called "DENBURYMAIL."  I want to give my account full mailbox access rights to all the mailboxes in this resource/database.
    I believe I found the solution to this at
    http://technet.microsoft.com/en-us/library/bb310792%28EXCHG.80%29.aspx (about halfway down the page) the instructions read as follows: 
    ==============================
     Q: I have a third-party messaging application that requires full access to each user's mailbox. With Exchange Server 5.5, we grant a special account the Service Account Admin permissions, and then tell the application to use this account. How
    can I achieve similar functionality in Exchange 2007?
    A: Exchange 2007 security works differently from that of Exchange Server 5.5. In fact, Exchange 2007 does not use a site service account. Instead, all services start as the local computer account.
    If your logon account is the Administrator account, a member of the root Domain Administrators, a member of the Enterprise Administrators groups, or a member of the Exchange Organization Administrators role, you are explicitly denied access to all mailboxes
    that are not your mailbox, even if you have full administrative rights over the Exchange system. All Exchange 2007 administrative tasks can be performed without having to grant an administrator sufficient rights to read other people's mail.
    You can achieve the results that you want in the following ways, but do so only in accordance with your organization's security and privacy policies:
    In the Exchange Management Shell, use the following command to allow access to all mailboxes on a given mailbox store:
    Add-ADPermission -identity "mailbox database" -user "serviceaccount" -ExtendedRights Receive-As
    =============================
    But when I run the command (Add-ADPermission -identity "denburymail" -user "matthew.fazio" -ExtendedRights Receive-As) I get an error telling me that "There are multiple objects matching the identity "DENBURYMAIL."  Please Specify a unique value."
    I'm not sure what's causing this-- why are there "multiple objects?"  Is this a problem due to operating in a clustered environment?
    Any assistance would be appreciated!

    It may not be specific enough for the command to understand you.
    Try this:
    Get-MailboxDatabase -Server <servername> | Add-ADPermission -user "matthew.fazio" -ExtendedRights Receive-As

  • Installing Exchange 2013 management tools

    I am unable to install Exchange Management Tools on other server in network. I am getting error when trying to run unattended setup "exchange server.msi failed. Fatal error during installation. Error code is 1603. Last error reported by the MSI
    package is 'Error reading from file: C:\Users\backup-admin\Downloads\Exchange2013\RemoteScripts\ConsoleInitialize.ps1.   Verify that the file exists and that you can access it".  Also tried to run the setup.exe, but this option not highlighting
    "Management Tools" option to select.
    Mohammed Qamaruddin

    Hi,
    Please try the following cmdlet to solve this issue.
    set-executionpolicy unrestricted
    If this doesn’t work, please try to copy the
    ConsoleInitialize.ps1 from a working server to this server then reinstall Exchange management Tool.
    If this still doesn’t work, we should consider to re-download  Exchange Server 2013 Management Pack from this
    site, then try to install.
    Related document:
    https://technet.microsoft.com/en-us/library/bb232090%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    Best Regards.

  • Exchange 2013 Managed Availability: ProcessIsolation HealthSet unhealthy.

    In env with 2 CAS and 3 MB Servers, all 2013 CU3, the ProcessIsolation healthset is market as Unhealthy. Here is the result from the monitor:
    < Message > Maintenance workitem "Process.Isolation.Maintenance.Workitem" (ID: 64) has failed. Health Manager has detected it is either set to run once and failed, or has been failing consistently. Maintenance workitem failure could cause
    monitoring gap and should be investigated. The error message from the last result is: workitem completed with result: TimedOut ------------------------------------------------------------------------------- States of all monitors within the health set: Note:
    Data may be stale....<Result from Get-HealthReport here>.........
    Note: Subsequent detected alerts are suppressed until the health set is healthy again. </ Message >
    Using get-serverhealth I can see that "ProcessIsolation\MaintenanceFailureMonitor.ProcessIsolation\" is Unhealthy.
    I cannot find any documentation regarding this Healthset. How should I investigate this?

    Hi,
    Is there any related error message in the Application log?
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Import Calendar Entries to Exchange 2013 Causes Outlook Calendar View Problems

    Today I was working on a way to import company holidays for 2014 into people's calendars.  We're running Exchange 2013.  Most users have Outlook 2010, but I'm on the bleeding edge with Outlook 2013. 
    The best method I found online for adding events to everyone's calendar involved creating a calendar in a PST file that contained all of the company holidays and then using the Exchange 2013 Management Shell to import the PST file into people's calendars. 
    I created the calendar in a PST using Outlook 2013.  Each holiday is an all day appointment.  I then used the management shell to import those appointments into my calendar.  Outlook was running when I ran the import.
    After the import completed, I went to look at my calendar and Outlook 2013 crashed.  I restarted it, clicked on my calendar and it crashed again.  After some digging, I found a suggestion that I start Outlook with /cleanviews.  That seems
    to have corrected the problem.  All appointments appear as expected.  Well, that was ugly.  But I'm the only one on Outlook 2013 right now, so it's not a showstopper.
    I then found a victim running Outlook 2010 for my next import experiment.  Outlook 2010 didn't crash.  But the calendar view did reset to a list view instead of whatever the user was running before.  Strange...  I ran the test again with
    another person and was able to reproduce the result.  All appointments are present, but Outlook feels the need to change views?
    Does anyone have a suggestion for how to import these appointments without the calendar view being reset? I don't want to think about all the support calls we're going to get when people's calendar view gets changed to a list view.
    Thanks
    Patrick

    Hi Patrick,
    Is the use able to change the calendar view manually? Please check whether all calendar items are in list view both in OWA and Outlook? Please try to import the PST file from Outlook side to check whether the issue persists.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Exchange Server 2013 Management Pack - not reporting Operations Manager 2012

    Hi,
    We've installed the Exchange 2013 Management Pack into SCOM2012 but nothing seems to be reporting back. There nothing in Organization Status or Server Health.
    The Agent is installed on the Exchange Server. There are Event ID's on the Exchange server of 20070; 21006 & 21016
    The server itself is showing as Healthy under Agent Managed.
    Is there any other configuration that needs to be done on either SCOM or the Exchange Server?
    Thanks
    Stephen

    Hi Stephen, 
    Have you figured out how to get the management pack working on your environment?
    While I was doing some maintenance on exchange, I've restarted the server and then restarted SCOM monitoring agent service and it worked.
    I know that this isn't a fix but it's how to got it working...
    Hope this help

  • Cannot Move Exchange 2013 Database "Object couldn't be found on" Error

    Hello,
    I am trying to move my exchange 2013 database to a different partition, when I enter the move-databasepath command, It says the operation couldn't be performed because object "databaseName" could not be found on "Southwestdc01"
    My Exchange server name is SWPSExchange, I am in the exchange management shell on my exchange server, but it's as if it is looking for the database on my Active directory server.  I have one DC, and an exchange server.  Is there a way to specify
    which server the database is on?  If it would only look for the database on the SWPSExchange, it would work.
    i verified the database name, the issue is when I run the move-database command, it is looking for the database on the wrong server.
    Thanks for the help!

    Here is all the info:
    My Exchange 2013 server is SWPSExchange, My AD Server is Southwestdc01, I am logged into the exchange server management shell on SWPSExchange, below is what I get, as you can see it is trying to find the database on Southwestdc01 instead of SWPSExchange.
    [PS] C:\Windows\system32>Get-MailboxDatabase
    Name                           Server          Recovery       
    ReplicationType
    Mailbox Database 1279379856    SWPSEXCHANGE    False           None
    PS] C:\Windows\system32>Move-DatabasePath -Identity 1279379856 -EdbFilePath E:\ExchangeDatabase\1279379856.edb
    The operation couldn't be performed because object '1279379856' couldn't be found on 'SOUTHWESTDC01.Southwest.local'.
        + CategoryInfo          : NotSpecified: (:) [Move-DatabasePath], ManagementObjectNotFoundException
        + FullyQualifiedErrorId : 3961D47F,Microsoft.Exchange.Management.SystemConfigurationTasks.MoveDatabasePath
        + PSComputerName        : swpsexchange.southwest.local

  • Exchange 2013 CU7 server performance/outage issues.

    Hi Forum,
    We are constantly faced with incidents from users that the connections are lost with the exchange server. As a result, we hired a consultant to install an new Exchange 2013 environment based on the Microsoft, VM-Ware and NetApp best practices.
    We are still having problems with performance issues. From the client prospective, the performance has not changed, weekly hangs are still happening and I’m at my wits end.
    This is our configuration:
    2 Windows Server 2012 R2 CAS and DB
    VM with 4 vCpu, 16GB, 1 Vmxnet3, IPv6 disabled (the Microsoft way)
    VM Ware 5.1 U1
    Cluster without AAP
    DB1 active on Server 1 (Datacenter 1 with 3 host cluster)
    DB2 active on Server 2 (Datacenter 2 with 3 host cluster)
    Veeam 8 Backup (Move-ActiveMailboxDatabase DB2 -ActivateOnServer Server1 , backup server 2 then Move-ActiveMailboxDatabase back to
     Server2.
    Exchange is in Online-Mode due to Citrix XD VDI clients.
    1300 Mailboxes and 750 users.
    NetApp with SATA disks. (1.5TB E: Vol for DB1/1.5TB F: Vol for DB2)
    No archiving
    Unlimited mailbox sizes.
    The problems are:
    If we migrate a non-Exchange VM in the same cluster or to\from the same host, this results in a 30 second to 5 min Outlook outage;
    If we make both DB’s active on mail server 1 and reboot server 2, this results in a 30 second to 5 min Outlook outage;
    If we make both DB’s active on mail server 1 and do a Veeam backup of server 2, sometimes one of the DB’s go back to server 1, on its own;
    While monitoring we see that the w3wp.exe and the Microsoft.Exchange.Store.worker.exe are consuming most of the cpu and memory;
    What can I do to solve the outages?
    Tnx. Timotatty.
    Exchange server performance issues.
    Hi Forum,
    We are constantly faced with incidents from users that the connections are lost with the exchange server. As a result, we hired a consultant to install an new Exchange 2013 environment based on the Microsoft, VM-Ware and NetApp best practices.
    We are still having problems with performance issues. From the client prospective, the performance has not changed, weekly hangs are still happening and I’m at my wits end.
    This is our configuration:
    2 Windows Server 2012 R2 CAS and DB
    VM with 4 vCpu, 16GB, 1 Vmxnet3, IPv6 disabled (the Microsoft way)
    VM Ware 5.1 U1
    Cluster without AAP
    DB1 active on Server 1 (Datacenter 1 with 3 host cluster)
    DB2 active on Server 2 (Datacenter 2 with 3 host cluster)
    Veeam 8 Backup (Move-ActiveMailboxDatabase DB2 -ActivateOnServer Server1 , backup server 2 then Move-ActiveMailboxDatabase back to
     Server2.
    Exchange is in Online-Mode due to Citrix XD VDI clients.
    1300 Mailboxes and 750 users.
    NetApp with SATA disks. (1.5TB E: Vol for DB1/1.5TB F: Vol for DB2)
    No archiving
    Unlimited mailbox sizes.
    The problems are:
    If we migrate a non-Exchange VM in the same cluster or to\from the same host, this results in a 30 second to 5 min Outlook outage;
    If we make both DB’s active on mail server 1 and reboot server 2, this results in a 30 second to 5 min Outlook outage;
    If we make both DB’s active on mail server 1 and do a Veeam backup of server 2, sometimes one of the DB’s go back to server 1, on its own;
    While monitoring we see that the w3wp.exe and the Microsoft.Exchange.Store.worker.exe are consuming most of the cpu and memory;
    What can I do to solve the outages?
    Tnx. Timotatty.

    Hi Simon,<o:p></o:p>
    Apparently we are using basic authentication which result in a FailingCode=401 as seen in the Event Log under Active Monitoring --> Probe Results from ECP and others. This
    became apparent after reading this blog:
    http://blogs.technet.com/b/ehlro/archive/2014/02/20/exchange-2013-managed-availability-healthset-troubleshooting.aspx<o:p></o:p>
    We are now overriding some of the monitors which require Forms Based Authentication.<o:p></o:p>
    Regarding the other 2 issues we have changed the licensing model for Veeam 8 to allow full throughput which will reduce the backup time and add compression.
    The KEMP support team helped us by deselecting Use HTTP/1.1 under View/Modify Services --> ECP –> Modify --> Real Servers. This
    now only flags a service (ECP or ActiveSync or OWA) as being down instead of an etire server should one component fail.<o:p></o:p>
    I am satisfied but still not happy with the steps required to troubleshoot an Unhealthy Health Sets:<o:p></o:p>
    Invoke-MonitoringProbe always returns with: WARNING: Could not find assembly or object type associated with monitor identity '<Healthe Set >\< Probe >'. Please ensure
    that the given monitor identity exists on the server.
    This makes it very difficult to troubleshoot
    Unhealthy Health Sets.
    Regards,
    Timotatty

  • Exchange 2013 Reports

    Hello All,
     I recently installed SCOM 2012 R2 and have installed the Exchange 2013 management packs however there does not seem to be any good reports that are included with this management pack. I was wondering if anybody has an tutorials on creating a exchange
    specific report. The basic criteria would be cpu usage, memory usage, hard drive space, up time,  and any relevant exchange metrics. 

    Hi,
    There are no performance counters collected by this Management Pack: the monitoring does cover any performance issue that might arise, leveraging Exchange Managed Availability.
    However, all Exchange PerfMon counters are still available. It should be simple to create your own performance collection rules, if you do require them.
    There are no reports in this Management Pack: you can still use some of the built-in Operations Manager reports (such as the Health and Availability reports) to track organization availability, or define SLAs against the Organization.
    In addition, I would like to suggest you go through the link below to get more details about Exchange 2013 MP, we should be able to see CPU and Memory performance from the MP:
    SCOM Management Pack for Exchange 2013 – Top 6 Things I Like
    http://ok-sandbox.com/2014/11/scom-management-pack-for-exchange-2013-top-6-things-i-like/
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Exchange 2013 Get-ServerHealth NotApplicable

    Hi All,
    I have a new installation of Exchange 2013. SCOM monitoring in place.
    I'v noticed that a lot of errors showing on SCOM regarding the HealtSet is showing unhealthy.
    But what is strange to me is that when I run Get-ServerHealth I see that the HealtSets that are showing as unhealthy are also in state
    NotApplicable.
    What does NotApplicable mean, and why is it event in unhealthy state if its not applicable?
    Thanks,
    Zarko

    Hi,
    There is no official document explaining the state "NotApplicable" currently.
     To troubleshoot health set issue, here is a related blog for your reference.
    http://blogs.technet.com/b/ehlro/archive/2014/02/20/exchange-2013-managed-availability-healthset-troubleshooting.aspx
    Besides, please check if there is any related events logged for further analysis.
    Best regards,
    Belinda Ma
    TechNet Community Support

Maybe you are looking for

  • Wireless printer and airport express

    I have an HP officejet 7410 "all in one" printer that use to connect to my Imac wirelessly just fine but now I have to connect it to the usb cable to get it to print. my family has 4 mac bookpro's also and its hit or miss whether or not they will pri

  • ABAP Web Dynpro application in new UWL tab

    Hi All, I have been looking for an option to open a web dynrpo abap application in a new tab in UWL which i created. I have been searching on SDN for this but i could only find the help docs which say how to open a task in web dynrpo abap application

  • I-Photo keeps coming up with the following error -Your photo library is either in use by another application or has become unreadable.

    Your photo library is either in use by another application or has become unreadable. The solution suggested is restart and hold option/command down. I have done this and the options given make sense but when I try to run any of the suggested solution

  • PS Command: Send on behalf privleges

    Hi, I'm trying to create a script which give everyone in Group A access to send on behalf of everyone in Group B. The trouble is I think I have to get all of the email addresses from the mailboxes in Group A and putting them into the last section. Ge

  • Are ready-made borders/frame designs available in PS CS6?

    I used Photoshop Elements 4 for many years and upgraded to 10 about a year ago; I recently downloaded Photoshop CS6 for the trial period.  In my projects I regularly use the ready-made frame and border designs that are available in the "content" sect