Search found 230 matches

by scj6771
Tue Feb 19, 2013 9:17 am
Forum: Networks and Wireless Routers
Topic: VLAN Setup / SG300 & WRT54G (DD-WRT)
Replies: 0
Views: 3355

VLAN Setup / SG300 & WRT54G (DD-WRT)

I just purchased a Cisco SG300 managed switch and would like to seperate my network into two VLAN's, one for my lab environment and the other for everything else.

I have the switch in L3 mode and and been reading the admin guide but I'm still at a loss with VLAN configuration.

This is a 10 port ...
by scj6771
Fri Jun 22, 2012 12:38 pm
Forum: Software Forum
Topic: 2008 R2 AD search for multiple computers
Replies: 1
Views: 3992

Think I got it figured out, looks like you can use Powershell with ActiveDirectory module

For exemple :

Import-Module ActiveDirectory

$LISTPC = Get-Content C:\temp\LISTPC.txt

$LISTPC|Foreach{Get-ADComputer $_|Move-ADObject -TargetPath "OU=TARGET,DC=...."}
by scj6771
Thu Jun 21, 2012 10:24 am
Forum: Software Forum
Topic: 2008 R2 AD search for multiple computers
Replies: 1
Views: 3992

2008 R2 AD search for multiple computers

I have a list of computer names I would like locate within AD (2008 R2), using the search feature it seems I can only do one at a time, I have also discovered the ADAC but not sure if that can handle a search like that either.

Once located these machines will be dropped into their respective OU's ...
by scj6771
Thu Mar 15, 2012 9:31 am
Forum: Software Forum
Topic: 2008 R2 GPO's and software installs (MS Office 2010 Standard)
Replies: 4
Views: 3908

Well I decided to simply move the installation to another server and it works, not sure why I didn't do that in the first place, anyway, that brings me to my second question, when I usually setup s software deployment using the "Software Installation" package method, the software will only run once ...
by scj6771
Wed Mar 14, 2012 1:53 pm
Forum: Software Forum
Topic: 2008 R2 GPO's and software installs (MS Office 2010 Standard)
Replies: 4
Views: 3908

I simply pulled the two test machines from their original OU and created another OU called "Office 2010 Installs" and created the GPO on that OU.

For whatever reason I cannot get it to work running under the "Computer Configuration" POLICIES/WINDOWS SETTINGS/SCRIPTS STARTUP/SHUTDOWN, I am getting ...
by scj6771
Wed Mar 14, 2012 10:03 am
Forum: Software Forum
Topic: 2008 R2 GPO's and software installs (MS Office 2010 Standard)
Replies: 4
Views: 3908

2008 R2 GPO's and software installs (MS Office 2010 Standard)

Using this method I have been able to deploy Office 2010 Standard using GPO and OCT, my question is, what are the difference in placing a startup script in the "Computer Configuration" and "User Configuration"?

If I have a GPO with two users and apply the startup script in "User Configuration" it ...
by scj6771
Mon Nov 21, 2011 1:29 pm
Forum: Software Forum
Topic: Upgraded domain / Logon issues
Replies: 7
Views: 2190

I'd probably let it hang at 2003 functionality level for a while.
I'm OK with that, however, my DC states that I am still at a "Windows 2000 native" functional level, I'm assuming that's normal coming off a 2000 environment? Just wasn't sure how that could be if we no longer have any 2000 DC's ...
by scj6771
Mon Nov 21, 2011 12:36 pm
Forum: Software Forum
Topic: Upgraded domain / Logon issues
Replies: 7
Views: 2190

Thanks, that's kinda what I figured since only a few machines out of the 900 or so we have are actually having this issue, I was just afraid it would blow up into a much more serious issue.

We have just within the last week migrated fully from 2000 to 2008 R2 and still need to pull the trigger on ...
by scj6771
Mon Nov 21, 2011 11:22 am
Forum: Software Forum
Topic: Upgraded domain / Logon issues
Replies: 7
Views: 2190

The old DC is offline, the user accounts seem to be fine and if I run IPCONFIG /ALL it shows the correct DNS server.

The issue has occurred on 3 machines so far, one of them I was able to remove from the domain and place back in and it was able to log in, I tried that on another machine and it did ...
by scj6771
Mon Nov 21, 2011 9:12 am
Forum: Software Forum
Topic: Upgraded domain / Logon issues
Replies: 7
Views: 2190

Upgraded domain / Logon issues

Upgraded the last of our 2000 DC's to 2008 R2 and we are starting to have issues with random users not able to log into the domain, getting messages stating that the domain is not available.

If I look at the event viewer on one of these machines one of the errors that shows up is"

wuauclt (3016 ...
by scj6771
Thu Oct 13, 2011 1:04 pm
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

Not to get off topic but do you have any advice on cleaning up old and lingering GPO's and polices? And many when running GPOTOOL of which have only the name "New Group Policy Object"?
by scj6771
Thu Oct 13, 2011 12:08 pm
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

After struggling with this for a couple of days, I finally decided to create the file NTFRS_CMD_FILE_MOVE_ROOT (no extension) in the C:\WINNT\SYSVOL\DOMAIN folder on each of the old DC's, restarted the File Replication Service on all DC's and it seems to be working now?

I read that the above method ...
by scj6771
Thu Oct 13, 2011 11:23 am
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

Disregard last post, it's doing so because that is our DNS server (old primary), and yes the DNS is entered correctly on the new DC.
by scj6771
Thu Oct 13, 2011 11:20 am
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

I just realized after running nslookup for the two problem DC's on the new DC that the "Server" and "address" is giving the name of the only old DC I do not have an issue with. (old primary).
by scj6771
Thu Oct 13, 2011 10:34 am
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

After I used GPOTOOL I noticed (and seems to be confirmed from reading the file replication error logs on the new DC) that it's not the old 2000 PDC but the other two that are having issues, for example, below is a Remote Assistance policy I setup before we introduced the new DC, looks like the ...
by scj6771
Wed Oct 12, 2011 1:52 pm
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

Well I was finnaly able to check the Event Viewer File Replication log on the new 2008 DC after some access denied issues and discoverd that the error was the same except sure enough this one has the "c:\windows\sysvol\domain" instead of "c:\winnt\sysvol\domain" message.

"The File Replication ...
by scj6771
Wed Oct 12, 2011 1:18 pm
Forum: Software Forum
Topic: Issue after AD upgrade from 2000/2008
Replies: 9
Views: 2549

Issue after AD upgrade from 2000/2008

We just recently introduced a new Windows 2008 R2 DC into our Windows 2000 environment and promoted it using this method here , since then we have had a few issues, the one that concerns me the most is after creating a new policy on the new 2008 DC I noticed that clients were getting the following ...
by scj6771
Tue Sep 06, 2011 1:46 pm
Forum: Hardware & Overclocking
Topic: 7600gt / vivo / xbox 360
Replies: 1
Views: 2009

I need to be able to play the XBOX and watch TV at the same time.

I do not have cable so I use the XBOX for Netflix and such / HDMI directly from XBOX into TV.

Now that I'm thinking about it, what good is any of this going to do me if my only form of TV watching at the moment is the XBOX, if I ...
by scj6771
Tue Sep 06, 2011 12:36 pm
Forum: Hardware & Overclocking
Topic: 7600gt / vivo / xbox 360
Replies: 1
Views: 2009

7600gt / vivo / xbox 360

Hope this is the right area for this.

Is it possible to hook my XBOX 360 into my 7600GT via the VIVO option which would then allow me to play the 360 on my PC?

My thought is that if my son wanted to play the XBOX and I wanted to watch TV he could do so without taking over the television.

I have ...
by scj6771
Tue Aug 16, 2011 3:42 pm
Forum: Hardware & Overclocking
Topic: Replacement / Seagate Momentus 5400.4
Replies: 4
Views: 3976

Thanks guys!
by scj6771
Thu Aug 11, 2011 12:45 pm
Forum: Hardware & Overclocking
Topic: Replacement / Seagate Momentus 5400.4
Replies: 4
Views: 3976

Replacement / Seagate Momentus 5400.4

Looking for a replacement for my Seagate Momentus 5400.4 ST9250827AS hard drive.

Having issues trying to find a compatible drive for my HP laptop, did find a couple similar as seen below.

Could really use some help. Thanks for your time.

1. WD2500BEVT

2. HD103SI
by scj6771
Wed Aug 10, 2011 1:00 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Thanks for all your help Stonecat, I will add you to my list of contacts when the **** starts hitting the fan.. :)
by scj6771
Tue Aug 09, 2011 11:46 am
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

CALs are on their way and we are going with Windows Server 2008 Enterprise Edition and not R2, I would have rather we went with R2 but some things are out of my control, do you foresee any issues with that?

I just wanted to reiterate some talking points and get your thoughts.

1. After this new ...
by scj6771
Fri Jul 08, 2011 5:53 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Something else just came up, what about CALs (Client Access Licenses) ? I'm not even sure why this was brought to the table but it was. All of our clients are running Windows XP Pro which are each licensed with the single volume licensing key we purchased way back when.

If our domain is upgraded to ...
by scj6771
Wed Jul 06, 2011 1:48 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Closer to 70 really, have 4 ESX machines containing 10-15 per and then several physical boxes, we run so many application servers around here its ridicoulous.

So I think what we could do is setup our primary and then build a another DC for replication/backup/redundancy and whatnot?
by scj6771
Wed Jul 06, 2011 9:51 am
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

How large is your organization? How many other servers?
700 users and around 100 servers or so, I definitely want to run in native mode so I don't see any issues demoting those other two or upgrading them. Am I wrong to believe that one DC is sufficent for a single domain of our size?
by scj6771
Thu Jun 30, 2011 5:54 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Hate to be a pest but I had another potential issue.

We have two "backup" DC''s... Once my new Windows 2008 machine is "promoted" and the Windows 2000 "primary" DC "demoted" what will become of the secondary DC's? (they are Windows 2000 machines) Can a Windows 2008 DC and a Windows 2000 "backup" DC ...
by scj6771
Thu Jun 30, 2011 3:05 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

How do you do a migration from one server to another and have two servers of the same name on the network? You can't! Can't have 2 computers with the same name in active directory.

No doubt, the 2008 box is already in place with a name like "DCAD1" and our current DC is called something like ...
by scj6771
Thu Jun 30, 2011 2:21 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Thanks for the reply Stonecat, your suggestions are spot on and are exactly what I had in mind. What are your thoughts on the new DC NOT taking over the same name as the old DC? I have to admit, I have planeed and tested this whole process with the understanding that the new DC will take on the same ...
by scj6771
Thu Jun 30, 2011 1:09 pm
Forum: Software Forum
Topic: Active Directory Upgrade 2000 - 2008
Replies: 15
Views: 5639

Active Directory Upgrade 2000 - 2008

I will try to keep this as short and sweet as possible. I have a plan in place to move from 2000 to 2008 using this technique http://social.technet.microsoft.com/wiki/contents/articles/active-directory-upgrade-high-level-steps.aspx I have tested all of this in a lab environment but had a few ...
by scj6771
Wed Mar 31, 2010 9:00 am
Forum: Network Security
Topic: GoToAssist Express / Software Restriction Policy issue
Replies: 0
Views: 3921

GoToAssist Express / Software Restriction Policy issue

I have put in place a SRP and are having issues with GoToAssist Express, Everytime our help desk needs to use this program to connect to another machine that user has to download a small exe, however, with the new SRP in place they not allowed to do this.

As you can see from this image

Is there ...
by scj6771
Tue Sep 22, 2009 1:25 pm
Forum: Hardware & Overclocking
Topic: HP vs Lenovo (laptop)
Replies: 3
Views: 2979

That seems to be the general consensus, Thanks for the input cat!
by scj6771
Tue Sep 22, 2009 11:59 am
Forum: Hardware & Overclocking
Topic: HP vs Lenovo (laptop)
Replies: 3
Views: 2979

HP vs Lenovo (laptop)

So I have been tasked with a report to define why exactly it was we switched from Lenovo to HP laptops.

We were using the X61 Lenovo model when someone came up with the bright idea we switch over to the HP Elitebook 2530P models.

What brought this research project on was that we are having what ...
by scj6771
Tue Nov 18, 2008 10:56 am
Forum: Networks and Wireless Routers
Topic: Cisco 1200 series upgrade failure
Replies: 1
Views: 5012

Cisco 1200 series upgrade failure

I have a Cisco 1200 Series (AIR-AP1231G-A-K9) access point, I have been upgrading these models to lightweight mode but are having issues with one in particular, this access point keeps "rebooting" itself, I am assuming that the upgrade faild, how can I get the access point upgraded?

Here is a ...
by scj6771
Thu Apr 03, 2008 3:52 pm
Forum: Software Forum
Topic: Remote recovery option
Replies: 2
Views: 772

Remote recovery option

We have sales force of 90 who all have laptops, on occasion these laptops will not boot because of some kind of system corruption which will in turn force the salesmen to drive into our corporate location to get the issue fixed, which is usually done by running the XP Recovery Console and a few ...
by scj6771
Fri Mar 21, 2008 8:29 am
Forum: Software Forum
Topic: Java silent install
Replies: 1
Views: 1364

Java silent install

I am trying to setup this Java version for a mass deployment I have followed the following instructions but every time I run this command the following "Windows Installer" box appears every time!

http://scj6771.smugmug.com/photos/268108836_xRQvP-M.jpg

I download the jre-1_5_0_11-windows-i586-p ...
by scj6771
Sat Feb 16, 2008 10:20 am
Forum: Hardware & Overclocking
Topic: "Unknown" and "Unreadable" disk drive
Replies: 7
Views: 5504

"Unknown" and "Unreadable" disk drive

I have added a SATA drive to my Vista machine that was once loaded with Win XP, the Device Manager does pick it up as well as Disk Management, but under Disk Management it states the drive is "Unknown" and "unreadable" I also do not have any options once I right click on the "Unallocated" area.

I ...
by scj6771
Wed Nov 14, 2007 6:54 pm
Forum: Networks and Wireless Routers
Topic: Network boot disk advice
Replies: 3
Views: 1178

Wit a little help from Brian over at the Radified forums I came to this.For each computer I plan to use the BartPE with I have to put the SATA drivers in a folder, name it, and copy those folders to the BartPE pebuilder3110a\drivers\SCSIAdapter folder. Then rebuild BartPE. Worked great.

Now if I ...
by scj6771
Wed Nov 14, 2007 2:47 pm
Forum: Networks and Wireless Routers
Topic: Network boot disk advice
Replies: 3
Views: 1178

Ok, I got BartPE to work but I am unsure of how to get Ghost working to image the machine that I am booted up with using BartPE.

If I start ghost32 and select the drive that I mapped and select the image I want, the only device that shows up to image is the thumb drive itself E:\. Is it possible to ...
by scj6771
Wed Nov 14, 2007 8:49 am
Forum: Networks and Wireless Routers
Topic: Network boot disk advice
Replies: 3
Views: 1178

So I decided to give UBCD4Win and BartPE a try, however I find these to be very bloated and not so user friendly, I understand that I can turn off plugin's but it still weighs in pretty heavy, and once I got a thumb drive loaded with BartPE I found it difficult to get anywhere on the network ...