#PSTip How to prevent script execution for non-admin users
Note: This tip requires PowerShell 4.0 or above. The #Requires statement allows us to prevent a script from running without the required elements.
Read MoreNote: This tip requires PowerShell 4.0 or above. The #Requires statement allows us to prevent a script from running without the required elements.
Read MoreNote: This tip requires PowerShell 2.0 or above. In a previous tip we saw how to configure storage quotas for a mailbox using PowerShell.
Read MoreNote: This tip requires PowerShell 2.0 or above. Exchange lets us configure mailbox storage quotas for a mailbox, control the size of mailboxes and manage the growth of mailbox databases.
Read MoreNote: This tip requires PowerShell 2.0 or above. There are several things you can do to make more readable scripts. You can do good documentation and use variables that are meaningful.
Read MoreNote: This tip requires PowerShell 2.0 or above. In earlier tips, we looked at how to add, read and update the extended properties of a SQL database.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier tip, we saw how we can read extended properties to a database.
Read More