Microsoft SBS Server 2008 is an excellent solution for small businesses. However, migrating to SBS 2008 is not that simple. First things first it is essential […]
@echo off set zLog=ResetHomePerms.log cls echo FIXHOME.BAT echo This script will reset permissions for all subdirectories echo in this folder. It is assumed that the subdirectories […]
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 […]