Windows Adding Firewall Rules With PowerShell
Apr24

Windows Adding Firewall Rules With PowerShell

KB ID 0001538 Problem There was a question on Experts Exchange this morning, the asker wanted to be able to add a ‘Trusted’ network range to their Windows Server Firewall settings as a ‘allow all ports’ rule. Solution You can of course add this manually in the GUI, normally I’d simply Add a Firewall Rule with a Group Policy. but the problem with that is, that’s fine if you want to open a particular...

Read More
Sysprep Was Unable to Validate
Apr14

Sysprep Was Unable to Validate

KB ID 0001535 Problem While building a new Windows 10 machine to be used as a template, I ran Sysprep to generalise the installation, and got this; Sysprep was not able to validate your Windows Installation. Review the log file at %WINDIR%\System32\Sysprep\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate yout Installation again. Solution What I did was Google the error, instead of looking at the log...

Read More
KMS Error 0xC004F056
Jan11

KMS Error 0xC004F056

KB ID 0001502 Problem While checking the KMS licence status of a newly deployed 2016 Datacenter server. I got this; Licence Status: Notification Notification Reason:0xC004F056 Solution While I’m not a fan of any errors, this ones harmless, in fact it’s telling us to perform an activation (slmgr /ato). So let’s do that. Then re-check. Related Articles, References, Credits, or External Links...

Read More
Getting a Servers Serial Number (Remotely)
Dec09

Getting a Servers Serial Number (Remotely)

KB ID 0001493 Problem If you have an iLO/iDRAC/EMM, then logging into these will give you the servers serial number, but what if they are not setup/connected, or you don’t know username or password? Then you can use WMI to discover the serial number. Solution From PowerShell; Get-Ciminstance -classname win32_bios -computername {Server-Name} | format-list serialnumber   Or if you have RDP/Console access , then from an...

Read More
Windows Administrator “Lost Password” / “Password Reset”
Nov30

Windows Administrator “Lost Password” / “Password Reset”

KB ID 0000159 Problem You have forgotten your password, or the administrators password fo your Windows machine. Note: You can also ‘Blank’ or reset the DSRM (Directory Services Restore Mode) password on a Domain Controller (Tested on 2012 R2, by blanking the password). Using this method. Lost Password : Fix Lost Password Software Download Links Password Reset CD Image (3.5Mb) Note: This is a .iso file – you need to...

Read More
How to Tell if Windows is 32 or 64 bit
Nov17

How to Tell if Windows is 32 or 64 bit

KB ID 0000153 Problem If you want to know what version (x64 or x86) of Windows you are running, then this is the simplest way to find out. Solution Under accessories run system information; Under System Type: If it says x86 then it’s 32 bit. However if it says x64 then it’s 64 bit. Windows XP and Server 2003 1. Click Start > Run > sysdm.cpl {enter} > General Tab. Windows XP x32 (x86) and Windows XP x64 Windows...

Read More
Windows Update Fails
Nov17

Windows Update Fails

KB ID 0000359 Problem There are a LOT of different reasons for Windows Updates to fail, I can’t cover every eventuality, but there a a few common steps to try. Solution 1. As soon as the updates fail you should get an Error Message, that should point you in the right direction. Update Error Code 80200011 2. If you error code matches one of these… Code Error Description 0x80070002 ERROR_FILE_NOT_FOUND The system cannot find...

Read More
Windows – Lost / Forgotten Password?
Nov17

Windows – Lost / Forgotten Password?

KB ID 0000755 Problem There are many reasons why you might want to do this, someone has managed to change a user password and that person is not available, you might simply have forgotten it. Or you might have been given a machine, or bought one from ebay that has come without a password. Also there have been a few times when a user has looked me in the eye and said “I’m typing my password in, but it’s not...

Read More
IIS: Move WWWRoot Folder
Nov06

IIS: Move WWWRoot Folder

KB ID 0001487 Problem I migrated an IIS website I use for hosting files this week, and realised I’d forgotten how to relocate the wwwroot directory from it’s default install location on C:\inetpub\wwwroot. Solution Firstly, I’m assuming you have instilled the IIS role and you already have a wwwroot folder on your C: Drive, (in the above location). If so you can simply copy this folder to your new partition/drive (in...

Read More
How to Transfer Files from PC to iPhone Wirelessly
Oct22

How to Transfer Files from PC to iPhone Wirelessly

KB ID 0001481  Written by Tag Jones When it comes to transferring files from PC to iPhone and vice versa, the most obvious choice is to use iTunes. However, it has been found that many users don’t like working with this application.  Bloated and ponderous, iTunes continues Apple’s ongoing trend of having lost its design mojo.  Luckily, we have other options. One of the easiest ways is to use Wi-Fi Direct Transfer. With this...

Read More