TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
Biswajit Biswas
Tagged Content List
Wiki Page:
How to Script the Export/Modify of Active Directory Objects Attributes
i.biswajith
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...
on
22 Sep 2013
Wiki Page:
ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks
i.biswajith
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...
on
22 Sep 2013
Wiki Page:
PowerShell Default CMDLETs on Windows 8.1
Richard Mueller
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. ...
on
18 Sep 2013
Wiki Page:
WINRM Survival Guide
i.biswajith
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...
on
16 Sep 2013
Wiki Page:
Generate a Report for installed Hotfix for Bulk Servers using PowerShell
i.biswajith
Function Get -ComInfo { param( ## Computers $computers ) "#" *80 "Server HotFix Report" "Generated $(get-date)" "Generated from $(gc env:computername)" "#" *80 Get -HotFix -ComputerName $computers } ...
on
16 Sep 2013
Wiki Page:
Manual Schema Upgrade for Windows Server 2012/Windows Server 2012 R2
i.biswajith
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. ...
on
15 Sep 2013
Wiki Page:
PowerShell Script for Shutdown/Reboot Events Tracker
Richard Mueller
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...
on
15 Sep 2013
Wiki Page:
Active Directory: Get-QADUser Properties and Get-QADUser Full Help
Richard Mueller
Table of Contents Get-QADUser Properties Get-QADUser Full Help Get-QADUser Properties fromEntry : TRUE givenName : Partha codePage : 0 tokenGroupsGlobalAndUniversal ...
on
13 Sep 2013
Wiki Page:
NIC Teaming-Windows Server 2012
Richard Mueller
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,...
on
13 Sep 2013
Wiki Page:
AD DS: Fine-Grained Password Policies
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
BPA using PowerShell
Naomi N
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...
on
13 Sep 2013
Wiki Page:
Service Accounts Advantages in Windows Server 2008 R2 and Windows 7
Richard Mueller
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,...
on
13 Sep 2013
Wiki Page:
Windows Server Administration One Liners
Richard Mueller
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:...
on
13 Sep 2013
Wiki Page:
NETSH
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
Disable Print Screen via Group Policy
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
Authorize DHCP Server without Enterprise Admin Privileges
Naomi N
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...
on
13 Sep 2013
Wiki Page:
How to Provide Access to Security Logs in Domain Controller
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
ADDS Audit
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
User Page: Biswajit
Richard Mueller
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...
on
13 Sep 2013
Wiki Page:
How to Get the Printers List for all Computers of a Domain
Balaji M Kundalam
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...
on
12 Sep 2013
Wiki Page:
RODC
Balaji M Kundalam
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...
on
12 Sep 2013
Wiki Page:
NLTEST to test the trust relationship between a workstation and domain
Richard Mueller
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...
on
12 Sep 2013
Wiki Page:
DNSCMD
Richard Mueller
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...
on
12 Sep 2013
Wiki Page:
Issue Managing IE Configuration Through GPO
Naomi N
Will put the content
on
12 Sep 2013
Wiki Page:
Dcdiag for DNS test: What are the "Auth", "Basc", "Forw", "Del", "Dyn", "RReg", "Ext"?
Naomi N
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...
on
12 Sep 2013
Page 1 of 3 (72 items)
1
2
3
Can't find it? Write it!
Post an Article