Kazmarek

Free Site Analysis 1-858-952-5400
REMOTE ASSISTANCE
  • Home
  • OnGoing Management
  • IT Services
    • Microsoft 365, Exchange Services, and Consulting
    • Cloud Solutions
    • Virtualization
    • Mobility
    • Backup & Disaster Recovery
    • Server Installation/Migration
    • VoIP
    • Network & System Administration
    • Additional Solutions
  • Why Kazmarek
    • Case Studies
    • Testimonials
    • KTS Values
  • For Clients
    • O365 Log In
    • Client Portal
    • KTS Documents
    • SonicWALL VPN Client
  • News
    • Newsletter
  • Who We Are
    • Company
    • Team
    • KTS E-Award Winners
    • KTS Values
    • Charities We Support
  • Contact Us
    • Contact Us
    • Careers

FORFILES – use to delete files older than specific time

November 4, 2014 by Danny Kazmarek

Great built-in Windows command line tool to use if you want to purge backup files older than… say one week.

Batch file I create to to delete .bak (backup files) older than one week:

forfiles /P “<Path to files>” /S /M *.bak /D -7 /C “cmd /c del @PATH” 

From here, I set up Windows ‘Scheduled Tasks’ to run this batch file every night. Works great!

More info on switches:

http://en.wikipedia.org/wiki/Forfiles

Cannot display webpage after updating SSL Certificate

May 6, 2014 by Danny Kazmarek

Check if the server certificate has the private key corresponding to it. Refer the below picture:

SSL Cert wo and wprivate key

If private key is missing, then you need to get a certificate containing the private key, which is essentially a .PFX file. There is a command that we could try to run in order to associate the private key with the certificate:

 C:\>certutil –repairstore my “‎1a 1f 94 8b 21 a2 99 36 77 a8 8e b2 3f 42 8c 7e 47 e3 d1 33”

 certutil repair

 Note: 1a 1f 94 8b 21 a2 99 36 77 a8 8e b2 3f 42 8c 7e 47 e3 d1 33 is the thumbprint of the certificate. Open the certificate and click on the details tab. Scroll down to find the thumbprint section. Select the thumbprint section and click on the text below. Do a “Ctrl+A” and then “Ctrl+C” to select and copy it. Below is a snapshot for your reference:

cert thumbprint 

If the association is successful, then you would see the following window:

successful cert repair

Error opening Word, Excel, PowerPoint files or email attachments in Office 2010

May 2, 2014 by Danny Kazmarek

If you find that you are not able to open an Word 2010, Excel 2010, or PowerPoint 2010 file from the Internet or in some cases Outlook,  and you get an error message, performing the following steps will resolve the issue:

Office 2010 may report the file as being corrupt. The exact Errors may include:

Word: Word Experienced an error trying to open the file.:

Excel: The file is corrupted and cannot be opened.

PowerPoint: PowerPoint found a problem with content in file. PowerPoint can attempt to repair the presentation.

The following steps will set component security settings back to the defaults.

Open Control Panel

Open Administrative Tools

Open Component Services and expand the tree under Console Root to Computers > My Computer.

Right-click on My Computer and select Properties.

 repair_office1

Select the Default Properties tab and set the following values:

Default Authentication Level: Connect

Default Impersonation Level: Identify.

repair_office2

 

Error Code 0x8007232b when activating Windows Server 2012

June 4, 2013 by Danny Kazmarek

When you try to activate Windows Server 2012, you receive an error message that resembles the following:

Activation Error: Code 0x8007232b

DNS Name does not exist

Windows Server 2012 is trying to activate via KMS and it needs to be changed to your MAK key.

Change to Multiple Activation Key by going to Command Prompt and type:

slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Where xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx is the placeholder for your MAK key

Exchange Admin Center redirects to OWA

March 5, 2013 by Danny Kazmarek

When installing Exchange 2013 in an environment with Exchange 2010, there is no link or application for Exchange Admin Center. Open a browser and type https://<Servername>/ecp/?ExchClientVer=15, this will give you direct access to the Exchange 2013 server, not on the Exchange 2010 server where the mailbox may reside.

Hard Reset an Apple iPhone

March 5, 2013 by Danny Kazmarek

WARNING: YOU WILL LOSE ALL YOUR PERSONAL SETTINGSTo perform a hard-reset on an Apple iPhone, switch the mute button on and off twice, then press the main button and the reset button simultaneously and hold them down for six seconds.

Exchange Admin Center redirects to OWA

March 5, 2013 by Danny Kazmarek

When installing Exchange 2013 in an environment with Exchange 2010, there is no link or application for Exchange Admin Center. Open a browser and type https://<Servername>/ecp/?ExchClientVer=15, this will give you direct access to the Exchange 2013 server, not on the Exchange 2010 server where the mailbox may reside.

Give user mailbox rights on Exchange Hosted – BPOS

September 30, 2011 by Danny Kazmarek

To give a user full mailbox rights, to be able to send meeting requests as another user do the following:

1. Open Migration Command Shell

2. Type: Add-MSOnlineMailPermission –Identity [email protected] -TrustedUser [email protected] -GrantFullAccess $True

Where username1 is the mailbox that you want to give Username2 permission to

3. Enter the proper admin credentials and make sure that the command shell replies with Successfully granted user account username1.domain.com full access permission to mailbox [email protected]

SBS 2011 won’t install because of replication issue

August 3, 2011 by Danny Kazmarek

When installing SBS 2011 in migration mode it replicates Active Directory during the install. If it fails the SBS 2011 installation won’t complete. When looking at the File Replication Service in the Event Viewer, and you have NtFrs errors preventing replication, it won’t finish. Change the registry entry: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNtFrsParametersBackup/RestoreProcess at StartupBurFlags to D4. Then go to command prompt and stop the ntfrs service “net stop ntfrs”, when it stops, restart it, “net start ntfrs”

Check the File Replication Service event logs and see if the NtFrs event logs are Information now instead of Error.

http://support.microsoft.com/kb/840674

If you want to replicate ntfrs to another server use “D4”, if you want to replicated from another server use “D2” in the registry.

QuoteWerks – WinPDF v5 Converter has expired

April 29, 2011 by Danny Kazmarek

Look for the “pdc32.dll” and the “wps32.dll” within the WindowsSystem32 (and/or WindowsSysWoW64) directory and rename them to *.old. Then run the Nsetup again to correct this issue.

Next Page »

Categories

  • Active Directory
  • Backup Exec (All Versions)
  • Blackberry / Blackberry Enterprise Server
  • Citrix
  • Cool Tech Stuff
  • CRM
  • Dell
  • Exchange 2007
  • Exchange 2010
  • Exchange 2013
  • Exchange Hosted
  • Exchange Server
  • Group Policy
  • IIS
  • Kaseya
  • kazmarek
  • MacOS
  • Microsoft
  • Networking
  • newsletter
  • Office
  • Office 365
  • Office Communications Server
  • OfficeScan
  • Outlook
  • Printing
  • SBS 2003
  • SBS 2008
  • SBS 2011
  • Server 2003
  • Sharepoint
  • Spyware
  • SQL
  • Symantec
  • Terminal Server
  • Thawte
  • Trend Micro
  • Uncategorized
  • Virtual Server
  • Websense
  • Windows 7
  • Windows Mobile
  • Windows Server 2008
  • Windows Server 2012
  • Windows Vista
  • Windows XP Pro/Home
Copyrights: © 2023 Kazmarek. All rights reserved.

Designed by TinyFrog & N Halie Designs