Using Copy-Item to overwrite files in remote server directory

Hello,
I am trying to copy newer files over older files from my workstation to a server using the copy-item cmdlet.
The cmdlet looks something like this:
copy-item *.* \\servername\c:$\pathname -force
There are no subfolders involved, so -recurse is not necessary.
When I run the command, I get this:
Copy-Item : Access to the path <Destination> is denied.
At line:1 char:1
+ Copy-Item '<source file>' '<Destination>
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Copy-Item], UnauthorizedAccessException
    + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.CopyItemCommand
I am running with administrative credentials at both ends of the network path AND I can use the GUI to copy and paste the files using Windows Explorer.  I am losing hair due to scratching my head.

Yes, what threw me was my ablity to copy and paste using Explorer from my machine to the server in an RDP session. I asked myself, "If I could do that, why can I not use the command line?"
Then I did some googling and found all kinds of the same error but it was pointing towards files that existed or sharepoint sites.  In some of those cases, the solution was to remove the folder and then replace it.  That was not a an option in
my case.
So, I figure I can read using my normal user credentials and copy to the clipboard and then in the RDP window, I am the Admin user and can paste from my machine's clipboard.  Interesting behavior.

Similar Messages

  • Using scp to copy files from remote server to mac from a newbie

    Hi am a new poster to this forum and getting (re)acquainted with the unix world using terminal on the Mac. I am part of webteam for a large website run by a nonprofit where I have administrative access. I hope that this forum is the correct venue for my question.
    The other day I used terminal tsch to logg onto a remote server where I have admin privaleges. One of the other admins and I were in the process of experimenting with using either rsync or scp to "backup" the server. We are experimenting with different backup strategies over and above those supplied by our web host. After finding out how to open port 22 on my modem and setting services in sharing to allow for remote log on, I logged on to the remote server and ran this command (suggested by another admin):
    scp -r -p -v /remotefolder [email protected]:/Users/drktyler/Documents/serverBU/
    Unfortunately I had severely underestimated the amount of time it would take to perform scp and needed to terminate the scp job. For example, I only got 100 MB onto my Mac in one hour (normally takes about 6 mintues to download a 100 MB file from the internet) I tried to kill the job by doing:
    ctrl -z
    ls ps
    kill (scp pid #)
    This did not work. And I forgot about trying ctrl-c <blush>
    I was able to exit my session on the remote server which "exited" the scp job.
    Oh, before running scp, I did try rsync and it did not work. Unfortunately, I had not set my terminal session to an unlimited buffer size, so the early part of my session rolled off the terminal screen. This means I have no idea what the error was.
    This morning the other admin was performing some backups on the remote server and noticed that there was a an unexplained directory on the remote server named:
    mymacuserid
    It had what he called some rpms. I am not exactly sure what a rpms cache files are, but I think that rpms has some relatationship to the RPM package manager used by many linux systems. I could not account for how the mymacuserid directory got on the remote server because I did not put it there and my log in id to the remote server bears no resemblance to my Mac user id.
    We don't believe that this directory did any harm to the remote server, but I sure as heck would like to know how it got there.
    My question is if there was something about my scp command that
    (1) created this "temporary" mymacuserid directory on the remote server
    (2) did the way I ended the scp job by exiting the terminal mean that this temporary directory was not "cleaned up."?
    (3) what other options might have been available to me to kill the job and clean up after the job? ctrl-c while logged onto the remote server? opening up a second terminal window and killing the ssh job?
    (4) is scp normally that slow?
    My Mac: Mac Mini, 1.66 GHz Intel Core Duo, Memory: 1.5 GB 667 MHz DDR2 SDRAM, Mac OS 10.4.8
    Remote server: CPU AuthenticAMD, AMD Athlon(TM) XP 2600+
    Version psa v8.1.1_build81070716.12 os_CentOS 4.2
    OS Linux 2.6.9-55.0.2.EL {CentOS is built from Red Hat Enterprise Linux}
    Respectfully yours,
    treehugger from nj

    J.V. Thanks so much for your very helpful response!
    The other admin who was trying scp over the weekend also reported that the job ran very slowly, so I suspect the slow response time may be on the remote server end. I do appreciate knowing that you have gotten 80% of your advertised DSL speed with scp.
    Thank-you for being so polite and gentle in your response. No I did not know that if the remote patname has white space in it, that I need to quote the whole path and escape any white space with preceding backslashes as you showed in your rsync example.
    Finally, as for the rogue elements being left on the server, I figured out that these rogue elements were left on the server the day before I did the aborted scp job because I had to quit the terminal in the middle of an active rsync job while logged onto the remote terminal. When I went onto the server this morning, I checked the timestamps on the rogue files and the timestamps match up.
    The other admin has finally succeeded in doing a full server back-up (in addition to the back-up using the back-up utility provided by our web host). So, for the moment we are in pretty good shape. Of course, I'm not sure that I could replicate what he did. <shrug>
    Thanks again. I'm glad I posted on this forum as I have always learned a lot by reading the apple forums I suspect that I will be posting again.
    T.H.
    P.S. Please forgive me for not including copies of your original message in my reply. There is probably a setting that I need to change.

  • HOw to delete files from remote server?

    Hi,
    I want to delete files from a directory on remote server.
    I use the following command to delete on current server:
    find $srcdir -mtime +90 -name "COR*.txt" -exec rm -f {} \;
    Now, how can I delete files from remote server ?
    Thanks!
    Yogini

    Some possible options:
    1. There exists SSH implementation for Windows.
    2. You can make a workaround. You can setup share for specific/wanted directory.
    Then you can mount it on Linux machine and execute command localy and delete files "localy" in mounted directory.
    3. You can setup FTP server on Windows machine and do that remotely via FTP commands.

  • How To read/write file on remote server in java

    Hi All,
    How To read/write file on remote server in java? I mean using URL - http://www.xyz.com can I right file to that perticular server.
    Thanks in advance

    If your server support a means of uploading files you can.
    A popular means is [http://en.wikipedia.org/wiki/WebDAV]
    However, by default web server don't allow you upload files, its usually something you need to configure or install.
    I suggest you have a look at your web servers documentation.

  • Copy any kind of file from content server to network directory

    Helli All
    The question:
    I nee to copy any kind of file from content server to any network directory.
    Explanation
    1. transaction CV02N
    2. There is attached file for a document in tab "Document data/Original"
    3. This file stored in content server
    4. I wrote program code that creates path of the stored file that finally looks like
    http://cont:8888/ContentServer.dll?get&Version=.....*...&compid=app1.doc
    where app1.doc is file's name and I have to copy this file into network directory.
    The problem is that this URL open the file instead of just pointing to him
    so that no function or method can't see this file and as the result I got message that
    the file doesn\t exist.
    Please, advice.
    Regards,
    Daniel.

    many many thanks for ur help. i really did not check the URLClassLoader properly.
    but i would like to hear a little more from u. i have another question. here in this code (provided earlier), i searched for attribute values in the manifest file, then again i load the required class file from the very url. is it not good to retrieve the whole jar file first, and then check attribute values inside manifest file and load the required class files from that jar file that is already downloaded without going to that url again? how can i do this?

  • Can't See Files On Remote Server

    Wondering if anyone has a fix for not seeing files
    on remote server... It's even got my host stumped. I have a fairly
    large static site which I CAN SEE files via my host's "File
    Manager" 90 Folders 3090 Files 52,336.74KB
    But I cannot see files and folders when connected FTP via
    IPSwitch or Dreamweaver 8.
    I have followed IPSwitch's troubleshooting steps for this
    issue, with no resolve. Emailed them a week ago, still no reply.
    I have other sites at the same host (sub-domains of the site
    I cannot see), and thoise subdomain sites files and folders show up
    fine. With the primary site, even though I cannot "see" the files
    and folders, I can still ftp to and from the server (get & put)
    from DW or IPSwitch...

    No... I am looking at the correct folders, etc. The host is a
    commercial host for Fortune 500's, I fairly confident in their
    abilities. They think it might have something to do with long file
    names. There is one clue, in that at one time I could view the
    files and folders. Since that time it is possible I added a page
    with a file name that is too long and is causing the issue. I will
    probbaly need to temporarily delete these long file name pages to
    see if it's the issue or not. I just thought someone here may have
    experienced this. Not being able to view files and folders (even
    though you can connect and transfer okay) is a pretty common
    troubleshooting topic at the FTP software companies.
    quote:
    Originally posted by:
    Newsgroup User
    It's time to change hosts, if they can't figure this one out.
    You must be
    looking at the wrong folder with DW/Ipswitch....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "DJ Website Designer" <[email protected]>
    wrote in message
    news:floqjp$rl2$[email protected]..
    >
    Wondering if anyone has a fix for not seeing files
    on remote
    > server... It's even got my host stumped. I have a fairly
    large static site
    > which I CAN SEE files via my host's "File Manager" 90
    Folders 3090 Files
    > 52,336.74KB
    >
    > But I cannot see files and folders when connected FTP
    via IPSwitch or
    > Dreamweaver 8.
    >
    > I have followed IPSwitch's troubleshooting steps for
    this issue, with no
    > resolve. Emailed them a week ago, still no reply.
    >
    > I have other sites at the same host (sub-domains of the
    site I cannot
    > see),
    > and thoise subdomain sites files and folders show up
    fine. With the
    > primary
    > site, even though I cannot "see" the files and folders,
    I can still ftp to
    > and
    > from the server (get & put) from DW or IPSwitch...
    >

  • Put files onto Remote Server?

    I am connected to the remote server and have tried repeatedly to put files onto remote server. It either says successful or not transferred and the new page never gets put up. What am I doing wrong? I have put files on my remote server before, but all of a sudden it is not working for me.

    This is what it is saying..
    Started: 7/22/2013 3:21 PM
    Website\5K_run08.html - same - not transferred
    Website\images\nav_home_on.gif - same - not transferred
    Website\images\nav_info_on.gif - same - not transferred
    Website\images\nav_photos_on.gif - same - not transferred
    Website\images\nav_members_on.gif - same - not transferred
    Website\images\nav_minutes_on.gif - same - not transferred
    Website\images\nav_faq_on.gif - same - not transferred
    Website\images\nav_home_off.gif - same - not transferred
    Website\images\nav_info_off.gif - same - not transferred
    Website\images\nav_photos_off.gif - same - not transferred
    Website\images\nav_members_off.gif - same - not transferred
    Website\images\nav_minutes_off.gif - same - not transferred
    Website\images\nav_faq_off.gif - same - not transferred
    Website\images\header.jpg - same - not transferred
    Website\images\button_friend.jpg - same - not transferred
    Website\images\run_button_blue.jpg - same - not transferred
    Website\images\committee_button.jpg - same - not transferred
    Website\images\map_button3_blue.jpg - same - not transferred
    Website\images\links_button_blue.jpg - same - not transferred
    File activity complete.
    Files skipped: 19
    Finished: 7/22/2013 3:21 PM

  • Defining Alias for Remote server Directory / Path

    Hi All,
             In my process chain I have an open hub process after which I have an abap program which sends out the data to a file on a remote server directory. But when it executes the program, it cannot find the path mentioned although I checked whether it is correct.
    I have also seen in several instances that for the remote server directory / path, the entire path is not typed in the variant's selection screen; instead it seems like an ALIAS. For example, if the path is
    w3n2-s501\javaappserver_test_staging\m234\sapdata on remote server w3n2-s501, then the  selection screen fileds show up like this:
    Remote Server Directory/Path     P               SAPTEST
    Remote Server Name                     P                          w3n2-s501     
    Does anyone know where this SAPTEST would be defined for the remote directory path?
    Thanks!

    Hi
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/0d6c3db297ff4d8a84e656502531f0/frameset.htm
    Hope it helps

  • Copy-item not overwriting exising files but creating additional subfolder.

    Hello, A simple bit of code does not do as expected:
    copy-item "C:\folder1\*" -destination "\\server1\share1\folder2" -recurse
    I would expect this to copy all files from c:\folder 1 to the destination folder. If the destination folder does not exist it should create it however it doesn't. I get the error "Copy-Item : Could not find a part of the path".
    if I change the code to the following i also get unexpected results:
    copy-item "C:\folder1" -destination "\\server1\share1\folder2" -recurse
    If i run this once, the folder structure is created and the files are copied. If i run this again it created an additional folder in the tree and copies the files to that folder again so we end up with the following:
    \\server1\share1\folder2\folder2
    What am I doing wrong? All i want to do is copy the contents of a folder to another location and create it if ti does not exist.
    Thanks.

    Copy-Item is confusing because, when copying a folder, if the destination doesn't exist it assumes you're trying to copy/rename the source to be the destination, whereas if the destination exists it assumes you're trying to copy underneath it.
    This is really annoying behavior and you can vote to change it by
    up-voting the issue here.
    In your second example, folder2 doesn't initially exist so it thinks you're trying to copy and rename folder1 to be "\\server1\share1\folder2". On subsequent runs, folder2 exists and it thinks you're trying to copy folder1 underneath it ("\\server1\share1\folder2\folder1").
    If you run it a third time, there's already a folder1 in the destination so you get "Item with specified name already exists" if you don't use the -Force flag to overwrite.
    The only other answer I found online is "use RoboCopy instead".  I didn't want to so I copied into the parent folder instead ("\\server1\share1\", in your example).  This gets ugly when paths aren't literal strings. For example,
    I had to use (get-item "c:\$_").parent.fullname as my destination.

  • Outlook 2013: Imported or copied items from .pst file disappear after a few seconds

    I am migrating from an open source email platform (Axigen) to Outlook/Exchange 2013. The Axigen system uses a connector for Outlook allowing users to use Outlook as a client.
    To move from Outlook 2010 with the Axigen server to Outlook 2013 with Exchange I have exported the entire mailbox from Outlook 2010 to a .pst file which I am then trying to import into Outlook 2013.
    The import process appears to complete successfully and the imported items show up in Outlook 2013 - but only for a second or two. Then they disappear completely, nowhere to be found. This happens with  ontacts, emails and calendar items and the result
    is the same whether I import the entire mailbox or just a folder at a time.
    If I OPEN the .pst file into Outlook 2013 everything in it looks perfectly OK, I can view items with no problems, all folders are there with their correct content. Now if I try to move or copy
    items from the opened .pst file into the Outlook 2013 mailbox, I get the exact same symptoms as when importing. Items show for a couple of seconds and then disappear. If I copy or move a
    folder, the folder remains in the Outlook 2013 folder tree but the items in it disappear.
    Why would items be perfectly visible and readable from an opened .pst file but disappear when they are copied into the new 2013 mailbox?
    They are not visible in OWA either, btw, so this is not just Outlook not displaying them, they are really gone. Checking the folder size in Outlook shows an empty folder (size 0, 0 messages). I have tried the /cleanviews switch when starting Outlook.
    This has me completely stumped. Any ideas?
    Thanks in advance!

    More strangeness:
    I set up an Android phone to sync with this account just now. I imported my contacts list from the phone into the Exchange account. After sync, all the contacts are perfectly visible on the phone, but NOT in Outlook 2013 or in OWA...
    So maybe it is some sort of display filter thing after all? 
    That's unbelieveable that message is visiable in Android phone through Exchange ActiveSync but cannot be viewd in OWA...
    For the database session, we may enable
    Exchange Mailbox Audit logging(http://technet.microsoft.com/en-us/library/ff461937(v=exchg.150).aspx) to check if the message is indeed upload into DB from Outlook.
    For the client level, please enable Outlook logging to log what happens inside outlook to aid in your troubleshooting.
    We can enable Outlook logging in Outlook 2013 under File > Options > Advanced > "Other" section
    Log files are created as .etl files and stored in %userprofile%\Local Settings\Temp.  A new log file is created each time Outlook starts.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected].
    Okay, I have enabled Outlook logging. However I cannot find any way to read those .etl files.
    I also enabled audit logging in Exchange but as I understand it that will not log operations performed by the mailbox owner, only non-owner access. 
    I think I am close to giving up on this. I can't believe an enterprise email platform will simply delete messages copied into a mailbox without any error message whatsoever, and no way for an admin to track what is happening.
    It is definitely happening when syncing with Exchange, so there must be something in these items (and
    remember this happens not only to email messages, but also to Contacts) that makes the Exchange server decide these messages should be discarded witout warning.
    One other thing: Folders copied from the .pst are visible on Outlook (although their contents are deleted) but not on ActiveSync clients. If I create a new folder in the mailbox, it syncs as it should.

  • Using %appdata% in a batch file with remote computers

    Hello, I'm trying to copy a file from our server to other computers over the network (it's a customized Outlook Toolbar). If I type the paths in manually as $C\users\<user.name>\appdata\roaming\microsoft\outlook it copies over fine. What I would like
    to know, is how to make it so I only need to re-enter the hostname instead of typing everyone's user accounts, if possible.
    The current command is nothing fancy;
    xCOPY "\\<NetworkLocation>\outcmd.dat" "\\<hostname>\%appdata%\Microsoft\Outlook\" /Y
    but when I try to run this from my computer, it uses MY %appdata% instead of using the hostname's appdata. In other words instead of it copying to say, "10.0.0.100\DesiredUser\Appdata\etc." it goes to "10.0.0.100\MY
    USER NAME THAT DOESN'T EXIST\appdata\etc." and gets "invalid drive specified".
    So in short, is there anything I can add above the command to make the %appdata% look to the hostname that is typed right before it? I'm obviously doing this wrong but tried A LOT of research and couldn't find anything to help.
    Thanks in advance!!

    Hi,
    About this command, the %appdata% is referred to current user account, that's why it will find your account on client computer.
    As an alternative, I suggest you use GPO to deploy file for each user to implement this:
    Group Policy allows you to deploy files and create folders on computers you are managing without having to visit those PCs manually. You can do this either in Computer Configuration or User Configuration, but we are going to be using User Configuration.
    To begin, open Group Policy Editor on your server, and navigate to User Configuration\Preferences\Files, right click on Files and choose New\File.
    Import the file and the location where you want to put this file in New file properties window, and deploy out.
    Kate Li
    TechNet Community Support

  • Problem with display of files in remote server

    hi,
    i am trying to display to the files on a remote server using JTree. i am able to display local files and directories using JTree but i don't know how to display remote files. can anyone explain how to do it?
    Thank you,
    npaila

    hi,
    i have exactly the same problem.
    Each node of the tree represents a directory. it can be a local or a remote one.
    The only difference is the definition of the File class; the TreeNode class is the same for both.
    Everything works correctly with local Files and fails with remote files.
    Everything means : directory creation, supression, rename, expand all recursive subdirectories.
    I can expand each node, even the ones associated with remote files, with user actions (mouse click, key typed) but I can't expand any node by programing.
    Each action is efficient on the remote server, but the display doesn't change at all.
    Something strange is that when I create a new JTree with a remote file as the root, expand all its recursive subdirectories and then display the Tree, it has correctly expanded.
    Is it a refresh problem ?
    Please help us, give us a clue...
    Thx for advance
    chocodup

  • Error message in Putting a file to remote server

    Hi:
    Although I am able to connect to the remote server, I am receiving the following error message when "putting" a file:
    An FTP error occurred - cannot put prices.php.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.
    I was able to accomplish the task using a different FTP client.  I am using a new installation of CS5.5
    Any ideas as to solving the problem?  Thanks!
    Rgds, Ned

    Hi Murray:
    That field is blank, as it should be.  Host is GoDaddy, as it is with many of my clients.  Tried a test with another site, and it "put" OK.
    I tried uploading a fresh test file to my remote, and it was also refused.  WS_FTP works fine.
    Rather weird, that's all.  I did some more reading, and I see that there are other recent Forum questions with occurances similar to mine.  Maybe Adobe will fix it soon,
    Thx, Ned

  • Can't upload "put" files to remote server unless they are in a folder. Please help.

    I have done many searches on this and found no solutions. Here is the problem:
    When I upload a file from my local site to the remote server it works fine as long as that file is contained in a folder.
    Example:
    I can upload an image from my images folder, or a template page from my template folder with no problem.
    BUT, I can not upload any web/html pages, my CSS page, site map, or any file for that matter that is simply in the root directory but not in it's own folder.
    When I try to do that I get this error:
    index.html - error occurred - An FTP error occurred - cannot put index.html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    index.html
    So every time I make a change to my index page I can't upload it to the server without getting that error unless I use a 2nd party program like Filezilla - which works fine. It is only Dreamweaver doing this.
    I have been using dreamweaver for a long time and had no problems with this site. This all started happening out of no where. and it is happening on my work and home computer.
    I made no changes to my server preferances or anythijng like that.
    I was just doing my thing - being happy - and then BAM, not happy any more....

    Hi there. First off thank you for your interest and your help.
    I have done what you suggest probably 30 times as I have obsessed over this crazy problem for a couple straight weeks before I finaly gave up on CS5.5
    I'm not sure what you mean by REMOTE server. The only server settings I am aware of are the ones in Dreamweaver. Here they are:
    5.0 Settings:
    Server Name = the same values on each
    Connect Using = FTP
    FTP Address = same numeric value on 5.0 & 5.5 port 21
    User name = same on both
    Password = same on both
    Root directory = is blank (I have tried it using / with no luck as well)
    web URL = http://ftp.westbrookadvertising.com/www/htdocs/
    Passive FTP is checked & Use FTP Peformance optimization is checked.
    5.5 Settings:
    Server Name = the same values on each
    Connect Using = FTP
    FTP Address = same numeric value on 5.0 & 5.5 port 21
    User name = same on both
    Password = same on both
    Root directory = is blank (I have tried it using / with no luck as well)
    web URL = http://ftp.westbrookadvertising.com/www/htdocs/
    Passive FTP is checked & Use FTP Peformance optimization is checked.

  • Help! Downloading a file from remote Server

    I am currently doing a program for downloading a specified file from the remote server i.e from any website. If the downloading process stops in between due to some problem in the internet connection, then my program needs to start the downloading the file again to the local directory from where it was left.
    My idea is that, getting the size of the remote file initially when the downloading process starts and if the connection is interrupted, i will check the size of the downloaded file in the local directory with the remote file size. If the remote file size is greater than the localfile size, i need to start downloading the file where it was left i.e start downloading the next bit from the remote file.
    Is there any way to get the contents of the remote file from the specified point say 50th byte from a total file size of 100 kb using java?
    which concept to use FtpClient or sockets?
    iam a little bit confused!!!!
    Please help me.
    Thanks in advance.

    For HTTP you can use this function to open the stream with offset:
    InputStream openStream(URL url, long offset) {
        try {
            URLConnection uc = url.openConnection();
            uc.setRequestProperty("Authorization", "Basic " + (new BASE64Encoder()).encode("username:password".getBytes()));
            if (offset != 0 && url.openConnection().getHeaderField(0).toUpperCase().startsWith("HTTP/1.1"))
                uc.setRequestProperty("Range", "bytes=" + offset + "-");
            return new BufferedInputStream(uc.getInputStream());              
        } catch (MalformedURLException mfURLe) {
            System.err.println("Malformed URL in Client Updater. Unable to receive update list: " + mfURLe.getMessage());
        } catch (IOException ioe) {
            System.err.println("Unable to open input stream: " + ioe.getMessage());
        return null;
    }

Maybe you are looking for

  • How can I transfer my DSLR pictures to my IPad.

    My incredible children gave me a IPad for Mother's Day and I love it?  Can someone tell me what I need to transfer my DSLR photos to the IPad?

  • Does Facebook use flash player Active x?

    Does it need it for the games on there or need it in general?

  • Will my sony display work?

    Hi everybody! I currently use only PC, never used a mac ever. I have two PCs, connected to my sony display SDM-HX73, which has dual VGA input and DVI input. I was thinking of buying a mac mini to use the DVI input (both VGAs are in use) but after rea

  • SMTP SERVICE

    Hi, Please let me know how to activate the SMTP service in SRM . Regards, Manu

  • Location of Mailboxes

    I am still using a Power Mac G3, which is running Mac OS 10.4. It can only have 8.0 GB of disk space. I have save some of my e-mail to the mailboxes. Now, the disk is running out of space. at the same time, the disk on the other side of the partition