Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Restricting access to cmdlets and parameters

$
0
0

Hello, can someone please help with the following.

I know with PS Remoting and PSConfig file you can restrict which cmdlets and which parameters on those cmdlets a given user can execute. However I understand this relies on the fact the user in question if using PSRemoting

Lets say I have a PowerShell module (any module) on my Local PC and the module has a number of cmdlets that let you run its commands against a remote computer. Now if possible I want to restrict which cmdlet and which parameters from that module a given user can execute (in the same way as using PSConfig) but without using PSRemoting. e.g. running cmdlets locally on PC.

Thanks

AAnotherUser

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles