Skip to content

1.5

Compare
Choose a tag to compare
@Sarafian Sarafian released this 19 Apr 07:29
· 72 commits to master since this release

Issues:

  • GH-27: Improve management of OSUser.
  • GH-12: Avoid downloading when the file is already available.

In detail:

  • Initialize-ISHUser is deleted and split into Set-ISHUserLocal, Set-ISHUserAdministrator, Initialize-ISHUserLocalProfile and Initialize-ISHRegistry.
    • Set-ISHUserLocal adds the osuser when necessary to the local user registry. When the user exists, it will update the password.
    • Set-ISHUserAdministrator sets the osuser as the local administrator.
    • Initialize-ISHUserLocalProfile forces the osuser to fully initialize, including the user profile directory.
    • Initialize-ISHRegistry disables registry unload.
  • Get-ISHNormalizedCredential normalizes the credentials so they are good with all cmdlets. This is required before using any cmdlet that accepts credentials for the osuser.
  • Get-ISHPrerequisites will skip downloading files that are already downloaded. Use the -Force parameter to force the download regardless.