Resultant Set of Policy Management Console
Type rsop.msc into the run box and then hit enter see which Group Policy settings have been applied to your machine or user account gpresult /Scope Computer /v
Type rsop.msc into the run box and then hit enter see which Group Policy settings have been applied to your machine or user account gpresult /Scope Computer /v
You have seen the Mainstream News and Blog posts all over the tech field, but even here at my “Government Agency” we still have the same issues that larger companies will also have. Slow IT roll out of systems. As i found out today: Of course I am running Firefox… Continue reading
You can free up disk space on your servers by disabling hibernate. Windows 2008 will create a hiberfil.sys equal to the amount of RAM. To disable hibernation, and reclaim that space, run this command: powercfg -h off
To change a user’s password at the command prompt, log on as an administrator and type:net user user_name * /domain When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to… Continue reading
You can see all the open files on a system by running this command:openfiles /query
To quickly generate a text summary of your system, run this command: systeminfo | more
Quick one today – because I had a tier 2 person ask a few moments ago: IIS Log File Location%SystemRoot%system32Logfiles
You can kill RDP sessions at the command line when you find that all the RDP sessions to a server are tied up. regsvr32 query.dll [enter] You only have to do this the first time. query session /server:servername [enter] reset session # /server:servername [enter]
This is the start of my 101 level tech tips. I have found that there are some tasks that sysAdmins skip over or never use, they are usually basic skills that for some reason at the time went in one ear and back out the other. So this is my… Continue reading
We a recent customer that wanted to use FTP over SSL on IIS. So below is what we did to get it to work (read We as Me). Pre-Steps are to install IIS and Create an FTP, Have a SSL Cert and IP Addresses 1. At your IIS top Level… Continue reading