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
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
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...
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
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
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...
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.
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 =...
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
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
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...
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...
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...
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...
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
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.