Links
Search Results for: server
Backing up SQL Express Databases
A scheduled script such as this which has hard coded the name of the sql command file, set it to run in the folder containing the backups echo %0 starting date /t time /t dir sqlcmd -S localhost\caserver -i “%programfiles%\custom\sql_express_database_name_backup.sql” … Continue reading
Posted in Hints and Tips, System Administration
Comments Off on Backing up SQL Express Databases
Giving permissions in Exchange for users from a trusted domain.
After a recent consolidation we needed to give users in a seperate (but trusted) domain access to mailboxes on an exchange 2010 server. The below code (copied from https://social.technet.microsoft.com/Forums/exchange/en-US/d2f051f0-9649-4ac0-8e82-9783a34d0eed/how-do-you-grant-full-mailbox-permissions-to-someone-in-a-different-domain-in-exchange-2010?forum=exchange2010 – by J. Duke Rogers Communicore Technologies & Triangle Forensics) does … Continue reading
Posted in Powershell, VBS, VBA and other scripting., System Administration
Comments Off on Giving permissions in Exchange for users from a trusted domain.
export all mailboxes exchange 2010
To do a bulk mailboxexport on exchange 2010 for all mailboxes, it mus tbe to a share and the share needs appropriate permissions. Filter the get-mailbox to get a subset of the mailboxes. $a=get-mailbox foreach ($u in $a) { $u.alias … Continue reading
Posted in Powershell, VBS, VBA and other scripting., System Administration
Comments Off on export all mailboxes exchange 2010
GetMailboxStatisticsAndEmail.PS1
Script to export a list of all the mailboxes in an organisation and send the results as attachments to an email. Gives a list ordered by size and after that ordered by last logon time (to hilight old inactive mailboxes). … Continue reading
Posted in Powershell, VBS, VBA and other scripting., System Administration
Comments Off on GetMailboxStatisticsAndEmail.PS1
Replace the icon lables “Computer” and “This PC” with something more useful.
This script will read the computers name and domain settings and rename the icon in the form computername.domain.local This makes it much easier to be certain which desktop you are working on when using multiple remote RDP , mstsc connections. … Continue reading
Posted in Uncategorized
Comments Off on Replace the icon lables “Computer” and “This PC” with something more useful.
Powershell to list the rights for each mailbox (who can read others mailboxes)
Just need to put your server name and if you want to not include some of the access rights (ie bes server and backup software etc… just add it to the where clause). Get-Mailbox -server myserver | Get-MailboxPermission | where … Continue reading
Posted in Powershell, VBS, VBA and other scripting.
Tagged exchange, Powershell
Comments Off on Powershell to list the rights for each mailbox (who can read others mailboxes)
WSS3 sharepoint upgrade to Sharepoint Foundation 2013
WSS3 sharepoint upgrade to Sharepoint Foundation 2013 SBS 2003 and 2007 use the WSS3 version of sharepoint. To upgrade from that to a current version can be a bit tricky. It involves upgrading to the 2010 version of sharepoint foundation … Continue reading
Posted in System Administration
Leave a comment
Technology
Nano Tera Network Solutions works with and supports many of the currently available technologies. Microsoft Microsoft windows server and client version, application servers. Server 2012 Server 2008 Powershell Server 2003 Exchange Server SQL Server Windows Sharepoint Server Sharepoint Foundation Windows … Continue reading
Comments Off on Technology