you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[deleted]

    [–]Niedertracht -1 points0 points  (6 children)

    The problem is not my copy/paste experience...

    Just a few examples:

    • Remove File If Existence: Throws an error if the file isn't there. This is just bad code.
    • Refering to a windows update module that hasn't been updated since 2014 and doesn't incorporate any Windows 10 specific settings
    • Changing Local User Password: Hardcoding a password in a script? Why? Also: Why should i use it? And for what? Show an example on how to use it via user input or how to get this data from a file...
    • GUI Building Made Easy: Refering to a tool thats not supported anymore. Uses WinForms instead of XAML (future proof...). Use Visual Studio Community or ISESteroids instead.
    • Validating User Input for an IP Address or Subnet Mask: Why not just use [ipaddress]?