Category: Servers

  • Shadow copy errors on Exchange 2010 server (ESE – 2007 and VSS – 9702)

    Every night, at the same time Exchange 2010 server records following two errors in Application Logs: Source: MSExchangeISEvent ID: 9702Level: ErrorTask Category: Exchange VSS WriterDescription: Exchange VSS Writer (instance c939cecf-f703-4a02-b5ec-3a08606eeefb:67) failed with error code 1295 when processing the post-snapshot event.

  • Renew MS Exchange Trusted Certificate

    Here are steps I use to renew MS Exchange 2007 trusted Rapid SSL certificate: On the Exchange Server open IIS 7 Manager (Internet Information Services)   Go to Server name > Server Certificates In Actions panel click on Create Certificate Request Fill all certificate request fields and save the request as request.txt file.Common Name: full webmail URLCryptographic service provider: Microsoft…

  • Configure DELL SonicWALL SSL-VPN (NetExtender)

    Configuring SSL-VPN service on SonicWALL NSA 220 (Firmware v5.8.1.15) SSL VPN > Server Settings Enable SSL VPN for WAN zone. (WAN icon should turn green)

  • Files disappearing from redirected folders in Windows 10 (DFS gone crazy)…

    This was one of those head scratchers… Decided to give Windows 10 a spin in business environment. Pretty standard setup – Windows Server 2008R2 domain, Windows 7 clients, users’ Desktop, Document and Download folders redirected by Group Policy to a DFS share on a Windows Server 2012. Those redirected folders also have offline mode enabled. Installed Windows…

  • Find out if your domain SYSVOL replication is run by FRS or DFS-R

    If you first domain controller within a domain was running Windows Server 2008 or later you should be using DFS-R (Distributed File System Replication). If you upgraded from Windows 2003 domain, there is a big chance that you are still using FRS (File Replication Service).

  • Pervasive SQL services don’t start after server reboot

    Issue Pervasive SQL services (Pervasive PSQL Relational Engine and Pervasive PSQL Transactional Engine) don’t start automatically after server reboot, even though Startup Type was set to Automatic.

  • Allow remote server reboot without admin rights

    If you want a non-admin user to be able to remotely reboot servers (with shutdown -m command), but don’t have other admin rights, you can achieve this with a single group policy change. If you want this to apply to a single server you can user local group policy, for multiple servers, use global domain…

  • Prevent Exchange users from sending rich text format messages

    Sending Rich Text Format (RTF) messages from MS Outlook to the outside world often results in recipients receiving winmail.dat attachments. I have previously written how to resolve this on the client side. If you are an Exchange server administrator you can prevent users from sending RTF messages via your Exchange server globally.

  • Suppress “Welcome to Adobe Acrobat Reader DC” message

    Bumped into a little issue while deploying Adobe Reader DC via Group Policy. Installation was customized using Adobe Customization Wizard (which generates .mst transforms file). All online features, EULA, and similar distractions were disabled. However, on a test machine, after launching Adobe Reader for the first time, “Welcome to Adobe Acrobat Reader DC” message would appear. It basically…

  • Windows Server 2012 – Domain network detected as Public

    Issue Windows Server 2012 connected to a local domain network reports network type as a “Public Network“. This causes Windows Firewall to block some network services that are expected to work on a domain network (i.e. Remote Desktop).

  • GPO File Association fails with “0x80070005 Access is denied” error

    Windows file association can be changed using Group Policy (User configuration > Preferences > Control Panel Settings > Folder Options  > New > Open With).

  • Use PowerShell to find out if user password expired

    Here is a quick way to find out if the user’s password expired and some other useful password-related information (when was the password last set, whether the password is set to never expire):