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 gkittelson 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: *

  1. steelcoyot

    Exchange Distribution Groups

    I'm looking for a VBScript that will gather all of the information about a distribution group and compare the security permissions from Active Directory. I'm in the middle of a migration and want to know who has the abilty to send to a group as well as receive from said group. thanks
  2. steelcoyot

    Getting Shared User account information

    I'm looking for a script that will pull the information from a text file of "Shared Resource Accounts". Primarly I want to know who has the rights to send as as well recieve for accounts such as conferance rooms and the such. Thanks
  3. steelcoyot

    Trying to connect Project Professional to a PWA server

    I'm trying to connect to a Project 2003 Client to Project server 2003 PWA but am getting an saying the following: The Server at Https://Projectserver returned the following error to Project. You are not Authorized to view this page You do not have permissions to view this directory or page...
  4. steelcoyot

    Deleting Cookies in multiple user folders

    no getting file not found on line 4 code: 800a0035
  5. steelcoyot

    Deleting Cookies in multiple user folders

    Dim oFSO, oFolder For Each oFolder in oFSO.GetFolder("E:\").SubFolders objFSO.DeleteFile oFolder.Path & "\Cookies\*.txt", DeleteReadOnly Next Again I'm not a script writer nor do I know that much about VBScript
  6. steelcoyot

    Deleting Cookies in multiple user folders

    EBGreen I get the following Script host error Line: 2 Char: 1 Error: Object Required: " Code: 800A01A8
  7. steelcoyot

    Deleting Cookies in multiple user folders

    GrimR thanks for the post, when I run the script you gave me and I get that the file runs correclty against my acount but I need it to go through all of the user folders on the server share. Do you know what VBScript command I could use for this? Thanks
  8. steelcoyot

    Deleting Cookies in multiple user folders

    With out the Continue on error I'm getting Error: File not found Code: 800A0035 The error referance the following VBScript Line: objFSO.DeleteFile ("E:\" & struser & "tsprofile\Cookies\*.txt"), DeleteReadOnly Again I need to go through multiple user profile directories on a network share and...
  9. steelcoyot

    Deleting Cookies in multiple user folders

    I'm not seeing any errors nor does it report it's failing, what I get is the script will run but does not clear out the cookies folder under the TSProfile folder in the users profile.
  10. steelcoyot

    Deleting Cookies in multiple user folders

    Sub DeleteFileExtensions(strWildcards, strDirectory) 'Turn off error handling On Error Resume Next 'Create an instance of the FileSystemObject Dim objFSO Set objFSO = Wscript.CreateObject("Scripting.FilesystemObject") set wshNetwork = Wscript.CreateObject("Wscript.Network") struser =...
  11. steelcoyot

    Deleting Cookies in multiple user folders

    I'm trying to write a script that will go through all of my user TSProfiles and delete all of the files in the Cookies folder. The scripts I've found so far will transverse the %username% folders but errors out or does not run properly when I run it. thanks
  12. steelcoyot

    OUtllok 2007 on a Terminal Server

    Has anyone configured Outlook 2007 to run on a Terminal server? What I want to turn off is the First-Run pop-up that occurs when you first log into the application. Thanks
  13. steelcoyot

    Not Autherized to view this page on a Wss 3.0 server

    Our web developer designed a page that will allow you to submit information for a sales person to contact you back, but once you hit the submit button the page wants you to authenticate with a windows account and if you hit cancel you get the following You are not authorized to view this page...
  14. steelcoyot

    Help with MS Project 2007 PWA

    I've loaded Project Server as well as the front end services onto my sharepoint farm but when I go to luanch the PWA site I get a generic SharePoint error saying that the site can not be viewed. When I look into the server logs I see the following. Event Type: Information Event Source: ASP.NET...
  15. steelcoyot

    Event ID: 17052

    Forgot to add that this is SQL server 2000 with Service Pack 3 hosting SharePoint 2003 databases.
  16. steelcoyot

    Event ID: 17052

    I've been getting this error about twice a minute for over three weeks and can't seem to figure out what it is. Description: Error: 1102, Severity: 22, State: 1 IAM page (1:7130) for object ID 1842105603 is incorrect. The table ID on page is 306100131; should be 1842105603. The entry in...
  17. steelcoyot

    Unified Messaging Play On Phone Error

    Not sure if anyone else has run into this error but every time I try to play a message to my phone I get the following error. My VoIP is Cisco Messaging 5.1 Event Type: Warning Event Source: MSExchange Unified Messaging Event Category: UMCore Event ID: 1087 Date: 9/18/2007 Time: 10:58:23 AM...
  18. steelcoyot

    Assinging Different Global Address Books

    I have an Exchange 2007 environment that consist of several smaller companies. I want to configure different Storage groups for each company as well as setting up their global address list to only reflect the users in the storage groups. Anyone know how to go about doing this? thanks
  19. steelcoyot

    Pulling Exchange Attributes in Win 2k3

    the script has two parts. part one goes to the root domain and extracts data from the exchange servers about storage limit policies, and then writes them to a "dictionary". It then goes through each user account, and if they have a mailbox on one of the stores, it check the value of the storage...
  20. steelcoyot

    NIC Teaming

    Thanks for the quick responce, As far as routers we have 2600 and 2800. Any issues with those systems? Reason I'm asking is that I'm being told by my network guy that the router and switches do not support Teaming.

Part and Inventory Search

Back
Top