Lets assume you need to move the exchange database and logs files to different drive because of lack of space. The easiest way is with Powershell using Move-DatabasePath :
Author: admin
How To Reset Folder And Files NTFS PermissionsHow To Reset Folder And Files NTFS Permissions
Sometime you need to reset folders NTFS permission, it could be after restore from backup or virus attack for example. You should first take ownership on the folders, From
Your Virus & threat protection is managed by your organizationYour Virus & threat protection is managed by your organization
For some reason, could be malware … could be some online antivirus…. a new reg-key is added to your registry , just delete it and the windows defender
Outlook error Your Organization’s Policies are Preventing Us from Completing this Action for YouOutlook error Your Organization’s Policies are Preventing Us from Completing this Action for You
Outlook stop opening links from with in the mail, usually the cause is changing the default browser which change value in the registry, just change the value back
How to Change PrimarySmtpAddress For Public Folder in Autodiscover.xmlHow to Change PrimarySmtpAddress For Public Folder in Autodiscover.xml
Some time you need to change the primary smtp address for the public folder inside the autodiscover.xml to prevent certificate name warning, this is the command : set-Mailbox -PublicFolder
hyper-v 2016 management tools could not access an expected wmi class on computer ….hyper-v 2016 management tools could not access an expected wmi class on computer ….
I ran across this error : “An error occurred while attempting to connect to server …. Check That the Virtual machine Managment service is running and the you are
You can’t access this shared folder because your organization’s security policies block unauthenticated guest accessYou can’t access this shared folder because your organization’s security policies block unauthenticated guest access
When trying to access from new server to old shares you might get this error : ” You can’t access this shared folder because your organization’s security policies block
firefox freezes for few seconds on startup or randomlyfirefox freezes for few seconds on startup or randomly
Firefox browser is great choice for surfing the web , how ever I came across this problem that were driving me mad. Every time I start Firefox it
How To Reset CentOS 7 Root PasswordHow To Reset CentOS 7 Root Password
On system reboot press ‘e’ to enter Grub boot screen, change : ro -> rw and add net to it the line ” init=/sysroot/bin/sh ” (without
How to Transfer FSMO roles using PowerShellHow to Transfer FSMO roles using PowerShell
The fastest way to tranfare FSMO role is by powershell, just execute on line command from powershell as administrator : Move-ADDirectoryServerOperationMasterRole -Identity <TargerDC> -OperationMasterRole pdcemulator, ridmaster, infrastructuremaster, schemamaster,