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