Browse by Tags

Tagged Content List
  • Wiki Page: How to audit computer users from login on and login off of the computer

    I believe most of the Geeks who are working in either SBS or MNC does have certain concerns in auditing users. With the below scripts it will assist you to do. Such ideas can be implement via Group policy. Kindly follow below steps: 1) Enable auditing on the Domain controller. 2...
  • Wiki Page: Script for check the SQL Server Instance Path.

    Script for check the SQL Server Instance Path. Some time for create the database we specify the the default path including the drive name e.g(C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA). Problem : If SQL Server Instance is installed in different drive eg(d:,e:) in that...
  • Wiki Page: VBScript for Adding Network Printers at User Logon

    Many times over I have had the need to create logon scripts that would automatically add network printers 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...
  • Wiki Page: How to add GacUtil Refresh as a context menu item in the Windows Shell

    A long time ago when most of my development was on a Windows Server 2003 machine, we had a registry tweak that allowed us to quickly refresh dll's in the GAC by right-clicking the dll file and choosing a custom context menu item that would call a simple cmd script that would uninstall and reinstall...
  • 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: Hyper-V: How to Set Dynamic Memory Using PowerShell

    Read about DM: TechNet: Hyper-V Dynamic Memory Evaluation Guide Ben Armstrong Blog posts: http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/07/scripting-dynamic-memory-part-1-reading-the-configuration.aspx http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/08/scripting-dynamic...
  • Wiki Page: Script to Check HD Encrypted Using BitLocker

    This sample script, originally on this blog post , shows how you can script a check on hard drives to report if they have been encrypted with BitLocker and/or BiltLocker To Go. Do you have an alternative script or way to check if BL is enabled on a hard drive? Please share in this article - it is...
  • Wiki Page: Hyper-V: Troubleshoot Pending Snapshot Merges

    Table of Contents PowerShell VBScript with embedded PowerShell SCOM Rule SCOM Monitor This article is based on a guest blog post by Jeremy Hagan at: http://blogs.technet.com/b/tonyso/archive/2010/11/25/the-case-of-the-pending-vm-snapshot-merge.aspx#3371639 . Please help improve it; is is the wiki...
  • Wiki Page: Hyper-V: How to Programmatically Check If Hypervisor is Present

    Sometimes you need to programmatically determine whether a program or a command you wish to run is running within a virtualized environment. On x64 platforms you can execute the CPUID instruction with an input (EAX) value of 1. Check bit 31 of register ECX (the ―hypervisor present bit). If this...
Page 1 of 1 (9 items)
Can't find it? Write it!