Calculate hours worked with Excel Time-sheet Formulas in 4 easy steps
Category: Microsoft
Moving a Exchange 2007/2010 mailbox to another user
Moving an Exchange 2010 mailbox to a new user You will need to disconnect the user from the mailbox and then connect the new user account. This is very easy in PowerShell. Lookup which storage group/mailbox store the user is…
VBScript to delete IIS Log files
VBScript to delete IIS Log files Create a file using the text below. Save it somewhere with a .VBS extension. I used IISLogCleaner.vbs sLogFolder = “c:\inetpub\logs\LogFiles” iMaxAge = 14 ‘in days Set objFSO = CreateObject(“Scripting.FileSystemObject”) set colFolder = objFSO.GetFolder(sLogFolder) For…
Windows Powershell – “Running scripts is disabled on this system”
Windows Powershell –“Running scripts is disabled on this system” Powershell scripts can be run on any Windows system as long as they are run from the ISE by pushing the green play button but as soon as you want to…
Windows 8.1 Wireless Unidentified Network
Windows 8.1 Wireless Unidentified Network Symptom: Windows 8.1 with a Broadcom 802.11n network adapter. When connecting to a wireless network, an IP address may be assigned via DHCP, but the adapter sits at Unidentified Network, and won’t allow internet/network access.…
Windows Power Shell File Moves and Alerts
Windows Power Shell File Moves and Alerts I came across a need to setup a script to move CSV files from a production machine, to a SQL server for some reporting that was needed. I addressed the immediate need with…
Turn off access to the Exchange admin center
Turn off access to the Exchange Admin Center (or ECP) Applies to: Exchange Server 2013 For security purposes, some organizations may want to restrict access to the Exchange admin center (EAC) for users coming from the Internet. This procedure shows…
Allowing application servers to relay off Exchange Server 2007
Exchange 2007 internal relay From time to time, you need to allow an application server to relay off of your Exchange server. You might need to do this if you have a SharePoint, a CRM application like Dynamics, or a…
Changing the Product Key for Office 2013
It can be done via the command line. Open up a Command Prompt (Press the Windows Button and type CMD or navigate to All Programs -> Accessories -> Command Prompt). Then you just need to use the command below that…
20 must-know Windows 8 tips and tricks
20 must-know Windows 8 tips and tricks Windows 8 is rife with features and behaviors that conspire to perplex even the most experienced PC users. Not all of them are bad, per se, but few of them are immediately intuitive.…