|
Sync AD computer description field with local computer description field.
Hello
Is there a way to sync the computer description field in AD with the
computer description field on the my computer properties computername tab.
FROM: XP PRO ( Local computer description field) >>>>>>>>> TO: SRV 2003
(AD computer description field)
We are doing a role out of a couple thousand computers and would like the
local computer techs to f...
|
2 |
13.05.2007 11:17:31 |
|
Enable/Disable Network connection at once
Hi, in my line of work I have to do a tedious task quite a number of times
every day: enable one network connection and disable the other. What I
actually refer to is that on a laptop - where I have one wired and one
wireless connections - I have to switch between these two connections to
reach a network device I am working on, and from there I may need to reach
the wireless network to g...
|
6 |
13.05.2007 17:36:01 |
|
Can this be fixed by a VBS and how
Hello to all
I got a bit of an issue here that I think using the right script will fix
but not sure where to start looking or how to set it up.
The issue is resetting security permissions on a large amount of files in a
folder that resides on a Windows 2003 R2 STD Server. These files had the user
listings in the security tab removed so now they can not be accessed by
anyone unless th...
|
3 |
13.05.2007 11:01:25 |
|
List folder permissions
Hi All,
I have around 100 folders & and each are assigned with different permissions
to different users.I need an command or utility to list the folder
permissions assigned to users or groups. I dont want to view the permissions
on subfolders ( if it can then OK, otherwise its not needed) I just need to
view the permissions on top level folders.
THANX.
...
|
5 |
12.05.2007 17:35:49 |
|
Listing User and PC last logged on
In a nutshell, I need a list of users and what pc's they last logged into.
Or the reverse, a list of PC's and what users last logged into it....
|
4 |
12.05.2007 04:10:59 |
|
Question on two different scripts to change local admin password
Ok...as my education continues into the world of scripting (still a
infant here), I have some questions.
I need to reset the password of all the local domain accounts on our
servers. I thought a script + GPO would be a handy method.
Since I am pretty new at scripting, I decided to google for some
suggestions and came up with a few interesting things and wanted to
ask some questions here.
...
|
2 |
12.05.2007 04:07:23 |
|
DSACLS Script to Export Permissions
Anyone have a script or link to export permissions for objects using
DSACLS? If there is another method that would be great as well.
Looking for a method to script out the SELF permissions on all user
accounts to find discrepancies.
Thanks,
James Chong (MVP)
...
|
2 |
11.05.2007 21:17:55 |
|
PowerShell Eventing Library 0.5 Beta Released
PSEventing 0.5 beta released
Events in PowerShell - but how? Events in a .NET executable are
generally raised and handled in realtime; at first glance, this
doesn't seem possible with our favourite little shell. PowerShell
lets
us wire up scriptblocks to .NET events as handlers quite easily, but
unfortunately when the event is raised, there is no runspace
available
to execute our script....
|
1 |
11.05.2007 15:26:41 |
|
Running batch file in Background
I have a logon batch file, which runs when a user log's on to the
domain (windows 2003 ent server DC).
The problem is that because the bat file it's not running in the
backround, a user can close it and the code will not run (makes users
mapdrives).
Can anyone give an idea how can i run the batch file in the backround?
Thank's in advance
...
|
4 |
11.05.2007 08:35:07 |
|
Userlist with batch file name configured
Hi,
In my Active Directory, I have around 600 users, and each user is assigned
an login script in "Profile" tab.I have around 200 login scripts.
Now I need an output wherein I should able to see all the usernames with
name of Batch file assigned to the user.
Thanx....
|
9 |
11.05.2007 05:49:02 |
|
Login Script--Ensure Drive Mappings
All,
We have a problem where roughly 5% of the time, all of our drive
mappings do not appear when users connect through our SSL VPN
appliance. The VPN manufacturer has been no help, so I wanted to
introduce logic into our script which will check to see/ensure that
the drives are mapped, and retry if necessary. Problem is that we use
a VB script which checks AD group names for the appropria...
|
2 |
10.05.2007 23:47:10 |
|
Code deployment and IIS scripting
Hi All,
I am tasked with automating .NET web deployments to multiple servers and was
wondering if someone could help me out or point me in the right direction.
Currently, they way I deploy code to our production servers is by copying
over a zip file with the new code and then extracting the code to the www web
root. Then I have to manually recycle the application pool for that
particu...
|
1 |
10.05.2007 22:28:00 |
|
script to verify include domain if one does not exidt
i every one.
i would like some help please..
there is a logon script that we have that installs a
certain script at logon for clients for SMS. whar we
ultimately would like to do is apply the script but also
check if a certain domain does exist.. if it does not
exist then use one that is specified.
i think this would be p...
|
1 |
10.05.2007 12:04:35 |
|
my network places in PowerShell
I need to move backup files from a folder on my network places to a
subfolder for archiving purposes. Can anyone clue me in how to reference a My
Network Place as a location in PowerShell?
Thanks for any insight....
|
1 |
10.05.2007 09:02:00 |
|
Computer Config login script from GPO copying file reports permission denied
I've logged this in the AD group but I think it is probably a
scripting issue... If anyone can help I'll be eternally grateful...
I created a VBscript login script under computer config on the default
domain policy. It checks the size and date last modified of a file on
the local computer (XP pro SP2) and a reference file on the server
(Server2003). If they are different it renames the loca...
|
2 |
10.05.2007 03:41:35 |
|
Combining Multiple VB Scripts
I'm new in the scripting business. I've found the scripts I need for my
environment but they are all separate files, I need to combine all 5 files
into one large vbs file. Here's a sample of two files I need to combine into
one. Can someone please help.
Thank you,
Script 1:
' Already.vbs Windows Logon Script
' VBScript to map a network drive.
' Author Guy Thomas http://computer...
|
2 |
10.05.2007 03:20:51 |
|
Need a script to find the systems in AD or not?
Hi,
I need a script to find the list of systems will be available in AD or not?
Anybody can help??...
|
5 |
10.05.2007 02:42:56 |
|
Logon Script Assistance
I am currently building 4000 new PCs. I add the new PC names to a text file
that the logon script checks. If the name is found in the text file it calls
another script to install some post-build fixes. Is there a way to have the
script remove the computer name from the text file once complete?
Your assistance is much appreciated....
|
3 |
09.05.2007 21:56:02 |
|
computer accounts in active directory
Hello,
I need some help with a script. I am trying to get a list of all computer
accounts in my domain. I found the script in the respository, however it
just gives me a pop up window for each machine.
I am looking for a way to take this script and export the information into a
file.
Any help would be appreciated.
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject("ADOD...
|
2 |
09.05.2007 15:41:01 |
|
wher can I write the script to be run
I hane a script
wher can I write it to be run or activated?...
|
2 |
09.05.2007 00:19:27 |
|
nEED HELP WITH LOGIN SCRIPT
Hi,
The following login script doesn't want to add drives and printers
based on membership, the static drives and printers work but when it
comes to querying the AD it's not working. I am aware that not all of
the printer objects are defined at this stage.
I am also wondering if there is a more efficient way of doing this,
plus if as user belongs to more than one printer group will it s...
|
3 |
09.05.2007 00:13:30 |
|
How to compare file dates on a script
Hi,
I am trying to run a simple batch that compares the dates of two files (one
is on the server and the other is on the local computer) the conditions are:
if the file on the local Pc is older than the file on the server, delete it
and then copy the new one.
Is the fc command the one I have to use? because it is not working, I don't
know how to compare the dates, Does anyone know how ...
|
2 |
08.05.2007 15:56:34 |
|
Multiple copy and paste thing
Hi all,
For my job, I often have a group of about 10 commands that I need to
type very often. I am thinking that it would be nice to rig up a
program(unless there already is one) where I could enter a bunch of
strings, and then when I press RightShift-r it would enter one
string, then RightShift-q for another, etc, up to 26 possible
strings. Just like copy and paste, but with many differen...
|
2 |
08.05.2007 12:01:06 |
|
Add a new user to the local computer via a web page/interface
Is it possible to add a user via a web page/interface to a local computer
(Windows 2K3). I have sharepoint 2007 server (stand alone - no domain or AD)
and I need a way to create local users via the web. (RDP to the server is too
slow). I found the script to add users but was wondering if it can be
integrated via a web page. Any suggestions?
Thanks in advance.
...
|
2 |
08.05.2007 02:34:20 |
|
Resource Kit
I have looked around, but haven't found a clear answer. What are the rules
for using the tools from the resource kits in applications that you create?
I am specifically interested in what the rules are when it comes to
distributing that application....
|
2 |
08.05.2007 02:07:08 |