Posted inhowto windows Remote management of Exchange 2010 using PowerShell Posted by By nsfw2_2xmss1 November 9, 2010 You can run powershell commands on your Exchange 2010 server from machines whether or not…
Posted inhowto windows Batch editing Dial-up or VPN access settings in Active Directory Posted by By nsfw2_2xmss1 April 27, 2010 Script to edit Remote Access Permissions in the Dial-in tab in Active Directory for multiple users in an OU.
Posted inhowto windows How to tell if .Net Framework is installed Posted by By nsfw2_2xmss1 July 15, 2009 The officially supported method of detecting the presence of the .NET Framework 2.0 is to…
Posted inhowto windows Change password from the command line Posted by By nsfw2_2xmss1 July 1, 2009 net user <username> <password> Or if you want to hide the password and enter it…
Posted inhowto windows Allowing non-admin Windows users to change IP addresses Posted by By nsfw2_2xmss1 July 1, 2009 How to allow non-admin users change their IP address.
Posted inhowto windows Install Office 2003 without a CD key ..sort of Posted by By nsfw2_2xmss1 April 24, 2009 Office 2003 wont install unless you supply a valid license key, unlike Office 2007 which…
Posted inhowto windows Allowing non-admins to manage services in Windows Posted by By nsfw2_2xmss1 April 14, 2009 This Microsoft KB article lists 3 ways to grant non-admin users the rights to manage…
Posted inhowto windows Manage Exchange mailboxes from the command-line Posted by By nsfw2_2xmss1 February 23, 2009 ExchMbx is a command-line utility that lets you create user mailboxes, mail enable an AD…
Posted inhowto windows Configuring TCP/IP from the cmd line in Windows Posted by By nsfw2_2xmss1 February 16, 2009 Netsh.exe can be very useful in viewing and editing TCP/IP settings from the command line.…
Posted inhowto windows psexec to install msi on remote pc Posted by By nsfw2_2xmss1 December 5, 2008 psexec \\\\remotepc -u Domain\\User -p Password msiexec /i \"pathto.msi switches\"