Posts Tagged ‘script’

How To Backup A SQL Express Database With A Scheduled Task, And Cleanup Old Backups

So you are running SQL Server (2005 or 2008) Express (presumably installed as part of an application server install) and you would like to make sure your databases are backing up each night. You go to load the SQL Server Management Studio only to discover it’s not there. So then you head on over to…
Read On…

How To Use PowerShell To Connect To Office 365 And Recursively Add Mailbox Folder Permissions

In case you haven’t noticed, Microsoft is making you do more and more with PowerShell. Features we’d love to see in a GUI interface instead require commands and scripts. Okay, this is good when you want to automate things, but not so great for the occasional need. For example, where I work we occasionally need…
Read On…