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 […]
With Microsoft acquisition of Winternals you can no longer download their ERD disk pasted the 2005 version. However, Microsoft has made it possible to create the […]
Set CNUsers = GetObject (LDAP://OU=test,DC=N2NetworkSolutions,DC=com) CNUsers.filter = Array(“user”) For Each user in CNUsers user.HomeDirectory = “N2File01users” & user.samaccountname ‘UNC user.HomeDrive = “H:” ‘ Letter […]
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 […]
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 […]
With Microsoft acquisition of Winternals you can no longer download their ERD disk pasted the 2005 version. However, Microsoft has made it possible to create the […]
Set CNUsers = GetObject (LDAP://OU=test,DC=N2NetworkSolutions,DC=com) CNUsers.filter = Array(“user”) For Each user in CNUsers user.HomeDirectory = “N2File01users” & user.samaccountname ‘UNC user.HomeDrive = “H:” ‘ Letter […]
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 […]