PowerShell stuph...: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 January 2024

17 February 2021

29 February 2020

10 April 2019

26 April 2018

13 November 2017

19 November 2016

16 November 2016

  • curprev 12:3212:32, 16 November 2016Admin talk contribs 609 bytes +609 Created page with " == Scripts i (ab)use == == Config NIC as DHCP Client == <pre>$IPType = "IPv4" $adapter = Get-NetAdapter | ? {$_.Status -eq "up"} $interface = $adapter | Get-NetIPInterface..."