Skip to content

Commit

Permalink
Merge version 0.1
Browse files Browse the repository at this point in the history
Merge version 0.1 into main
  • Loading branch information
htcfreek committed Nov 20, 2022
2 parents 7450ba1 + 052f5c9 commit fc41fcc
Show file tree
Hide file tree
Showing 15 changed files with 1,460 additions and 47 deletions.
1 change: 0 additions & 1 deletion DISCLAIMER.md

This file was deleted.

29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@

A PreOS-Package for Matrix42 Empirum that can reset the LAPS password of a computer on reinstall.

You can use the package with Windows 11 (Windows LAPS & Legacy LAPS) and Windows 10 (Legacy LAPS) The package requires an up to date Empirum WinPE environment (at least 1.8.12) and PowerShell 5.1!
You can use the package with Windows 11 (Windows LAPS & Legacy LAPS) and Windows 10 (Legacy LAPS).
The package requires an up to date Empirum WinPE environment (at least 1.8.12) and PowerShell 5.1!

The package has the Legacy LAPS PowerShell module from the Microsoft LAPS installer included. (Link to the installer: https://www.microsoft.com/en-us/download/details.aspx?id=46899)

### Features
- Support for both LAPS versions (Legacy & Windows).
- Immediate password reset with Windows LAPS.
- Supports AzureAD for resetting the password immediately.
- Using the computer account credentials for password reset.
- Using the domain join credentials when setting only the expiration date under Windows LAPS.
- Forcing the usage of Legacy LAPS if Windows LAPS is available too.
- Skipping package execution if the Computer object in Empirum is not configured for Domain join.

### Package variables

Expand All @@ -27,27 +32,35 @@ You can use the package with Windows 11 (Windows LAPS & Legacy LAPS) and Windows
- **ForceLegacyLapsModuleUsage : 0 (default) or 1**
<br />Enforce the usage of the Legacy LAPS (Adm.Pwd) module included in this PreOS package.<br />(On Windows 11 IP Build 25145 and later the built-in Windows LAPS module will be used by default.)

### External variables
To use the domain join credentials from the DomainJoin package, the following external variables are used:
- FQDN
- DomainJoin.DomainJoinCredentialsUser : User with the permissions to join the computer to your Domain.
- DomainJoin.DomainJoinCredentialsPassword : Password of the join user.

## Download and Usage
Download the files form [here](http://github.com/htcfreek/preos-resetlapspassword/release/latest).

After downloading the release file, please extract its content to `%EmpirumDir%\Configurator$\PackageStore\PreOSPackages` and import the package in your Software Depot. Then you can assign the package and set the package variables if you want to change the default behaviour.

# Download and Usage
1. Download the files form [here](http://github.com/htcfreek/preos-resetlapspassword/release/latest).
2. Please extract the downloaded file to `%EmpirumServer%\Configurator$\PackageStore\PreOSPackages` and import the package in your Software Depot (Matrix42 Management Console > Configuration > Depot).
3. Move the package in the depot register "Matrix42 PreOS Packages" after the DomainJoin package and activate it for deployment ("Ready to install").
4. Then you can assign the package and set the package variables if you want to change the default behaviour.


## Support
# Support
⚠ The provided code/content in this repository isn't developed by "Matrix42 AG". It was created by the repository owner. This means that the company "Matrix42 AG" isn't responsible to answer any support requests regarding the tools, scripts and packages in this repository in any way!

If you have any problems or want to suggest a new feature please fill a bug in this repository under https://github.com/htcfreek/PreOS-ResetLapsPassword/issues/new.



# Credits
This repository includes scripts (and other files) that where created while my day to day job work. I want to say thank you to my employer who allows me to share them with you (the community).

A big thank you to Mr. Jochen Schmitt, who mentioned this package in his [blog](https://www.wpm-blog.de/) and helped me with testing the initial release.


# Disclaimer
All named product and company names are trademarks (™) or registered (®) trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Product names and company names are trademarks (™) or registered (®) trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.


# License
This Repository is licensed to you under the MIT license.<br />
Expand Down
3 changes: 0 additions & 3 deletions SUPPORT.md

This file was deleted.

4 changes: 1 addition & 3 deletions repoTools/CreateReleaseFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Param(
[String]$ReleaseDir="\release"
[String]$OutFileName="$($ReleaseName)_v$($ReleaseVersion).zip"
[String[]]$CompressFiles = @(
"$($RepoDir)$($SrcDir)\*",
"$($RepoDir)\LICENSE.md",
"$($RepoDir)\DISCLAIMER.md"
"$($RepoDir)$($SrcDir)\*"
)
[String]$HashFile="$($RepoDir)$($ReleaseDir)\$($OutFileName).sha256"

Expand Down
32 changes: 0 additions & 32 deletions src/Readme.txt

This file was deleted.

Binary file not shown.
Loading

0 comments on commit fc41fcc

Please sign in to comment.