Configure Windows Server 2008′s Server Manager for remote server connections
Configure Windows Server 2008′s Server Manager for remote server connections Summary: Windows Server 2008′s Server Manager console allows for remote administration of Windows servers. Rick Vanover...
View ArticleMicrosoft Windows PowerShell 3.0 and Server Manager Quick Reference Guides
You can download the latest Microsoft Windows PowerShell 3.0 and Server Manager Quick Reference Guides : http://bit.ly/KLSwaX Tagged: powershell, windows server
View ArticleWorking with Active Directory using PowerShell ADSI adapter
Working with Active Directory using PowerShell ADSI adapter (en-US) IntroductionPowerShell is very useful for automating Active Directory. It allows to quickly and relatively easy automate mundane...
View ArticleUnderstanding Network Location and Tags in SCVMM
Network Location: This represents the logical network identity for an individual physical network adapter. The Network Location Awareness (NLA) service provider on the Windows-based virtual machine...
View ArticleAD FS 2.0: Migrate Your AD FS Configuration Database to SQL Server
AD FS 2.0: Migrate Your AD FS Configuration Database to SQL Server The AD FS configuration database stores all the configuration data that represents a single instance of AD FS 2.0 (also known as the...
View ArticleLogon Scripts on a Windows Server
Logon Scripts Concepts http://technet.microsoft.com/en-us/library/cc740163(v=ws.10) Assign a logon script to a user or group http://technet.microsoft.com/en-us/library/cc784088(v=ws.10)...
View ArticleRealtime scenario: Windows 2003 server with two NICs in Mgmt and Dev networks...
Realtime scenario: We have Windows 2003 server which had two NICs, one each in a Mgmt network and Dev Zone network. This was essentially a Development server, and we used to connect to this server...
View ArticleHow to Schedule a PowerShell Script
How to Schedule a PowerShell Script ..assuming that you are running PowerShell 2.0.. 1. Get your script ready Surprising as it might sound, your script might actually not be ready to run in a...
View ArticlePowerShell script in a .bat file
PowerShell script in a .bat file How do you put PowerShell code into a batch/cmd file without having to also have a separate .ps1 file? (If you can have an external .ps1 file – you just invoke...
View ArticleExport-CSV -Append #powershell
Export-CSV -Append Here’s the solution for those who need to append rows to existing CSV files (andcannot do that): I have just used PowerShell 2.0 code snippets to create a proxy cmdlet – function...
View ArticleWhat I learned about the RELOG utility
What I learned today – the RELOG utility At the Chicago SQL User group meeting on 1/14/2010 John Jones of NetApp gave a talk on storage performance. it was an informative meeting. For instance, did you...
View ArticleHow to Find a Lost, Missing, Hidden or Removed Network Card (NIC) or Other...
How to Find a Lost, Missing, Hidden or Removed Network Card (NIC) or Other Device and Even Remove it In a scenario where you have physically removed hardware from a machine you can no longer see it in...
View ArticleTips on copying and backing up Group Policy Objects
Tips on copying and backing up Group Policy Objects Summary : Group Policy configuration is one of the most powerful aspects of Windows. Read several tips on copying and backing up Group Policy...
View ArticleEnable remote server management through a GPO
Enable remote server management through a GPO Summary : Ability to manage servers remotely is critical for ease of administration and reducing the number of open remote desktop connections. Rick...
View ArticleConfigure BgInfo to run via a GPO for a consistent experience
Configure BgInfo to run via a GPO for a consistent experience Summary: Keeping track of which system is which is complicated for most server administrators. IT pro Rick Vanover shows how to keep all...
View ArticleUse Resource Monitor to monitor network performance
Use Resource Monitor to monitor network performance Tagged: network, performance, windows server
View ArticleAutomate the installation of Active Directory tools with PowerShell
Automate the installation of Active Directory tools with PowerShell Summary: The remote administration features of Windows Server 2008 allow the core tools to be run on any server. IT pro Rick Vanover...
View ArticleAbout Modules in Windows PowerShell 2.0 – Hey, Scripting Guy!
About Modules in Windows PowerShell 2.0 Hey, Scripting Guy! I have been reading on Twitter and on various Web sites about Windows PowerShell 2.0 modules. However, I am not sure what a module is. Or why...
View ArticleVHDX
With Windows Server 2012 Microsoft released a new Virtual Disk Format called VHDX. VHDX improves the Virtual Disk in a lot of way. Back in October I wrote a blog post on the improvements of the VHDX...
View ArticlePractical tips on simplifying GPOs and OU organization
Practical tips on simplifying GPOs and OU organization Summary: Deep paths within Active Directory can complicate Organizational Units and Group Policy Objects organization. IT pro Rick Vanover shares...
View Article