Categories
- Education (6)
- Fix IT (30)
- Information Technology (53)
- Tips (7)
- Uncategorized (7)
Tags
Author Archives: maoeh
Install Telnet Client using command line
dism /online /Enable-Feature /FeatureName:TelnetClient
Posted in Information Technology
Tagged commandline
Comments Off on Install Telnet Client using command line
List disk drives into an array
This Powershell script ist playing with an “athook” object based on an array having different named properties . $Array = @() Foreach ($vol In GET-WMIOBJECT win32_logicaldisk) { $obj = New-Object PSObject $Value = $vol.DeviceID $obj | Add-Member -MemberType NoteProperty -Name "Drive" -value … Continue reading
What is NTLM
TechNet article written by Jesper Johansson explains NTLM Security Watch The Most Misunderstood Windows Security Setting of All Time https://technet.microsoft.com/en-us/library/2006.08.securitywatch.asp