by Rocky Beaven | Oct 28, 2012 | Miscellaneous, Patching/Security, SBS 200x
In the olden days you could move the WSUS content to a different partition using the SBS console, but you may also want to move the database itself (which can become quite large to say the least), and the instructions are still relevant today: Move WSUS Content and...
by Rocky Beaven | Oct 3, 2012 | Exchange Server, Microsoft 365, PowerShell
Trying to find out which mailboxes a specific user has access to is a somewhat tedious process in the EMC. Thankfully there is a simple PowerShell command that will give you a complete listing: get-mailbox | get-mailboxpermission -User “UserName” | fl...