Printer Security settings
Posted by: Richard Siddaway
I was recently asked about getting the security settings for printers.
$pace = DATA {![]()
0 Comments
RSS Feed
Email a friend
I was recently asked about getting the security settings for printers.
$pace = DATA {![]()
0 Comments
RSS Feed
Email a friend
I’ve released the second module for the PowerShell Admin Modules tonight. It is available from
http://psam.codeplex.com/releases/view/46364
This release...
I have created the first download for the PowerShell Admin Modules. This will be a set of of modules including code previously published on my blogs at:
In the previous post we saw how to get the Access Mask for the current user for a particular share. It would be better if we could dump the information for all shares and all security access in one go.
We need to use Win32_LogicalAccess
The access mask controls what you can do i.e. what rights you have. We can use the GetAccessMask method to find the access mask but all we get back is a number we need unravel it. The number id a bit mask with the following values assigned
$mask = DATA {
ConvertFrom-StringData...
As I said last time I’ve modified the Get-Share function to accept a share name.