Given: Windows Server 2012 R2 / PowerShell 4
Do need: a way to manage user/role specific PowerShell functions in an Active Directory domain.
Do NOT need: help with coding these scripts. This question is about managing user/role specific PowerShell functions.
An example:
- Developer logs on to his workstation
- Opens
PowerShell
- Issues a command
Start-RemoteDebugger
msvsmon.exe
starts on his workstation
Another example:
- Developers opens a
remote PowerShell
tab to test server - Issues a command
Start-RemoteDebugger
msvsmon.exe
starts on the test server
What would be the best practises in managing such scripts? Given that only specific users/roles can actually write these scripts.