Reading Time: < 1 minuteIt’s a rather small & interesting post regarding searching files by it’s modified date. To some extent this knowledge became essential when people are handling too many office files. So, on a specific date how do you search for modified Read More …
Category: Windows Server 2008
Windows Server 2008 Based Posts
DNS Resource Record Types
Reading Time: < 1 minuteDNS resource records can be used to provide DNS-based data about computers on a TCP/IP network. Well I don’t know if there is a network other than TCP/IP network, other than the internal isolated lab network for engineering purposes. Anyway, Read More …
Windows Servers: DNS Ports
Reading Time: < 1 minuteThe default DNS port is 53. You can view the dynamic port range on a computer that is running Windows Vista or Windows Server 2008 computer by using the following netsh commands: netsh int ipv4 show dynamicport tcp netsh int Read More …
PowerShell 2.0 – ShutDown VM Script
Reading Time: < 1 minuteHere is the script for shutting down a Virtual Machine. Have a close look in the script and look for change needed, like your virtual machine name, exit reasons etc. This script is tested under Win2k8 and Win2k8R2 Environment. Thanks Read More …
.NET Framework Deployment Guides
Reading Time: < 1 minuteI needed these for an SCCM deployment to some CBS (Core Banking Software) front-end software installation testing and it gave me hard time to find all of these at one go. I had to run these through multiple search engines Read More …
Prepare to Deploy Active Directory – Checklist
Reading Time: 2 minutesNumber One – Hardware: Is your hardware ready for the AD? How good are your sizing for this? Are they (PDC, BDC) going to be virtualized or not? Well in my opinion theres no need for deploying a stand alone Read More …
What is ADSI?
Reading Time: < 1 minuteADSI stands for “Active Directory Service Interfaces” Editor which lets you edit & manage Active Directory Objects and it’s attributes, while working for ADDS. Quoting from TechNet “ADSI Edit (adsiedit.msc) provides a view of every object and attribute in an Read More …