https://github.com/smalls1652/smallsonline.intunelaps
https://github.com/smalls1652/smallsonline.intunelaps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smalls1652/smallsonline.intunelaps
- Owner: Smalls1652
- License: mit
- Created: 2021-11-08T17:53:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T00:35:26.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:12:50.227Z (2 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud-based LAPS
**⚠️ This is a work-in-progress and nowhere near ready for production use.**
**⚠️ The name of this project will more than likely change.**
This project is for implementing a client/server LAPS (Local Administrator Password Solution) that isn't reliant on an on-premises Active Directory infrastructure. One of the main issues for IT support staff to perform administrative tasks on Azure AD joined devices is not having the ability to have a local admin account readily available that isn't using a password that is well known across the board.
[Microsoft has LAPS](https://www.microsoft.com/en-us/download/details.aspx?id=46899), but that unfortunately requires a device to be joined to an on-premises Active Directory domain. This will be usable on any Windows-based device.
## Components
### In-development
- **Client**
- For maintaining the local admin account and communicating with the cloud resources.
- **Server**
- Utilizing Azure Functions for handling communication from clients to Azure Key Vault and Azure CosmosDB.### Planned
- **Web App**
- For technicians to get passwords for devices without directly interfacing with the Azure Key Vault in the Azure Portal.