Tuesday, July 12, 2011
Add Full Access Right to Exchange 2010 user's mailbox
Get-MailboxDatabase -identity “Mailbox Database” | Add-ADPermission -user “Domain Admins” -AccessRights GenericAll
Saturday, July 9, 2011
Rebuilding Foreign Disk manually in LSI RAID
1. Download "MegaCli64" from LSI and store on c:\temp
2. Open Command Prompt
3. In command prompt, run "C:\temp\MegaCli64 -CfgForeign -Scan -a0"
4. If the result show "There are 1 foreign configuration(s) on controller 0", go to step 5
5. In Command prompt, run "C:\temp\MegaCli64 -CfgForeign -Clear -a0"
2. Open Command Prompt
3. In command prompt, run "C:\temp\MegaCli64 -CfgForeign -Scan -a0"
4. If the result show "There are 1 foreign configuration(s) on controller 0", go to step 5
5. In Command prompt, run "C:\temp\MegaCli64 -CfgForeign -Clear -a0"
Tuesday, July 5, 2011
Change Remote Desktop Listening Port
1. Open Regedit
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
2.Locate the port number
3. Change from 3389 to 6389
4. Access the server with special RDP port, e.g. 192.168.0.11:6389
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
2.Locate the port number
3. Change from 3389 to 6389
4. Access the server with special RDP port, e.g. 192.168.0.11:6389
Friday, July 1, 2011
Exchange EMC report: The WinRM client received an HTTP server error status (500)
1) Launch Server Manager
2) Click Features
3) Selected WinRM IIS Extension to install
2) Click Features
3) Selected WinRM IIS Extension to install
Subscribe to:
Posts (Atom)
Prevent or Prohibit Server Drives From Being Visible to Users
To make changes to this policy for one of the seven default values: Start the Microsoft Management Console. On the Console menu, click Ad...
-
Connect to the ESXi host with SSH Stop the USB arbitrator service. This service is used to passthrough USB device from an ESX/ESXi host to...
-
If you see an error like SMTP -> ERROR: Failed to connect to server: Permission denied (13) , you may be running into SELinux preventing...
-
Exchange Server 2013 Unable to access OWA or ECP. - "Something went wrong" or "500 unexpected error"Open the ADSI editor on the primary domain controller Go to CN=Configuration --> CN=Services --> CN=Microsoft Exchange --> CN=...