MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
632 stars 281 forks source link

Suggestion: Prompt for Credentials Checkbox #72

Closed Biggoan1 closed 4 years ago

Biggoan1 commented 5 years ago

I'm contracted at a company that requires admin tasks (software installs etc) be run with a separate account that doesn't have internet access. Would it be possible to add a check box to prompt for credentials when the application requires privileged access (ex. when extracting msi drivers for Microsoft Surface devices). For now I just added -Credential (Get-Credential) to line 13231 and that seems to be working fine.