Browse by Tags

Tagged Content List
  • Wiki Page: NIC Teaming-Windows 2012

    A solution commonly employed to solve the network availability and performance challenges is NIC Teaming . NIC Teaming (aka NIC bonding, network adapter teaming, Load balancing and failover, etc.) is the ability to operate multiple NICs as a single interface from the perspective of the system. In Windows...
  • Wiki Page: How to Create a Virtual Network in Windows Azure

    Windows Azure Infrastrcuture Services allow us to create Virtual machines and host them in the cloud while allowing us to connect to each one of them using RDP. After having created a set of virtual machines required for a particular application, we will require them to be connected to each other...
  • 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: Event ID 500: Windows Diagnostics Performance

    Table of Contents Primjenjuje se Detalji Izazvati Korisnik Akcija Dodatni resursi Primjenjuje se Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows 7 Detalji Proizvod Windows operativni sustav ID 500 ...
  • Wiki Page: HDInsight Services For Windows

    This article is the main portal for technical information about HDInsight Services for Windows and related Microsoft technologies. It provides a brief overview of Apache Hadoop, as well as information for the HDInsight Services provided by Microsoft for deployment on both Windows and Windows Azure...
  • Wiki Page: Generate a Report for installed Hotfix for Bulk Servers using PowerShell

    Function Get -ComInfo { param( ## Computers $computers ) "#" *80 "Server HotFix Report" "Generated $(get-date)" "Generated from $(gc env:computername)" "#" *80 Get -HotFix -ComputerName $computers } ...
  • Wiki Page: PowerShell Script for Shutdown/Reboot Events Tracker

    Table of Contents Single Server Reboot report Multiple Servers Reboot Reports. Single Server Reboot report 01. Get - WinEvent - FilterHashtable @{logname = 'System' ; id = 1074 } | 02. ForEach - Object { 03. 04. $rv = New - Object PSObject | Select ...
  • Wiki Page: E-Book Gallery for Microsoft Technologies

    Download content for ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server and other Microsoft technologies in e-book formats. Reference, guide, and step-by-step information are all available. All the e-books are free. New books will be posted as they become available. To view...
  • Wiki Page: Calculator

    Table of Contents History Windows 7 Standard Scientific Programmer Staticstics Community Resources Credits History The Windows Calculator application was introduced as part of the Windows 1.0 and has been present in every version of windows there after. In Windows 3.0 the scientific mode was introduced...
  • Wiki Page: Windows Server 2012: Deactivating UAC

    Deactivating UAC in Windows 2008 R2 was possible via running msconfig (for example winkey+r -> msconfig), going to the Tools tab and launching "Change UAC settings". There, you select "Never notify" to disable UAC. The same approach is still available in Windows Server 2012...
  • Wiki Page: Windows: How to View File Name Extensions

    In Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2 you can do the following to view file name extensions: A file name extension is a set of characters added to the end of a file name that determine which program should open it. Follow these steps to choose whether Windows...
  • Wiki Page: Windows Error: "The module ‘schmmgmt.dll’ was loaded but the call to DllRegisterServer failed with error code 0x80040201"

    Problem The command regsvr32 schmmgmt.dll results in the error message: The module ‘schmmgmt.dll’ was loaded but the call to DllRegisterServer failed with error code 0x80040201 Resolution Use an elevated command prompt to register the Schema Snap-in and ensure that you are using an account...
  • Wiki Page: How to Open the Certificates Console in Windows 8 and Windows Server 2012

    Applies to: Windows 8, Windows Server 2012 To open the Certificates console for a user, service, or computer: From the Desktop, click the Windows Explorer icon on the Taskbar . In the address bar type mmc and press ENTER. When User Account Control (UAC) appears, confirm that it is performing...
  • Wiki Page: Windows Kernel

    Table of Contents Introduction Credit Community Resources Blogs Technical Articles Videos White Papers Books Introduction The kernel is the core of the operating system: it is a software layer that provides secure and controlled access to the machine's hardware (by creating a hardware...
  • Wiki Page: Analisi dei bugcheck di Windows (it-IT)

    NOTA: le risorse elencate nelle sezioni "Risorse della Community" e "Vedere anche" ed i software indicati nel presente articolo sono disponibili solo in lingua Inglese. Per gli articoli della Microsoft Knowledge Base è disponibile un sistema di traduzione automatica. Table...
  • Wiki Page: Disable Print Screen via Group Policy

    We could deploy a registry key file via GPP or script to achieve the target. If you want to deploy the registry key via script, please create a .reg file containing ; Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"...
  • Wiki Page: Windows Server administration one liner (en-US)

    1. Quickly Turn ON/OFF Windows Firewall Using Command Line To Turn Off : NetSh Advfirewall set allprofiles state off To Turn On: NetSh Advfirewall set allrprofiles state on To check the status of Windows Firewall: Netsh Advfirewall show allprofiles Domain Profile Settings:...
  • Wiki Page: Troubleshooting SRV Record Registration

    Troubleshooting SRV Record Registration 1. Verify that the DC is trying to register the correct records. To do this, stop the "Netlogon" service on the DC and then delete the "Netlogon.dnb" & "Netlogon.dns" fiies located in the %systemroot%\System32\Config folder...
  • Wiki Page: WMI Filter for Windows Operating Systems

    Windows Server 2012 DC select * from Win32_OperatingSystem where Version like "6.2%" and ProductType = "2" Windows Server 2012 select * from Win32_OperatingSystem where Version like "6.2%" and ProductType = "3" Windows 8 select * from Win32_OperatingSystem...
  • Wiki Page: Windows Deployment Services (WDS) Boot ve Install Image oluşturmak Video (Bölüm-2) (tr-TR)

    Mehmet PARLAKYİĞİT
  • Wiki Page: Windows Deployment Services (WDS) Kurulumu ve Configure Video (Bölüm-1) (tr-TR)

    Mehmet PARLAKYİĞİT
  • Wiki Page: What to do if your Laptop or Desktop Computer no longer reads the DVD Player

    I wanted to provide you with a brief guide on a frequent problem that I solved after hours of research, namely the sudden deactivation of the device dvd-cd on a computer. First of all I'll explain when did you become aware of you should have this problem: insert a cd-dvd in the drive, these...
  • Wiki Page: Wiki: Troubleshooting Portal

    This page is a community-driven list of troubleshooting portals and articles covered on the TechNet Wiki and the top associated articles for each technology. This list is not intended to include all the articles about each product, and this list only includes TechNet Wiki articles . The links are organized...
  • Wiki Page: ADDS Audit

    Table of Contents Enabling Auditing Default policy settings after promoting the 2008 DC in a domain Default settings after promoting the 2008 DC in a domain (Using Auditpol for "DS Access" category) Default settings after promoting the 2008 DC in a domain (Using Auditpol for "*"...
  • Wiki Page: MaxTokenSize-Login Errors

    Symptom : on the client 1.When you try to login to a terminal server, you get an error “ access is denied ”. 2.You get an error while running gpupdate /force 3.cant browse \\contoso.com\netlogon on the Terminal server: if you go to event viewer you can see the following...
Page 1 of 8 (197 items) 12345»
Can't find it? Write it!