I'm not well versed at powershell but looking at your syntax it looks like you made a possible typo.It should be DC=home , dc=com not DC=home, dc=com , dc=com.There could be something else but I caught that possible error while reading your script.
thanks for your reply 58sniper , sorry I forgot to mention which version of exchange I'm running , I'm running exchange 2010.I think running everything in powershell would be great but it would be alot of work to recreate my user creation script in powershell.
Isn't there a way to call...
Ok I have a vbscript which creates a user account in AD but I have to open exchange management console to create the mailbox for the user.Is there a powerscript that I can run at the end of the vbscript that will enable the mailbox for that user I just created?
is there a way to modify this bat command so that when its ran it prompts for which printer to uninstall instead of having to edit the script each time to reflect a different printer?
runas /u:\%computername%\anthony rundll32 printui.dll,PrintUIEntry /dl /n "printer_name" /c\\computer_name
Thank you for your help Geates I tried your script and it moved my files but it did not move the folder too. I'm looking for a script to search a root folder say c:\data for certain file extensions anywhere in that folder or subfolders or subfolders of that subfolder and move that file...
I need a script to search a folder and subfolders for certain file extensions then move the folder and all it contents to another folder.I have a script that will find a certain extension and move it but I want the script to search the whole folder and any subfolders for that file extension and...
From what I have heard the transcender practice exams have simulations very similar to what the microsoft simulations are like.I would take a look at that if you can.
http://www.certguard.com/
go here from what I have been told its best to avoid braindumps.This site will let you know which sites are good and which are bad.
Anybody ever use actualtests.com exam prep questions? I have heard mixed opinons about the measureup questions so I'm worried about using that if its not reliable.
To receive an elective credit toward the MCSA certification, candidates must earn the CompTIA A+ credential and either the CompTIA Network+ credential or the CompTIA Server+ credential. Alternatively, candidates can earn the CompTIA Security+ credential.
I created a txt file with user information
like this CN=Neville Longbottom,OU=Gryffindor, OU=students,DC=hogwarts,dc=local" -samid nlongbottom -pwd
P@ssw0rd -fn neville -ln longbottom
but when i run this cmd
For /f “tokens=*” %i in (newusers.txt) do @dsadd user %i
I get an error saying " * was...
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.