Skip to content
/ SLAPS Public
forked from jseerden/SLAPS

Serverless Local Administrator Password Solution

License

Notifications You must be signed in to change notification settings

1trevor/SLAPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Local Administrator Password Solution (SLAPS)

SLAPS.ps1

Script that needs to be deployed (in SYSTEM context) to Windows 10 Clients via Intune. Creates a scheduled task that changes the local administrator password every 14 days.

New-LocalAdmin.ps1

Script that is executed by the scheduled task.

Set-KeyVaultSecret.ps1

Script for Azure Functions App v2

HTTP Method: POST

Example Request Body:

{
    "keyName": "TEST-PC01",
    "contentType": "Local Administrator Credentials",
    "tags": {
        "Username": "administrator"
    }
}

About

Serverless Local Administrator Password Solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%