Browse by Tags

Tagged Content List
  • Wiki Page: How to Inventory Mapped Drives in Configuration Manager 2007

    I was asked a few days ago if ConfigMgr or SMS could inventory mapped drives, and while the answer is yes we don't do it by default. In effect we report the logical disk but not mapped drives. In order to inventory mapped drives we first need to extend the sms_def.mof. Mapped drives are in the...
  • Wiki Page: Migrating Print Server

    In his article about the batch creation of printers I described how you can without much time and moral cost, quickly create a similar set of printers on the new server. According to the problem we have in the old and the new print server. In my case this is an old Windows 2003 and the new Windows...
  • Wiki Page: Query a Registry Key for Bulk Computers

    On Error Resume Next Set objShell = CreateObject("Wscript.Shell") Set oFso = CreateObject("Scripting.FileSystemObject") sDesktop = objShell.SpecialFolders("Desktop") spath = sDesktop & "\Dclist.txt" Set oT = oFso.OpenTextFile(spath,1) Do Until oT...
  • Wiki Page: VBScript: Map network drives on logon

    Need to create logon scripts that would automatically map network drives for users as they logon? The process is quite simple if you adopt a simple vbscript to connect the required printers and then apply a group policy that would run the script during logon. Below is a simple script that will do...
Page 1 of 1 (4 items)
Can't find it? Write it!