Tag Archives: windows

Windows: Disable/delay Windows Feature Updates

Hi,

when Microsoft releases a new Feature Version Windows 10 (i.e. 1809, 1803, 1709…) there are often some problems (Data loss, Feature/Tools removed, Boot issues…) with it and Microsoft have to fix it.
Continue reading Windows: Disable/delay Windows Feature Updates

Windows 10: Determine history of feature upgrades

Hi,

this powershell script determines the previous Windows 10 ReleaseIDs and install date of all feature updates applied to a system.
Continue reading Windows 10: Determine history of feature upgrades

Active Directory: Command line to get all subnets for a site

Hi,

this post describes the command line to get a list of all subnets for an Active Directory Site. The ds* commands are part of the Active Directory tools on Server and of RSAT Tools on Windows 7-10.
Continue reading Active Directory: Command line to get all subnets for a site

Powershell: Convert UNIX Timestamp to DateTime

Hi,

simple one liner to convert an UNIX Timnestap to DataTime object.
Continue reading Powershell: Convert UNIX Timestamp to DateTime

Windows: Get Windows Feature Version/Release ID

Hi,

2 Ways to determine the Windows Feature Version / Release ID from commandline. With powershell
Continue reading Windows: Get Windows Feature Version/Release ID