-
I've been asked to audit the access that a user has to other user mailboxes on our Exchange 2007 server. Over the years many users may have given this user access to their Inbox, Calendar etc. Management want to know the extent of this insecurity. I managed to work out that ... get-mailboxpermission...
-
John, These are good questions. When you say "they are not filtering" is it that the results aren't filtered to the right results or the actual data columns aren't correct. Secondly, if you are using export-csv, you want to use select-object to add the fields that you want to be piped...
-
Often people will show using the where to do filtering, however this filtering is done on the client side. The -filter option allows the server to do the filter before the results are sent to the client. To use -filter first you need to know what properties are available to filter for each command. A...
-
The Windows PowerShell Technology Center http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx The Windows PowerShell Blog http://blogs.msdn.com/powershell/ The Windows PowerShell Book http://www.sapienpress.com/powershell.asp The Windows PowerShell Newsgroup http...