If you stop receiving emails in Exchange 2007 telnet to your Exchange 2007 server. Do you see the following error, “452 4.3.1 Insufficient system resources”? You […]
Create a powershell script to generate the html file Test-ReplicationHealth | ConvertTo-Html -title “BackupReport CCR” -body “Backup status per Storage Group” | Set-Content E:StorageGroupBackupStatus.html note: test-systemhealth […]
Apply the policy to all of your users Get-Mailbox | Set-Mailbox –ManagedFolderMailboxPolicy ‘Default Managed Folders Policy’ Turn on the log folder set-mailboxserver -identity <server> -FolderLogForManagedFoldersEnabled $true Set […]
Creat a new storage group New-StorageGroup –Server <database server> –LogFolderPath “<Path to your log folder” –Name “Recovery Storage Group” –SystemFolderPath “<path to your database>” –Recovery Creat […]
Upgrade Order CAS UM HUB EDGE MAILBOX Upgrade passive node first Browse to the SP2 files setup.com /Mode:Upgrade restart and wait for server to come back […]
Move Clustered mailbox server to another server Move-ClusteredMailboxServer -Identity:<CMSName> -TargetMachine:<PassiveNodeName> -MoveComment:<Comment> View Storage group configuration Get-StorageGroup -Server mbx01 | fl View the database configuration Get-PublicFolderDatabase -Identity […]
If you stop receiving emails in Exchange 2007 telnet to your Exchange 2007 server. Do you see the following error, “452 4.3.1 Insufficient system resources”? You […]
Create a powershell script to generate the html file Test-ReplicationHealth | ConvertTo-Html -title “BackupReport CCR” -body “Backup status per Storage Group” | Set-Content E:StorageGroupBackupStatus.html note: test-systemhealth […]
Apply the policy to all of your users Get-Mailbox | Set-Mailbox –ManagedFolderMailboxPolicy ‘Default Managed Folders Policy’ Turn on the log folder set-mailboxserver -identity <server> -FolderLogForManagedFoldersEnabled $true Set […]
Creat a new storage group New-StorageGroup –Server <database server> –LogFolderPath “<Path to your log folder” –Name “Recovery Storage Group” –SystemFolderPath “<path to your database>” –Recovery Creat […]
Upgrade Order CAS UM HUB EDGE MAILBOX Upgrade passive node first Browse to the SP2 files setup.com /Mode:Upgrade restart and wait for server to come back […]
Move Clustered mailbox server to another server Move-ClusteredMailboxServer -Identity:<CMSName> -TargetMachine:<PassiveNodeName> -MoveComment:<Comment> View Storage group configuration Get-StorageGroup -Server mbx01 | fl View the database configuration Get-PublicFolderDatabase -Identity […]