Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Divaldo
  • Content: Threads
  • Order by date
  1. Divaldo

    SharePoint 2013 Federated Search Proxy

    I have SharePoint 2013 search set up and working fine for local sharepoint sites. I'd now like to use external searches. I've set up a result source pointing to Bing using OpenSearch with anonymous access: http://www.bing.com/search?q={searchTerms}&format=rss&Market=en-gb We are behind a...
  2. Divaldo

    Microsoft SQL Query with Sub Totals

    I have created an InfoPath form that allows users to submit jobs to our Reprographics department and it tallies up the cost of their job so it can be billed to their department at the end of the month. Each department (faculty) has multiple sub faculties. The query I use to get the monthly...
  3. Divaldo

    Gridview Footer Total

    Hi, forgive me, but this is my first forray into asp.net. I have a page with a gridview on that puls data from a SQL database and displays it. Basically, you select a user, aand/or faculty and it lists all the entries in the database relevant to them. One of the columns (TotalCost) is a...
  4. Divaldo

    Server 2008 Remote Apps

    I have a server 2008 box configured with remote desktop and have setup some remote apps. I can logon to the website (https://myserver.mydomain.com/rdweb) then click on an app, enter my credentials again, and it runs fine inside my network. I am publishing the site through ISA 2006 and my...
  5. Divaldo

    Opening required ports in ISA 2006

    hi, I have an application that uses TCP ports 22 and 2001. Can anyone tell me how I allow access to the application over these ports through ISA 2006? Traffic is both inbound and outbound and my internal server hosting the application has the IP address 172.16.0.14. Many thanks.
  6. Divaldo

    Exchange 2007 ISA 2006 and ActiveSync

    We are trying to get Exchange 2007 ActiveSync to work externally through ISA 2006 so people can access their info from mobile devices such as iPhones. We've installed it using Verisign SSL certificates and OWA works fine. I can't however get ActiveSync to work. I've tested in on...
  7. Divaldo

    Published Links to Office Client Applications

    We have deployed two published links that are available through Office 2007 applications. Both these links work fine and are available from 'My Sharepoint Sites' when our users save or open files. One is entitled 'School Admin' and the other is 'Curriculum Library', the strange thing is that...
  8. Divaldo

    Creating Multiple Security Groups

    Does anyone know how to script the creation of multiple security groups in AD? I have a script that works fine creating one group for a class in our school: Const ADS_GROUP_TYPE_LOCAL_GROUP = &h2 Const ADS_GROUP_TYPE_SECURITY_ENABLED = &h80000000 Set objOU =...

Part and Inventory Search

Back
Top