cannot be loaded because running scripts is disabled on this system.

C:\Users\sibanda\demotedc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + .\demotedc.ps1 + ~~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess ======================= Solution ======================= Right click of powersell and Run as Administrator At command prompt execute the following: Set-ExecutionPolicy… Read More »

How to find computer model and serial number

How to find computer model and serial number Please type the following at command prompt to retrieve the computer model and serial number: C:\Users\sibanda>wmic csproduct get name && wmic bios get serialnumber

Error 800: Unable to establish connection

When computers both internally and remotely try to VPN into my server that is running Windows Server 2003 R2 Enterprise Edition, they receive VPN Error 800: The remote connection was not made because the attempted VPN tunnels failed. Your windows Server 2003 R2 use to work 100% without any technical problems, and you have not… Read More »

Cannot view a SharePoint Services 3.0 Web site

You receive the following error message when you try to visit a Windows SharePoint Services 3.0 Web site: Could not load file or assembly ‘Microsoft.Office.DataParts, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The system cannot find the file specified. Resolution: You need To restart IIS services. In IIS Manager, right-click the local computer, point… Read More »

How to enable bios virtualization on Dell T110 II Server

How to enable bios virtualization on Dell T110 II Server At bootup – wait and see F2 to configure settings and press F2 on your keyboard. Using the down arrow key – go to Processor Settings – press Enter – go to Virtualization Technology – press Space to enable. Press ESC – ESC – go… Read More »

How to Configure DNS Forwarders in Windows Server 2012 R2

How to Configure DNS Forwarders in Windows Server 2012 R2 To configure a DNS server to use forwarders using the Windows Server 2012 R2 1.Open DNS Manager. 2.In the console tree, click the applicable DNS server. 3.On the Action menu, click Properties. 4.On the Forwarders tab, under DNS domain, click a domain name. 5.Under Selected… Read More »

Attix5 Backup Health Check

Attix5 is an online disk-to-disk backup solution. Attix5 is one of the most effective backup solution and oldest managed online backup companies, powering SMBs and enterprises. Performing a Health Check enables you to highlight possible issues. The backup Client Health Check provides information to pre-emptively highlight possible issues (e.g. free disk space or file/folder access… Read More »

Standard Bank Account Statement – Internet Banking Cyber Crime Scams

Protecting your computer against hacking and virus attacks is your responsibility. Don’t be a victim of cyber crime or less you will lose your hard earned money.  Cyber criminals are really stepping up their game and are using advanced social engineering methods. I’m talking about high-level digital strategies to siphon off your bank account.  With so many people using… Read More »

ABSA Cyber Online Scams – Unauthorized login on your account

Don’t be a victim: This is another type of Cyber Online Scams doing the rounds you should definitely watch out for. This time the Cyber Criminals are targeting innocent ABSA clients. Below is an example of an email I received: Subject line: Unauthorized login on your account. NB: If you hover your mouse cursor over… Read More »

How to Install IIS and asp.net modules on windows 2012 r2 using Powershell

Open your Powershell in Run as Administrator mode: then run the following powershell Cmdlet Set-ExecutionPolicy RemoteSigned Import-Module ServerManager install-windowsfeature net-framework-core Add-WindowsFeature Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-Framework-45-Core, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Console, Web-Mgmt-Compat, Windows-Identity-Foundation, Server-Media-Foundation, BITS restart-computer