So far i have done this:
On Error Resume Next
Const ForAppending = 8
Const ForReading = 1
Const ForWriting = 2
strComputer = "."
Set objSysInfo = CreateObject("ADSystemInfo")
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set...
Hi
I am new to scripting and would like be able to move computer objects within AD based on there IP address?
Example:
192.168.1.1 -> 1st Floor OU
192.168.2.1 -> 2nd Floor OU
Etc...
I have already got a moving script which works great, but this needs me to manually enter the computer...
I have completed this, if it helps anyone I did the following:
1) Launch the Active Directory Connector Management snap-in to delete
any recipient Connection Agreements:
Note: Do not attempt to delete any configuration Connection Agreements that
begin with Config_CA in the management console...
All,
I have nearly finished my migration from Exchange 5.5 to 2003 and just wanted to confirm a couple of things before i go ahead?
I currently have the following place:
Exchange 5.5 (NT4 - BDC [mydomain.co.uk]) Public Folders (replicated)
Exchange 2003 (W2K Adv Srv - Member...
Found my resolution:
Re-install WMI:
Reinstalling WMI requires the following steps:
1. Stop the WMI service.
2. Delete the WMI repository directory.
3. Restart the WMI service.
4. The WMI repository is reinstalled shortly after starting the service.
Detail of steps:
1. Type "net stop...
Does anybody know how to fix the below error:
An error occurred while exporting the WMI Repository files.
The WMI Repository could not be backed up.
^ ^ ^ ^ ^
Thx
Big10
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.