Browse by Tags

Tagged Content List
  • Wiki Page: How to Script the Export/Modify of Active Directory Objects Attributes

    Table of Contents DSQUERY Powershell Quest Powershell Script Find some specific attributes for a OU users using powershell Find users attributes (Users input from a Text file) Below example for user attributes How to reset the passwords for some specific users How to update the manager field for bulk...
  • Wiki Page: ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks

    Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
  • Wiki Page: PowerShell Default CMDLETs on Windows 8.1

    Table of Contents How to find PowerShell Version? Available CMDLETs of Module "Microsoft.PowerShell.Management". Default installed modules Default available modules Run the script without admin rights PowerShell Version 4 is available in Windows 8.1 & Windows Server 2012 R2. ...
  • Wiki Page: WINRM Survival Guide

    WINRM is introduced in Windows Server 2003 R2. It is very similar to SysInternals “psexec“ tool. The new version WINRM is 2. WINRM is working on http. That is working with PowerShell. We can run windows command (netstat, ipconfig & etc) in a remote system through Invoke-command. WINRM 1 worked...
  • 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: Manual Schema Upgrade for Windows Server 2012/Windows Server 2012 R2

    Table of Contents ForestPrep DomainPrep How to find the Schema version Schema Version Manual Schema upgrade with ADPREP is no more required for Windows 2012 . That is integrated with 2012 DC promotion. However If you want to do it manually follow the below steps. ...
  • Wiki Page: PowerShell Script for Shutdown/Reboot Events Tracker

    Table of Contents Single Server Reboot Report: Multiple Servers Reboot Report: Single Server Reboot Report: 01. Get - WinEvent - FilterHashtable @{logname = 'System' ; id = 1074 } | 02. ForEach - Object { 03. 04. $rv = New - Object PSObject | Select...
  • Wiki Page: Active Directory: Get-QADUser Properties and Get-QADUser Full Help

    Table of Contents Get-QADUser Properties Get-QADUser Full Help Get-QADUser Properties fromEntry : TRUE givenName : Partha codePage : 0 tokenGroupsGlobalAndUniversal ...
  • Wiki Page: NIC Teaming-Windows Server 2012

    See the below snap for after creating the NIC Teaming Powershell command for getting the Team info. NIC Teaming in Windows Server 2012 http://www.windowsnetworking.com/articles_tutorials/NIC-Teaming-Windows-Server-2012.html NIC Teaming in Windows Server 2012 Brings Simple,...
  • Wiki Page: AD DS: Fine-Grained Password Policies

    Table of Contents You can create the Fine-Grained Password Policy with ADSIEDIT.MSC. One sample settings of a FGPP How to Manage Active Directory Password Policies in Windows Server 2008/R2 Find the below link for creating a Fine-Grained Password Policy Apply PSOs to Users and Global Security Groups...
  • Wiki Page: BPA using PowerShell

    BPA is a very ROBUST tool for troubleshooting. It is free and downloadable from Microsoft site. Like EXBPA (Exchange BPA) BPA is Built-in in Windows Server 2008 R2 & higher version OS . GUI is also available. You can open it from ServerManager. See this snapshot of the Dashboard. BPA...
  • Wiki Page: Service Accounts Advantages in Windows Server 2008 R2 and Windows 7

    Table of Contents The Fine Print Ready to Go Managing service accounts can tedious, but Windows Server 2008 R2 and Window 7 take some of the load off. Many applications require that services they use run under the identity of a user account. Managing service accounts can be a tedious task,...
  • Wiki Page: Windows Server Administration One Liners

    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: NETSH

    Netsh Overview Netsh is a command-line scripting utility that allows you to display or modify the network configuration of a computer that is currently running. Netsh commands can be run by typing commands at the netsh prompt and they can be used in batch files or scripts. Remote computers and the...
  • Wiki Page: Disable Print Screen via Group Policy

    This article is complete copy and paste from http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/03af5c6a-636a-43e4-95dd-183331c0d4ac/ Why have I put it here? coz it is VERY! helpful ! AWESOME ! for IT Pros !!!!!!!!!!!!!! We could deploy a registry key file via GPP or...
  • Wiki Page: Authorize DHCP Server without Enterprise Admin Privileges

    Authorize DHCP server without Enterprise Admin privileges In an Active Directory environment on DHCP Server Windows 2000/2003-based to include one, you must have Organization Administrator rights. In larger networks, this is problematic, because multiple domains in a single forest can exist...
  • Wiki Page: How to Provide Access to Security Logs in Domain Controller

    How Do I Provide Access To Security Logs in Domain controller? Introduction In this section we will learn how we can provide explicit read-only access to security log on a specific machine for a specific domain ID. Metho d Step 1 : Login to the Domain Controller/ Machine on which...
  • Wiki Page: ADDS Audit

    Table of Contents 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 "*" category) Enabling...
  • Wiki Page: User Page: Biswajit

    Table of Contents 1. DNS 2. Group Policy Object 3. Domain Controller 4. PowerShell 5. ADDS & Windows 6. My Forums Treads 7. My Gallery Contributions 8. PKI See Also 1. DNS Nos. Description 1. Dns-design-dns-zones-for-per-organization-units 2. Dns-read-only...
  • Wiki Page: How to Get the Printers List for all Computers of a Domain

    I have written a batch file. Push that through GPO. You will get the list in \\serverip\\share echo off cd \ c: md printer cd printer WMIC PRINTER LIST STATUS >> %computername%.txt copy *.txt \\serverip\\share There is a thread in a migration forum so I thought it might...
  • Wiki Page: RODC

    RODC Features http://technet.microsoft.com/en-us/library/cc753223(WS.10).aspx RODC FAQS http://technet.microsoft.com/en-us/library/cc754956(WS.10).aspx Access denied" while promoting RODC in a domain http://blogs.dirteam.com/blogs/tomek/archive/2008/07/15/quot-access-denied...
  • Wiki Page: NLTEST to test the trust relationship between a workstation and domain

    Table of Contents 1.NLTEST can be used to show this trust relationship. 2.To determine the domain controllers in the CONTOSO domain: 3.To determine the domain controllers in the CONTOSO domain: 4.Below are the secure channels between each domain controller in CONTOSO and a DC in the MICROSOFT domain...
  • Wiki Page: DNSCMD

    Table of Contents Set forwarders Disable forwarders Add conditional forwader To see a complete list of zones on your DNS server To set the current time on a time stamp to resource records To display a list of autocreated zones that are also reverse lookup zones on the DNS server To export the resource...
  • Wiki Page: Issue Managing IE Configuration Through GPO

    Will put the content
  • Wiki Page: Dcdiag for DNS test: What are the "Auth", "Basc", "Forw", "Del", "Dyn", "RReg", "Ext"?

    Table of Contents 1.dcdiag /test:dns 2. Below output seems ok 3. H ere is some problem with the below output 4.Now what are the "Auth" "Basc"" Forw" "Del" "Dyn" "RReg" "Ext"? 5. Forw 6. RReg 7. Dyn 8.Ext 9. Use /E switch for testing...
Page 1 of 3 (72 items) 123
Can't find it? Write it!