Remove Empty Folders by name

Hi guys!
i must remove all empty folders in my PC.
Each folder can be removed only if folder start-name is not 0 or 1 or scan.
Examples:
C:\Scan --> keep
C:\Scan\Try -->delete try and subfolders, keep scan
C:\Scan\0-Try --> keep all
C:\Try -->delete all
C:\Try\1-This\2-That -->delete only 2-that 
i made this code:
function Move-EmptyDir{
[CmdletBinding()]
param (
[Parameter(Mandatory = $true)][string]$Source,
[Parameter(Mandatory = $true)][string]$Destination,
[ValidateNotNullOrEmpty()][regex]$NoMatch
$EmptyFolders=@()
$AllFolders= (Dir $Source -Force -Recurse) | Where-Object{$_.Attributes -match "Directory"}
$ExistFolders= $AllFolders | Group-Object -Property Exists | Where-Object{$_.Name -match "True"}
Foreach($Item in $ExistFolders.Group){
$MeltinCount= $Item.GetFileSystemInfos().count #se 0 non ha elementi
$SimCount= (($ExistFolders.Group | Group-Object -Property Parent) | Where-Object{$_.Name -eq $Item.Name}).Count #0=no subfolders
if($MeltinCount -eq $SimCount){
$EmptyFolders+= $Item
$Moved= @()
$Moving= $EmptyFolders.Length -1
While($Moving -ne -1){
$OneFolder= $EmptyFolders[$Moving]
if($OneFolder.GetFileSystemInfos().count -gt 0){
Write-Warning "This Folder $OneFolder is not empty"
$Moving--
elseif($OneFolder.Name -match $NoMatch){
Write-Warning "The Folder $OneFolder Match the Exceptions"
$Moving--
elseif($OneFolder.Parent.Name -match $NoMatch){
Write-Host "The Parent Folder of $OneFolder Match the Exceptions" -BackgroundColor Green
$Moved += $OneFolder
$Place = $OneFolder.FullName -replace "^$([regex]::Escape($Source))", $Destination
if((Test-Path $Place) -eq $false){
New-Item -Path $Place -ItemType Directory
Remove-Item -Path $OneFolder.fullname -Force -ErrorAction SilentlyContinue
Write-Verbose ('Moved folder "{0}" to "{1}"' -f $OneFolder.FullName, $Place)
$Moving --
else{
Remove-Item -Path $OneFolder.FullName -Force -ErrorAction SilentlyContinue
$Moving --
else{
$Moved += $OneFolder
$Place = $OneFolder.FullName -replace "^$([regex]::Escape($Source))", $Destination
if((Test-Path $Place) -eq $false){
New-Item -Path $Place -ItemType Directory
Remove-Item -Path $OneFolder.fullname -Force -ErrorAction SilentlyContinue
Write-Verbose ('Moved folder "{0}" to "{1}"' -f $OneFolder.FullName, $Place)
$Moving --
else{
Remove-Item -Path $OneFolder.fullname -Force -ErrorAction SilentlyContinue
$Moving --
return $Moved
$Where= 'C:\temp'
$ToGo= 'C:\estinto'
$MatchList= '0','1','8','9','Scansion'
$Kind= 'Empty'
if(Test-Path $Where){
#$TheMatch = Select-Match -FullList $MatchList
$Folders = Move-EmptyDir -Source $Where -Destination $ToGo -NoMatch 'F' -Verbose
$Drives = ForEach($Item in $Folders){
Select-Object -Property @(
@{ Name = 'Name'; Expression = { $Item.Name } }
@{ Name = 'Percorso'; Expression = { $Item.Parent.FullName } }
#Get-Report $Drives $Kind
else{
Write-Error 'Invalid Path' -Category ResourceUnavailable
with powershell v4 can you do somthing better?
Thanks
A

As far as reducing the amount of code start with this:
#return all folders that match name rules
dir c:\temp\* -exclude 1*,0*,scan* -directory
¯\_(ツ)_/¯
$Folders=Get-ChildItemD:\-Recurse-Directory-Exclude0*,1*,2*,8*,9*,scan*-ErrorActionSilentlyContinue
$EmptyFolders
=$Folders|Where-Object{$_.GetFileSystemInfos().Count
-eq0}
-ErrorActionSilentlyContinue
$EmptyFoldersFullname
=$EmptyFolders|Group-Object-PropertyFullname
Get-Report
$EmptyFoldersFullname.Group
"Empty"
DONE!

Similar Messages

  • Remove empty folders revisited

    Hi,
    A while back I did start using this to remove empty folders inside a download folder ( thanks tot Bob for the time delay )
    /usr/bin/find $dlDir -depth -empty -type d -Bmin +2880 -exec rmdir {} ;
    Now, I need to remove folders inside many projects folder, but this isn't working for folders where a .DS_Store file lives inside.
    I could loop in each folder to check for a 1 file count ( or for more .xxx files ), but this will take time.
    How can I do that in a faster way?
    I dont want to remove any .DS_Store file from a folder that isn't empty with other files.
    Thanks in advance
    ( I know how to do it in applescript, but, I need/want it in bash )

    So I could replace eventually
    echo rm -f "$dir/.DS_Store" # remove the 'echo' when you think it is safe
    echo rmdir "$dir"
    with I guess.
    echo rm -rf "$dir" # remove the 'echo' when you think it is safe
    But will try that, the above, later.
    I thought about using rm -rf, but I worry about accidentally getting a wrong path, and deleting too much. Years ago, I wrote a script (similar concept to what you are trying to do), that was suppose to clean up a scratch area. I made a mistake in my script and cleaned out /etc/. The system was essentially hosed and I had to restore from backups.
    While I do use rm -rf, I am very careful about when I use it. It is also why I just 'echo'ed out the rm commands, rather than execute them during testing.
    If I have the wrong directory somehow, rm -f .DS_Store and rmdir "$dir" will do the minimum amount of damage, as the rmdir will not delete a directory unless it is empty, so my only loss would be the .DS_Store.
    Also I could replace
    '! -iname .DS_Store' with '! -iname ".*"' for searching and keeping out of the $files var any 'just hidden files' in the folder, right?
    Yes that should work, but I think you want to understand what dot files are there any why.
    as each directory found will be searched for files besides .DS_Store, but I could not figure out a way to do this all within the single 'find' command that was not messy.
    This was my fear, so I ask the pro's! , but I see there is not a real choice without looping.
    There may be a way, I just could not think of a cool trick that would do it.

  • How do I search for and remove empty folders?

    I would love any help. I've spent about 6 hours yesterday looking for a solution for this project...
    PROBLEM:
    I'm trying to organize a 6GB file library of sheet music documents.
    After using Gemini to find and delete duplicate files, I'm left with hundreds of empty folders and files spread across the folders in odd locations.
    How do I find and delete all the empty folders?
    My hope is to remove all the empty folders and then manually reorganize the files.
    This will probably take quite a few hours.
    Here is an example of the mess. The folders currently look something like this:
    Music Library 1 > Kids Songs > Easy > Empty Folder
    Music Library 2 > Kids Songs > Easy > "Ode To Joy.mus" and other files are here
    Music Library 3 > Kids Songs > Intermediate > Intermediate songs files are here
    A better / larger question might be - What is the best way to organize this mess?
    Is there a good file manager for organizing these documents? We run a music school and are trying to set it up for multiple teachers to organize their files and sort by a few different tags like: Difficulty, Genre, Teacher Name, Composer name etc.
    Thank you so much for any help!

    I'm afraid the ability to find empty folders is a wee bit complicated, and quite simply is completely broken in Mavericks. Just because a folder appears to be empty, doesn't mean that it is--if it was ever opened it will have an invisible .DS-Store file inside. For instance, in Snow Leopard if I do a search on the Desktop folder for Kind is Folder, plus Number of Items is less than two, I get two folders, both are empty but one I just created and never opened, and the other I created some time ago and later tossed the contents, which means that it has a .DS-Store file. Both show "No Items" in Icon view. If I modify the Number of Items to "equals 0" only the newly created and unopened folder "empty" shows up. If I try the same thing in Mavericks I get no sensible results at all in any set of search parameters.
    The moderator at Houdah Software reports: "Spotlight on Mavericks reports a value of 1 for "Number of Items" (kMDItemFSNodeCount) for all folders." He says he has reported it as a bug. Evidently it is not yet fixed.
    Francine

  • Export-Mailbox for legal discovery remove empty folders

    Hi Everyone,
    I'm having a bit of an issue with running an export mailbox search for a legal discovery that we need to perform. Basically we need to find any messages sent from two specific addresses to anyone within our company and export them to a mailbox for our legal
    team to review. The problem that i'm running into is that the export-mailbox command copies the folder structure for each mailbox that it searches to the target mailbox. When the legal team attempts to open the mailbox its taking an extremely long
    time for the target mailbox to open. 
    Is there any way to run the export-mailbox command and have it not copy the folder structure for users that have no messages related to the search ? I haven't been able to find anything about a command line option to not create empty folders so i'm assuming
    this isn't a built in feature. If not has anyone had to deal with this issue before, if so what solution did you use to delete the empty folders folders in the target mailbox ? 
    We are running Exchange 2007 SP1

    Hi Ragharam,
    Thank you for the response. Unfortunately the command cannot be limited to just the inbox as i must search deleted items and any folders that the users created as well as the inbox. Pretty much i have to search every where for any existence of
    these messages.  I'm running a command that is similar to what you listed above and the export is working the problem is that we have roughly 5000 user mailboxes that we need to search. Since the export-mailbox command creates a folder for each
    user that has been searched in the target mailbox and that folder contains each users folder structures the resulting mailbox or PST file pretty much just hangs the Outlook client as soon as its opened. 
    My hope is that there would be some way to only create folders for users that have matches to the search filter and not for the users that do not match or some way to delete the empty folders within the mailbox without having to open it. 

  • Empty folders (from previews) after removing files

    I see that LR still creates a separate folder for every preview, and that all the folders remain on disk even after you've removed images from the library, leaving hundreds or thousands of empty folders behind. On the PC, there is a freeware app called RED (remove empty directories) that works well. Run it on the Lightroom folder in My Pictures.

    Thanks Frank for your prompt reply, when I click empty trash, it got rid of all the pictures in trash, but on the empty folders, however whe i exited the program adn restarted it again, the folders were gone as well.
    Thanks again for your help

  • I am anew user. Initially I created several folders for my photos but now know how to transfer photo folders using iTunes. However I am unable to delete/remove the now empty folders I created in iPad.

    I am anew user.
    Initially I created several folders for my photos on the iPad itself but now know how to transfer photo folders using iTunes. However I am unable to delete/remove the now empty folders I created in iPad.
    Can anyone assist me please
    Thanks

    When you are in Album view in the Photos app - tap the edit button in the upper right corner - tap the X in the corner of the album to delete it.

  • Outlook remove empty pst folders from stores with powershell script

    I created a script that finds all pst folders in the My Documents folder of a user, moves those PST files and attaches the PST to outlook after they've been moved.
    If PSTs in a user's my documents folder was attached to Outlook before the script is run. after the script runs successfully in the outlook profile those PSTs would have two entries in the stores, an old reference that is because the PSTs have been moved
    those folders can no longer be opened in outlook and each time a user attempts to open the folder it prompts you to browse for the new location of the PST. Then the new entries in the stores which were added via the script.
    I want to add removing those empty folders or rather those folders with broken file paths from outlook to my script. Because of these broken folders i can't enumerate through the list of attached folders in outlook, the script errors outlook.
    I need help scripting (PowerShell) the task of removing broken folders from the outlook stores
    thanks

    Here is a sample of the kind of code you need to work with:
    $ol=New-Object -ComObject Outlook.Application
    $ns=$ol.GetNamespace('MAPI')
    foreach($store in $ns.Stores){
    if($store.IsDatFileStore){$ns.RemoveStores($store)}
    # use $ns.AddStore() to reattache a store.
    # inbox dor account must be retrieved and maintained.
    If you are not sure how to proceed then post in the Outlook Developer forum.  They should have many examples of how to move PSTs given different versions and scenarios.
    You can also find many examples here:
    http://gallery.technet.microsoft.com/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D.Value=Office&f%5B0%5D.Text=Office&f%5B1%5D.Type=SubCategory&f%5B1%5D.Value=Microsoft%20Outlook&f%5B1%5D.Text=Microsoft%20Outlook
    ¯\_(ツ)_/¯

  • How do I remove the "folders" attatched to the bookmark names in the bookmarks toolbar?

    Hello -
    Though I understand that Firefox is not Safari, a browser I have been using since its' introduction and now switching to Firefox with the ongoing issues I have with Safari, there is one thing that is bothersome for me with Firefox and the bookmarks bar.
    On this bar, I am unable to find a way to remove the folders that are attached to the left of each bookmark on this bar - there is no option to delete (or have) this as an option. I have imported all of my bookmarks and bookmark folders from Safari and they all fit on the bar if these additional folders are not present. This goes along as well with the bookmarks bar addition to the Firefox browser that is at the right end of the bar, which I would prefer not be there as well - this information can be found in the "bookmarks" drop down at the top of the screen on the Mac.
    Is there a way (I hope) to remove these folders that sit to the left of the bookmarks, in addition to removing the bookmarks information tab that is located to the end right of the bar (w/o me going into the code for the program and attempting to figure it out on my own)?

    Hi mactec,
    Install the "'''Stylish'''" extension and then the style listed below
    # [https://addons.mozilla.org/firefox/addon/stylish/ Stylish :: Add-ons for Firefox]
    # [http://userstyles.org/styles/9091 '''Bookmarks Toolbar Blue/Folders, Red/Bookmarks''' - Themes and Skins for browser - userstyles.org]
    : Bookmark folders shown without icons in BLUE, and any bookmark not in a folder would be considered special and would be shown without icons in RED.
    For a list of some of the styles that I use see
    * [http://kb.mozillazine.org/User:Dmcritchie User:Dmcritchie - MozillaZine Knowledge Base]

  • How do I remove expand / collapse icon for JTree empty folders

    Hi
    I am using a JTree as a file system browser. I use DefaultMutableTreeNode nodes.
    I have a problem with empty folders.
    Empty folders show the expand / collapse icon, leading the user to believe there are sub-directories. When the user double-clicks the folder, the expand / collapse icon goes away. This is a "haha-gotcha" glitch that I really don't want my users to have to continually deal with.
    So, how might I get my JTree to not show the expand / collapse icon for empty folders?
    Thanks
    Wayne

    Maybe I can use the FileSystemView isTraversable(File f) method in my TreeCellRenderer class to check if anything is in the directory.
    But I still need to know how to disable the expand / collapse icon for such a node.

  • Folders on desktop vanishing/Empty folders not deleting

    Heyo, all
    I've come across a wierdness on my Mac and I'm stumped as to how to deal with it.
    I have a folder on my desktop that I can rename and move to the trash but that I cannot delete. It shows as empty in the Finder and via Terminal but still tells me that it is not empty and will not delete. Also, any time I put any thing into this folder it will vanish. It's still there if I look via terminal but does not display via Finder. It will show up if I reboot then vanishes again when I try and do anything with it. For example, if I open the folder, it will display an empty folder, then vanish.
    At first it was just an annoyance but now another folder has taken on the same characteristics. I'm not sure of what is going on but this disturbs me, greatly.
    I have tried applications that are supposed to force delete items but have failed to achieve success.
    Any advice on how to get rid of these folders and restore the integrity of my desktop would be appreciated!
    Thanks,
    V

    Since you mentioned that you looked at it with the Terminal, I will take the liberty to respond with a Terminal solution.
    Open the terminal and type the following:
    sudo rm -Rf ~/Desktop/<StrangeFolder>
    and press enter. Of course, substitute the name of your strange folder(s) for "<StrangeFolder>".
    This command will definitely remove those folders. Make sure you have it exactly right. This is one of those commands that will do exactly what you tell it. If typed incorrectly (such as with an extra space or something), it can and will remove your Desktop and entire home directory. Years ago I deleted (half) my home directory at work this way. Luckily, we had backups. You've been warned.
    "With great power comes great responsibility"

  • Removing Public Folders after migration from Exchange 2007 to Exchange 2013

    Recently we migrated from Exchange 2007 to Exchange 2013.  We did not migrate Public Folders and are retiring them from Exchange altogether.  I shut Exchange 2007 off for a couple of weeks to ensure 2013 functions properly and it does so we're
    ready to decommission Exchange 2007.  I was able to remove all the mailbox databases without a glitch.  Using the EMC I click to remove the Public Folder database from Exchange 2007 and get the following message:
    Error: The public folder database "server\storage group - Public Folders\ Public Folder Database" contains folder replicas.  Before deleting the public folder database, remove the folders or move the replicas to another public folder database.
    Any help appreciated.

    Hi Terry,
    If you run the following command does it come back with any public folders?
    Get-PublicFolderStatistics -Server "SERVERNAME" | fl
    If nothing comes back you can follow this guide to manually remove the public folder database (at your own risk) http://haythamalex.wordpress.com/2011/11/24/how-to-force-exchange-server-public-folder-removal/
    Cheers,
    Jack
    I get alot of output from that command.
    AdminDisplayName        : Schedule+ Free Busy Information - Exchange Administrative Group (FYDIBOHF
                              23SPDLT)
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300F31A2721DECB5542A9C497ED8ECFD
                              0290000000000070000
    ExpiryTime              : 05/05/2014 1:00:00 AM
    FolderPath              : SCHEDULE+ FREE BUSY\EX:/o=MY_ORGANIZATION/ou=Exc
                              hange Administrative Group (FYDIBOHF23SPDLT)
    IsDeletePending         : False
    ItemCount               : 70
    LastAccessTime          : 13/08/2014 1:00:00 AM
    LastModificationTime    : 28/07/2008 10:17:42 AM
    Name                    : EX:/o=MY_ORGANIZATION/ou=Exchange Administrative
                               Group (FYDIBOHF23SPDLT)
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 35309B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300F31A2721DECB5542A9C497ED8ECFD
                              0290000000000070000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Offline Address Book - Exchange Administrative Group (FYDIBOHF23SPDLT)
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300F31A2721DECB5542A9C497ED8ECFD
                              0290000000000080000
    ExpiryTime              : 
    FolderPath              : OFFLINE ADDRESS BOOK\EX:/o=MY_ORGANIZATION/ou=Ex
                              change Administrative Group (FYDIBOHF23SPDLT)
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 13/08/2014 1:00:00 AM
    LastModificationTime    : 28/07/2008 10:17:42 AM
    Name                    : EX:/o=MY_ORGANIZATION/ou=Exchange Administrative
                               Group (FYDIBOHF23SPDLT)
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300F31A2721DECB5542A9C497ED8ECFD
                              0290000000000080000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : globalevents
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000140000
    ExpiryTime              : 
    FolderPath              : StoreEvents{D771E649-5D06-499F-82D7-C26C4617A7AA}\globalevents
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 28/07/2008 10:17:42 AM
    Name                    : globalevents
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000140000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : internal
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000130000
    ExpiryTime              : 
    FolderPath              : StoreEvents{D771E649-5D06-499F-82D7-C26C4617A7AA}\internal
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 28/07/2008 10:17:42 AM
    Name                    : internal
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000130000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OWAScratchPad{D771E649-5D06-499F-82D7-C26C4617A7AA}
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000160000
    ExpiryTime              : 
    FolderPath              : OWAScratchPad{D771E649-5D06-499F-82D7-C26C4617A7AA}
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 12/08/2014 10:42:01 AM
    Name                    : OWAScratchPad{D771E649-5D06-499F-82D7-C26C4617A7AA}
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000160000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : StoreEvents{D771E649-5D06-499F-82D7-C26C4617A7AA}
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 28/07/2008 10:17:42 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000120000
    ExpiryTime              : 
    FolderPath              : StoreEvents{D771E649-5D06-499F-82D7-C26C4617A7AA}
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 28/07/2008 10:17:42 AM
    Name                    : StoreEvents{D771E649-5D06-499F-82D7-C26C4617A7AA}
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D328567C1359964195421018B3836
                              4A80000000000120000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : ca77f936-9de2-11d3-9a74-009027301f0b
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 18/11/1999 3:48:02 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A03009029B751280DD3119A71009027301
                              F0B00000001D4CB0000
    ExpiryTime              : 14/07/2014 1:00:00 AM
    FolderPath              : OFFLINE ADDRESS BOOK\EX:/o=MY_ORGANIZATION/ou=MA
                              CC\OAB Version 2\ca77f936-9de2-11d3-9a74-009027301f0b
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/11/2011 10:22:02 AM
    LastModificationTime    : 27/08/2008 4:30:22 PM
    Name                    : ca77f936-9de2-11d3-9a74-009027301f0b
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A03009029B751280DD3119A71009027301
                              F0B00000001D4CB0000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Default
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000160000
    ExpiryTime              : 
    FolderPath              : schema-root\Default
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 27/08/2008 3:15:05 PM
    Name                    : Default
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000160000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Schedule+ Free Busy Information - MACC
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 18/05/1999 8:48:25 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300A6E60A4F280DD3119A71009027301
                              F0B0000000000070000
    ExpiryTime              : 05/05/2014 1:00:00 AM
    FolderPath              : SCHEDULE+ FREE BUSY\EX:/o=MY_ORGANIZATION/ou=MAC
                              C
    IsDeletePending         : False
    ItemCount               : 130
    LastAccessTime          : 13/08/2014 1:00:00 AM
    LastModificationTime    : 28/08/2008 11:50:24 PM
    Name                    : EX:/o=MY_ORGANIZATION/ou=MACC
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 63971B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300A6E60A4F280DD3119A71009027301
                              F0B0000000000070000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Offline Address Book - MACC
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 18/05/1999 8:48:25 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300A6E60A4F280DD3119A71009027301
                              F0B0000000000080000
    ExpiryTime              : 
    FolderPath              : OFFLINE ADDRESS BOOK\EX:/o=MY_ORGANIZATION/ou=MA
                              CC
    IsDeletePending         : False
    ItemCount               : 1
    LastAccessTime          : 13/08/2014 1:00:00 AM
    LastModificationTime    : 27/08/2008 4:30:23 PM
    Name                    : EX:/o=MY_ORGANIZATION/ou=MACC
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 22790B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300A6E60A4F280DD3119A71009027301
                              F0B0000000000080000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : exchangeV1
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000180000
    ExpiryTime              : 
    FolderPath              : schema-root\microsoft\exchangeV1
    IsDeletePending         : False
    ItemCount               : 401
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 27/08/2008 3:30:25 PM
    Name                    : exchangeV1
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 394761B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000180000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : globalevents
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000130000
    ExpiryTime              : 
    FolderPath              : StoreEvents{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}\globalevents
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/11/2011 10:21:08 AM
    LastModificationTime    : 27/08/2008 3:15:05 PM
    Name                    : globalevents
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000130000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : internal
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000120000
    ExpiryTime              : 
    FolderPath              : StoreEvents{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}\internal
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/11/2011 10:21:08 AM
    LastModificationTime    : 27/08/2008 3:30:24 PM
    Name                    : internal
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000120000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : microsoft
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000170000
    ExpiryTime              : 
    FolderPath              : schema-root\microsoft
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 27/08/2008 3:30:25 PM
    Name                    : microsoft
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000170000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OAB Version 2
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 19/05/1999 3:03:44 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A03009029B751280DD3119A71009027301
                              F0B0000000007DB0000
    ExpiryTime              : 14/07/2014 1:00:00 AM
    FolderPath              : OFFLINE ADDRESS BOOK\EX:/o=MY_ORGANIZATION/ou=MA
                              CC\OAB Version 2
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/11/2011 10:22:01 AM
    LastModificationTime    : 27/08/2008 4:30:22 PM
    Name                    : OAB Version 2
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A03009029B751280DD3119A71009027301
                              F0B0000000007DB0000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OAB Version 2
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 06/08/2005 5:03:23 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300E175D0D6CAF21C47928E7FEBCA31A
                              9520000000079270000
    ExpiryTime              : 14/07/2014 1:00:00 AM
    FolderPath              : OFFLINE ADDRESS BOOK\/o=MY_ORGANIZATION/cn=addrl
                              ists/cn=oabs/cn=Default Offline Address List\OAB Version 2
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/07/2014 5:07:04 AM
    LastModificationTime    : 28/08/2008 11:50:24 PM
    Name                    : OAB Version 2
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300E175D0D6CAF21C47928E7FEBCA31A
                              9520000000079270000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OAB Version 3a
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 06/08/2005 5:03:23 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300E175D0D6CAF21C47928E7FEBCA31A
                              9520000000079280000
    ExpiryTime              : 14/07/2014 1:00:00 AM
    FolderPath              : OFFLINE ADDRESS BOOK\/o=MY_ORGANIZATION/cn=addrl
                              ists/cn=oabs/cn=Default Offline Address List\OAB Version 3a
    IsDeletePending         : False
    ItemCount               : 17
    LastAccessTime          : 29/07/2014 5:07:04 AM
    LastModificationTime    : 27/08/2008 3:30:24 PM
    Name                    : OAB Version 3a
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 821324B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300E175D0D6CAF21C47928E7FEBCA31A
                              9520000000079280000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OAB Version 4
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 17/12/2006 4:06:45 AM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE00000006C28B0000
    ExpiryTime              : 14/07/2014 1:00:00 AM
    FolderPath              : OFFLINE ADDRESS BOOK\/o=MY_ORGANIZATION/cn=addrl
                              ists/cn=oabs/cn=Default Offline Address List\OAB Version 4
    IsDeletePending         : False
    ItemCount               : 4
    LastAccessTime          : 29/07/2014 5:07:04 AM
    LastModificationTime    : 27/08/2008 3:30:25 PM
    Name                    : OAB Version 4
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 667412B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE00000006C28B0000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : OWAScratchPad{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000190000
    ExpiryTime              : 
    FolderPath              : OWAScratchPad{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 21/07/2014 2:42:30 PM
    LastModificationTime    : 27/08/2008 3:15:05 PM
    Name                    : OWAScratchPad{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000190000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : schema-root
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000150000
    ExpiryTime              : 
    FolderPath              : schema-root
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 12/08/2014 10:32:21 AM
    LastModificationTime    : 27/08/2008 3:30:26 PM
    Name                    : schema-root
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000150000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : StoreEvents{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:51 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000110000
    ExpiryTime              : 
    FolderPath              : StoreEvents{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 21/07/2014 2:42:30 PM
    LastModificationTime    : 27/08/2008 3:30:25 PM
    Name                    : StoreEvents{BEE1FD0C-1F99-465E-9736-5E445BD9EBE1}
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300D93713B01F1B2D47ACEF7E4B5F2F2
                              9EE0000000000110000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Offline Address Book - /o=MY_ORGANIZATION/cn=add
                              rlists/cn=oabs/cn=Default Offline Address List
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 05/08/2005 4:25:34 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300109CB6B7A7C10441B115571996104
                              6DA0000000000080000
    ExpiryTime              : 
    FolderPath              : OFFLINE ADDRESS BOOK\/o=MY_ORGANIZATION/cn=addrl
                              ists/cn=oabs/cn=Default Offline Address List
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 29/07/2014 1:00:00 AM
    LastModificationTime    : 27/08/2008 4:30:22 PM
    Name                    : /o=MY_ORGANIZATION/cn=addrlists/cn=oabs/cn=Defau
                              lt Offline Address List
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300109CB6B7A7C10441B115571996104
                              6DA0000000000080000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca
    AdminDisplayName        : Internet Newsgroups
    AssociatedItemCount     : 0
    ContactCount            : 0
    CreationTime            : 22/08/2005 1:38:50 PM
    DeletedItemCount        : 0
    EntryId                 : 000000001A447390AA6611CD9BC800AA002FC45A0300F020D914C926D011A40900C04FD7B
                              D87FFFFFFFF00030000
    ExpiryTime              : 06/08/2014 1:00:00 AM
    FolderPath              : Internet Newsgroups
    IsDeletePending         : False
    ItemCount               : 0
    LastAccessTime          : 22/07/2014 9:32:58 AM
    LastModificationTime    : 24/10/2012 1:08:21 PM
    Name                    : Internet Newsgroups
    OwnerCount              : 0
    TotalAssociatedItemSize : 0B
    TotalDeletedItemSize    : 0B
    TotalItemSize           : 0B
    ServerName              : EXSVR2007
    StorageGroupName        : Second Storage Group - Public Folders
    DatabaseName            : Public Folder Database - Public Folders
    Identity                : 000000001A447390AA6611CD9BC800AA002FC45A0300F020D914C926D011A40900C04FD7B
                              D87FFFFFFFF00030000
    IsValid                 : True
    OriginatingServer       : EXSVR2007.mydomain.ca

  • I have 40 empty folders in my mailbox on ipad 3. They are shown on the left hand side of my mailbox screen.I have tried to delete them but they keep re appearing should they be there or can anyone tell me how to delete them. .

    I have 40 empty folders which have appeared in my mailbox. I have tried to delete them using the edit button but they keep coming back. I have done a factory reset to start my ipad as new but this has not removed them. They have now appeared on my wifes ipad air. Can anyone help please.

    Hi Go to Settings Email Accounts Delete Accounts Then add them back again. If that doesn't work Do a Factory Restore. Cheers Brian

  • Removing Public Folders from Exchange 2007

    Hello
    I am part way through migrating from Exch 2007 to 2010.
    All my mailboxes are over and the new server is working as I want it to.  The problem has come when trying to un-install the 2007 server.  I get the following error:
    Summary: 3 item(s). 2 succeeded, 1 failed. 
    Elapsed time: 00:00:20
    Mailbox Role Prerequisites
    Failed
    Error:
    Uninstall cannot continue. Database 'Public Folder Database': The public folder database "JUPITER\Second Storage Group\Public Folder Database" contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to
    another public folder database. For detailed instructions about how to remove a public folder database, see http://go.microsoft.com/fwlink/?linkid=81409.
    Recommended Action: http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.12&id=b6e3b32a-8848-46cb-9567-72288ac15f60
    I've gone round google at least 3 times now reading posts about moving the mailboxes and force-able removing them but nothing works and the folders remain.  Below is what I get when trying to follow the standard process of moving them.
    [PS] C:\Windows\system32>MoveAllReplicas -Server Old -newserver new
    Set-PublicFolder : The parameter "Replicas" cannot be $null or an empty array.
    At C:\Program Files\Microsoft\Exchange Server\Scripts\ReplaceReplicaOnPFRecursi
    ve.ps1:147 char:24
    +         $_ | set-publicfolder <<<<  -server $_.OriginatingServer;
        + CategoryInfo          : InvalidOperation: (\NON_IPM_SUBTRE...ne Address
       Book:PublicFolderId) [Set-PublicFolder], InvalidOperationException
        + FullyQualifiedErrorId : 7492CDDB,Microsoft.Exchange.Management.MapiTasks
       .SetPublicFolder 
    I'm not the most experienced exchange admin so it could be something simple ive over looked.
    Thanks in advance.

    If you can confirm the PF's have been replicated properly and rehomed to the Exchange 2010 Server then you can just manually remove the Ex2007 PF store, I have had to do this a few times so I could just get the Ex2007 uninstall to proceed.
    In ADSIEdit, go to Configuration, Configuration, Services, Microsoft Exchange, FirstOrganization, Administrative Groups, Exchange Administrative Group, Servers, Servername, Information Store, First Storage Group.  Then on the right hand pane, highlight
    the Public Folder Store and Delete it.MVP Exchange Server

  • Deleting Empty Folders from Library

    When I first got Lightroom I uploaded a random bunch of folders of images. Now I wish to upload everything (which I have put into a single folder) so that I can retain the hierarchy of folders within folders that I have developed for storing my work on a dedicated hard drive.
    I therefore selected all of these random folders of images and removed them from the Library (it took 45 minutes). But now I find that while all of the image files have been removed, all of the empty folders that contained them are left in the "Folders" folder in the library.
    My question is, how can I remove all of these empty folders prior to uploading my hierarchical folders of files? In other words, how can I start over again from scratch? (I have upgraded to Lightroom 1.1)
    Thank you.

    Thank you all for your suggestions. What I finally did was to right-click, as suggested by Mel, on each folder (it wouldn't work for me when I selected them all) and select "delete" from the resulting drop-down menu. It took awhile, as there were a lot of the buggers, but now I'm clean and ready to go!
    Again, thanks.
    Rodger

  • Imported iMovie HD Projects are now empty folders!

    I imported 3 of my old projects, edited some things, now I launch the app and my 3 projects are now empty folders! What happened!?

    Ok, I just figured it out. My Imported projects had periods in their names. Went to ~/Movies/iMovie Projects/, and they were folder, not projecte files. So I ditched the periods and added ".rcproject"... restarted iMovie and they came back fine. Hope that helps someone....

Maybe you are looking for

  • How can I erase pencil/pen marks on a pdf using Acrobat 11?

    I have googled this question with no success. I know that you can erase pencil marks made with the pencil tool in Acrobat, but I need to erase physical pencil marks from a scanned document. I know that I can use Photoshop to erase, but I have seen an

  • Access Tab not showing for item level security

    I have enabled item level security for the portal page I am working on, but the access tab for the items is not showing. I have come accross exactly the same problem on this forum and the advice was: Hi try the following : go to page properties set t

  • How to Setup Transport on Windows Server

    Hi guys, I'm trying to setup a transport between two systems. I have done it inthe past in Unix but never done it in Windows. It is kinda difficult for me in Windows. Can you please help me understand the setup. Server 1. >> PC1 Server 2. >> PC2 I ha

  • Nokia navigator 6210 need anti virus software or n...

    Hello , Just Joined not even switched on my phone yet still charging it! Can you advise me please? I first rang nokia to ask about anti virus suites as it was mentioned vaguely in the manual and I wanted to make sure If any was needed as it didnt spe

  • App Store internal server error

    I saw that I had some updates, so I went to the App Store, and it said this: http://i57.tinypic.com/28lq58z.png I tried restarting it. Twice. Didn't work. Why?