Category Archives: Blog

Disable automapping for a shared mailbox on Exchange 2016 on-premise (outlook 2016)

To disable the automapping feature in outook 2016, you can add the user rights via powershell ( not web console), becose by default on the web console, automapping are set true:

[PS] C:\>Add-MailboxPermission -Identity  mailbox1 -User user1 -AccessRights FullAccess -AutoMapping:$false
Facebooktwitterredditpinterestlinkedinmail

Read More ...

Upgrade Certification Authority to SHA256 (Microsoft CRM On Premise)

Soon browsers will no longer support SHA1 signed certificates issued at our local Certification Authority in Active Directory,
services such as Microsoft CRM on premise will be affected by this issue.
the workaround is easy:

  • certutil -setreg ca\csp\CNGHashAlgorithm SHA256
  • net stop certsvc
  • net start certsvc
  • Facebooktwitterredditpinterestlinkedinmail

    Read More ...

    Sample ajax calls inside WordPress

    This is a sample page to demostrate how to use ajax calls inside wordpress,
    if you test the below button, you can do a ping to a host or ip without reload the web page, it shows the results and then deletes itself.

    Ping Host or IP:
    Blacklist check Host or IP:
    Telnet, Host or IP / Port Nº:

    Facebooktwitterredditpinterestlinkedinmail

    Read More ...

    Backup Windows 2008 (not R2) to a Network Share

    If You have a Windows 2008 server (not R2)
    with the backup wizard, you can not make a backup to a network share,
    the solution is easy, install backup command line tools and you can do a backup to a network share at this way:

    Wbadmin start backup -backupTarget:\\”server”\”share” -include:C: -vssFull -quiet

    replacing “server” and “share” with the appropiate.

    Facebooktwitterredditpinterestlinkedinmail

    Read More ...

    Categories

    Subscribe to my Newsletter




    By continuing to use the site, you agree to the use of cookies. more information

    The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

    Close