Welcome to Port3101.org : Your BES Connection Mark forums read | View Forum Leaders
Port3101.org : Your BES Connection



Reply
LinkBack Thread Tools Display Modes
Looking for a script / shortcut ...
 
  #1 (permalink)  
Old 01-11-2009, 07:37 PM
hdawg's Avatar
Proprietor
 
Join Date: Nov 2008
Posts: 2,232
Blog Entries: 145
Default Looking for a script / shortcut ...

If you're looking for a script / shortcut, post what you're looking to do / help make easy ... you're probably not the only one out there wanting the same thing!

I'm certainly interested in knowing ... and if I can help I'd love to write a shortcut to make it happen!
__________________
http://blog.port3101.org/hdawg/

The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-30-2009, 05:57 AM
Ryne's Avatar
BES Activated
 
Join Date: Oct 2009
Location: Canada
Posts: 5
Default SQL Script - How To Check DB for BIS Users

-- Change the '%@BES_Domain.com%'to the current working BES domain to omit thoes from the results


SELECT count(dbo.UserConfig.Id), dbo.UserConfig.DisplayName
FROM dbo.UserConfig INNER JOIN
dbo.SyncDeviceMgmt ON dbo.UserConfig.Id = dbo.SyncDeviceMgmt.UserConfigId
WHERE dbo.SyncDeviceMgmt.data like '%@%' and syncdevicemgmt.id not in
(select id from syncdevicemgmt where dbo.SyncDeviceMgmt.Data LIKE '%@BES_Domain.com%')
Group by dbo.UserConfig.DisplayName
Attached Files
File Type: rar SQL How To Check DB for BIS Users.rar (381 Bytes, 25 views)
Reply With Quote
  #3 (permalink)  
Old 10-30-2009, 06:00 AM
Ryne's Avatar
BES Activated
 
Join Date: Oct 2009
Location: Canada
Posts: 5
Default SQL Script - How To Clear a users Autosignature

Update userconfig set AutoSignature = NULL where id = '428'
Attached Files
File Type: rar SQL How To Clear a users Autosignature.rar (169 Bytes, 13 views)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 10:33 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2