Jump to content


Kingskawn

Established Members
  • Posts

    252
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Kingskawn

  1. We have several DPs on different places. These DPs are used to do OSD too.

    Is there a report that tells me that all packages from a specific TS are synchronised on a specific DP?

     

    I was thinking of a report that gives a fill in box where you put the name of the task sequence -> it gives you all DP names where you can click on which you want -> gives the packages from that task sequence and if it's installed yes or no.

  2. We wanted to update scup to 2011 version but saw that it won't work on Win2k3 R2 so we crashed the machine to build a new one with the same name and ip address. Wsus was also installed on that server. We migrated the susdb and scupdb from SQL 2005 to SQL 2008 x64 and everything went fine.

     

    Joined the domain, added group of all sccm servers to local admin group, installed .net 4, bits, webdav, IIS, sup role in sccm console,...

     

    Now when I do synchronisation no update is showed up in the console. I use a proxy and it's set in the software update point component.

     

    The only difference I see is that before the reinstall of the server the disks were C:\Windows and E:\WSUS data and now it's C:\Windows and D:\WSUS data. Could it be something?

  3. I just discovered HyperV to create my images. Before that I used Vmware...

    I'm facing the problem that I cannot boot on the network if the virtual machine has already been installed. I cannot access the bios of the HyperV machine and changed the order of boot in HyperV settings to first Legacy NIC, CD, Floppy, HD.

  4. Does someone ever deployed a windows VPN (dial-up) connection in his task sequence?

     

    I'm trying to but it doesn't work for some reason.

     

    |=======|

    |1st try|

    |=======|

     

    I ran a file, "copy_vpn.bat" as 'Run command line' with a package name and timeout on 15min

     

    @echo off
    md "%AllUsersProfile%\Application Data\Microsoft\Network\Connections\Pbk"
    xcopy.exe "%~dp0rasphone.pbk" "%AllUsersProfile%\Application Data\Microsoft\Network\Connections\Pbk" /r /y

     

    |=======|

    |2nd try|

    |=======|

     

    STEP: Create directory

    ----------------------

    Run command line

     

    Command line:

    cmd.exe /c mkdir "c:\users\All Users\Application Data\Microsoft\Network\Connections\Pbk"

     

    Start in:

    C:\Windows\system32

     

    STEP: Copy PBK file

    -------------------

     

    Run command line

     

    Command line:

    cmd.exe /c xcopy %~dp0rasphone.pbk" "c:\users\All Users\Application Data\Microsoft\Network\Connections\Pbk\*.*" /r /y

     

    Start in: C:\Windows\system32

     

    Package:

    Scripts_package

     

    Time-out: 15min

  5. You need to create a Hyper-V host first. Then on a Hyper-V guest you can install the OS you want.

     

     

    Yes, I find out that a need another machine with Win2008 and at home I only have 1 computer so it will wait monday :-) I only have vmware workstation and at work we have Vmware ESX and Workstation but as Anyweb said it needs drivers so I prefer not to have driver problems afterwards when deploying my golden image...

  6. For now we are making fat images per type model with the MS build and capture method. This is a bit heavy on hard disk space. We have, until now, had 2 problems with that method. We have computer installs where the client site status is 'Unknown' so computers aren't giving any info back to servers. The second is that some computer aren't taking the correct drivers anymore.

     

    Therefore I'm looking for a more universal method and came up on some interesting ideas from technet forum. Installing Win7 on a vmware virtual image, configure it like it should, no client agent installed and capture it offline with imagex. (don't know if the vmware tools must be installed)

    This way I'll have a plain and simple lightweight golden image.

     

    Is there someone who is doing this already and can tell me the advantages or disadvantages for him? I'm curious

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.