Networknet.nl

Applications

App-V

App-V is a great application virtualization technology. What should you do before start sequencing? Read more..

Windows 7

Windows 7

Unattended Windows 7 deployment can easily be done using an answer file. Networknet is sharing it. Read more..

Software Deployment

Software Deployment

As system administrators deploying software is important role we need maintain and manage. Read more..

Welcome to Networknet.nl!

A place where I share my passion for technology.

Read more!
  1. App-V: Sequencing Microsoft Project 2010

    Posted by
    / / 2 Comments
    If you are using Microsoft App-V technology and planning to sequence Office 2010, Visio 2010 or Project 2010 please make sure you install the Microsoft Office 2010 Deployment Kit for App-V binaries. Today with a co-worker  we were working on sequencing Project 2010 and at some point during the installation we’ve got the...
  2. Server Deployment: Autounattend.xml Windows Server 2008 R2

    Posted by
    / / 1 Comment
    Windows Setup allows you to provide an answer file for a unattended install. Windows 2000/Windows XP had the winnt.sif but Windows Vista, Windows 7 and Windows Server 2008 allow you  to provide a Autounattend.xml file. If you follow the right steps with SIM (Windows System Image Manager) and add the...
  3. Exchange 2007: How to export mailbox with management shell?

    Posted by
    / / 2 Comments
    After Microsoft released Exchange Server Service Pack 1 (SP1) they added new functionality called Export-Mailbox cmdlet for Exchange Management Shell. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools and Outlook 2003...
  4. Exchange 2007: unexpected error with management shell

    Posted by
    / / 1 Comment
      I received the following error message when opening and running a cmdlet with my Exchange Management Shell:     C:\Documents and Settings\admin>Export-Mailbox -identity user1 -PSTFolderPath c:\user1.pst WARNING: An unexpected error has occurred and debug information is being generated: Unable to determine the installed file version from the registry...
  5. Windows Server 2008 R2 : enable wireless networking?

    Posted by
    / / 4 Comments
    When installing Windows Server 2008 R2 out of the box the configuration does not  support wireless networking. If  drivers are available Windows will find them with plug and play installation but not enable the functionality. Since Windows 7 and Windows Server 2008 R2 supports booting from a VHD file from...
  6. PowerShell: How to delete a file based on a list of computers?

    Posted by
    / / 12 Comments
    The following PowerShell script recipe will help you delete a remote file based on a list of computers stored in a text file. New PowerShell function will be created during the session which will be piped from the text file. Create new file named C:\Scripts\Active_Computers.txt and populate the computer names....