Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Windows Server » microsoft.public.windows.server.scripting

HTVi
TV Discussion Newsgroups

Threads Replies Last Post
17 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  
Script to exercise network connections using Telnet
All, I am trying to write a script at the moment that can be used on a statically defined machine on my network to exercise network connections through my stateful packet inspecting firewall.. These connections are across multiple port ranges to multiple end connection points.. Any assistance or advice would be greatly appreciated.. Luke ...
1 5/3/2007 2:16:30 AM
script for running a file from the server
Hello, I need to run a file from the server to all the computers on the Domain, I was wondering that if I can do it with a simple script. I used one script before to change all the postal address for all the user on the AD, but in this case I am not sure where to start for. The file extension is .pat and the conditions are: If the file is already in the computer, update it if not run i...
3 5/2/2007 1:42:02 PM
DSGET - where am I going wrong
No matter what I have tried I cannot get a DSGET query to work for me. I'm running a simple network with two 2003 DCs SP1 & a memebr server. The domain is called ST-SCHOOL.LOCAL All I want is to get a list of user IDs and full names from a group called 6V The syntax I am putting in is as follows: dsget group "CN=6V,DC=ST-SCHOOL,DC=LOCAL" -members -expand I have tried without quotes,...
3 5/2/2007 12:05:20 PM
DNS record details from AD
I'm looking after a fairly large enterprise system with a few thousand Desktops and several dozen servers. There's a number of W2003 Domain Controllers distributed around various sites, providing DNS support. Most of the Desktops/Laptops use DHCP, the servers are generally static. Some DNS entries have been added manually. The systems have been around for a few years and the DNS (forward...
1 5/2/2007 7:34:35 AM
Automatic Creation of LocalGroups?
We have some local groups that we refer to in our group policy, so I need to make sure those groups are created on every computer that belongs to a domain. I created a system startup script in group policy to create these using command: net localgroup groupname /add What I am noticing is that on some of our computers, after rebooting them, local groups that are in this script ...
1 5/1/2007 7:14:08 AM
Save input to the file
I'd like to save all the commands I type into cmd window to the history log file. Complete list of input commands. doskey /history show some commands but not in the right order. How can I do that? W2K, XP ...
1 4/30/2007 6:16:44 PM
Hardcode credentials?
How can I hardcode credentials into this portion of my script so that I can access the remote drives? The users that will run this script will not have their credentials on the server. 'ServerName and HostSitePath variables are assumed. Const OverwriteExisting = TRUE Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.CopyFile "\\"& ServerName &"\C$\WINDOWS\system32\ine...
2 4/28/2007 1:04:44 AM
Remove all members in local Power User Group
I need to remove all membership in the local power users group on the local machines. I would like to use a logon scipt to do this. I see examples of adding or removing specific users but nothing to set group membership to 0....
4 4/28/2007 12:36:07 AM
logoff vbs script
Hi there. Could somebody help me with logoff script in VBS. This is the criteria: when one user login on a computer, and this script will try to check if there are any folder\directory such as: c;\windows\logs if exist continue login else logoff. many thanks kind regards Ali ...
2 4/28/2007 12:32:18 AM
How can i get largest the sms client cache?
Hi there. Could somebody help me with the sms client cache? This is the criteria: when i sent one aplication to a client since sms, sometimes the set up isnt install, becuase the cache size is smallest than aplication needs. So i need a script to made bigger the sms client cache many thanks ...
1 4/27/2007 10:12:03 PM
Unparsable Query
I have a script that will notify me when new files are added to a folder. This works really well when I test it on my local computer but I need it to monitor a network share. When I replace the local path (C:\Test) with with the path to the network directory (S:\Shared\ShielahS) I get the "unparsable query error." Here is my code. ANY help is very greatly appreciated! Option Explic...
5 4/27/2007 5:44:05 PM
Getting fan info
I'm trying to get som info from Win32_Fan, but it keeps returning no results. Does anybody know if this class works?...
1 4/27/2007 9:14:31 AM
Change permissions on folder and shares
Is there a way to change share permissions using VBScript? And folder permissions? Thanks!!! Felipe ...
1 4/27/2007 1:43:09 AM
Script User Privilege
I have created a security group in active directory (SLSMGR) then added this security group to admin group on local machine. Would like script to determine what the privilege level of the logged on user actually is i.e. administrator, power user etc. to check. ...
1 4/27/2007 1:04:01 AM
Remove members from local administrators group
I need to use a group policy to remove users from the local administrators group and only add domain admins. I am trying to use net localgroup administrators. What can I use as a variable for the domain users. Is there a script for this?...
2 4/26/2007 9:20:37 PM
Delete Parent registry key based on subkey data
I am trying to figure out if it is possible to delete a parent key based on data in the subkey. For example, the following registry key automatically generates a random number behind the key (network#FD3D2E5EDBD3FED8A925FE1A99DC616942D6DAFF), but the ID subkey will always be the same on all PC's. Is there a way to parse the registry for that ID and then delete the parent key through a VBS...
3 4/26/2007 9:19:38 PM
Scripting change to the Power Management Schedule Task Options
I have created a script shelling out to schtask.exe to create scheduled tasks on all my servers, which are all located at different sites around the mid-west. As you are aware the default Power Mgmt. setting on the Settings tab is for "Don't start the task if the computer is running on batteries" and "Stop the task if battery mode begins" to be checked on I need to change the default Power ...
1 4/26/2007 5:42:41 PM
Scripting change to the Power Management Schedule Task Options
I have created a script shelling out to schtask.exe to create scheduled tasks on all my servers, which are all located at different sites around the mid-west. As you are aware the default Power Mgmt. setting on the Settings tab is for "Don't start the task if the computer is running on batteries" and "Stop the task if battery mode begins" to be checked on I need to change the default Power ...
1 4/26/2007 3:30:09 PM
saving files under a folder which was created based on date.
Hello There, I am trying to backup my dfsmetadata using dfsutil. This is done on fortnite basis. A script is run to create a folder on the basis of the date when the script is run. http://www.microsoft.com/technet/scriptcenter/resources/qanda/jan07/hey0122.mspx. That's the script used to create folders on the basis of date. Once this script is run then we will run the DFSUTIL command t...
1 4/26/2007 9:40:06 AM
Install Application via VBS Script
I am very new to scripting but understand networking and administration of networks. I am wanting to install an application with elevated privileges and found this sample script on the Microsoft Scripting Samples site: Const wbemImpersonationLevelDelegate = 4 Set objWbemLocator = CreateObject("WbemScripting.SWbemLocator") Set objConnection = objwbemLocator.ConnectServer _ ("WebSer...
1 4/25/2007 6:42:04 PM
Script for mapped network drives
Good afternoon everyone. I have a very quick question. I need to do the following for a middle sized business using Server 03 SP2 R2. I will be building the AD from scratch on the server and all users will be using WinXP SP2 with all updates. This server will be the proxy (FreeProxy), email (exchange), web (IIS), storage, and database (SQL 05)server. When the user logs in for the ...
5 4/25/2007 2:39:57 PM
Delete Parent registry key based on subkey data
I am trying to figure out if it is possible to delete a parent key based on data in the subkey. For example, the following registry key automatically generates a random number behind the key (network#FD3D2E5EDBD3FED8A925FE1A99DC616942D6DAFF), but the ID subkey will always be the same on all PC's. Is there a way to parse the registry for that ID and then delete the parent key through a VBS...
1 4/25/2007 1:19:27 PM
start and stop a process
i want to know how to start and stop a process in vbscript?...
8 4/25/2007 8:12:37 AM
Security policy
i would like to check these security policy settings thru a Vbscript Password policy -Enforce password Histroy -Max Password Age -Min Password age -Min Password length Account Lockout Policy -Account lockout threshold ...
1 4/25/2007 4:34:00 AM
telnet in vb
is there any kinda objects similar to telnet which can be used for remote login to computers?...
1 4/25/2007 4:08:05 AM
17 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen