Mensagens

There are no images available' error on WDS

When you boot the is a error saying There are no images available' error on WDS Did you authenticate with the user@domain.local option? Reboot and authenticate with domain\user and you see should see your images   WDSUTIL  /Set-Server /DefaultX86X64ImageType: both

Change Windows SBS default message size

To change the default message size that Windows SBS 2008 server can recevie or send paste this in the  Exchange Management Shell. ( Change "SERVIDOR" to our server name). Get-ReceiveConnector | select identity,maxmessagesize Set-ReceiveConnector "SERVIDOR\Default SERVIDOR" -maxmessagesize 150MB Set-ReceiveConnector "SERVIDOR\Windows SBS Fax Sharepoint Receive SERVIDOR" -maxmessagesize 150MB Set-ReceiveConnector "SERVIDOR\Windows SBS Internet Receive SERVIDOR" -maxmessagesize 150MB Get-SendConnector | select identity,maxmessagesize Set-SendConnector "Windows SBS Internet Send SERVIDOR" -maxmessagesize 150MB

Exchange 2003 mailbox storage recovery

Imagem
Just do in the database directory c:\programas\exchsrvr\eseutil.exe /mh priv.edb check the state line If says State: Dirty Shutdown do a c:\programas\exchsrvr\eseutil.exe /r E00 and wait Try do mount the database, if still doenst mount do again a c:\programas\exchsrvr\eseutil.exe /mh priv.edb and see the state, if the state check the Bad Check Sum Error Count, if is found do: c:\programas\exchsrvr\eseutil.exe /p  priv.edb Just follow: http://support.microsoft.com/kb/313184 Backup copy: How to recover the information store on Exchange 2000 Server or Exchange Server 2003 in a single site Article ID: 313184 -  View products that this article applies to. This article was previously published under Q313184 For a Microsoft Exchange Server 5.5 and Microsoft Backoffice Small Business Server 4.5 version of this article, see 272570 . Expand all  |  Collapse all On This Page SUMMARY This step-by-step article describes how to recover y...

Creating shared mailboxes in Exchange with powershell

New-Mailbox -Name:'sharedmailbox' -OrganizationalUnit:'domain.local/Exchange Resources' -Database:'Mailbox Database' -UserPrincipalName:'sharedmailbox@domain.local' -Shared Add-MailboxPermission sharedmailbox -User:'GrupoAcessosharedmailbox' -AccessRights:FullAccess Add-ADPermission sharedmailbox -User:'GrupoAcessosharedmailbox' -ExtendedRights:Send-As -AccessRights:ReadProperty, WriteProperty -Properties:'Personal Information'

kloxo 500 internal server error fix and general fix

Run this commands as root on the host for sure to using latest version for certain packages yum update # shell command version for update sh /script/upcp # cleanup process for certain settings sh /script/cleanup # restart some services service xinetd restart # fix web config to make sure using latest sh /script/fixweb --server=all # Better reboot after that reboot From  http://forum.lxcenter.org/index.php?t=msg&th=17503&goto=92011&#msg_92011
Ubuntu postgreSQL Install. apt-get install  postgresql postgresql-contrib-8.4 libpq-dev
Ubuntu Server after install steps for full functionality in my view sudo dpkg-reconfigure dash - Remove Dash as default sh.