Some Client computers do not appear in the WSUS console
There are many reasons why some clients might not appear in the WSUS console. For example, GPO errors, a corrupt installation on the server or client side and issues with IIS just to name a few. Many of these issues can be pinpointed by running the WSUS Client Diagnostic Tool and if necessary the Server Diagnostic Tool. Both of [...]
Get Email notifications when Excel workbook has been amended.
Recently I ran across a situation where i had an Excel workbook that was on a shared drive, this file would get updated by different employees on any given time of the day. I need it a way to alert someone in management every time this file was amended. This was my solution: Private Sub [...]
Batch file output to Log file
When running a batch file it might be beneficial and necessary to have a log file detailing the status of the commands. While there are different ways around creating a log file, batch file redirection is the key. To explain redirection lets see this example of a batch file that shutdowns some computers: shutdown -s [...]
The execution of scripts is disabled on this system; error in PowerShell
File NAME.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details. You will get this error when the default execution policy is enable, which is Restricted: Does not load configuration files or run scripts. There are six different values that can be set with [...]
Back Up / Restore Outlook Autocomplete (Recently Typed Emails)
You will need to copy & paste the file; outlook.nk2 from the Application Data folder. Windows XP: C:\Documents and Settings\username\Application Data\Microsoft\Outlook\outlook.NK2 Vista/Win 7: C:\Users\Username\AppData\Roaming\Microsoft\Outlook\outlook.NK2
Can’t open attachments in Outlook?
If you are getting the following error: “Can’t create file: filename.xx. Right-click the folder you want to create the file in, and then click Properties on the shortcut menu to check your permissions for the folder”. 1. Open REGEDIT.EXE and go to Edit -> Find… In the Find dialog box type “OutlookSecureTempFolder” without the quotes [...]
How to copy Outlook’s Autocomplete name list to another computer.
On the computer with the saved AutoComplete names go to C:\Documents and Settings\user name\Application Data\MicrosoftOutlook. Copy the .NK2 File. Source:http://office.microsoft.com/en-us/outlook-help/copy-autocomplete-name-list-to-another-computer-HA001139451.aspx
