Disable or Enable Firewall on Hyper-V
- 5 Comments
- Aug, 22, 2012
- Angelo Schalley
- Hyper-V, security, Windows-Microsoft
To disable the firewall in the currently running profile, you can issue the command:
netsh advfirewall set currentprofile state off
And re-enable with:
netsh advfirewall set currentprofile state on
Note: If your Hyper-V is internet facing, disabling the firewall is not recommended.
Read more on Disable or Enable Firewall on Hyper-V…
List of Build Numbers for Microsoft Forefront Threat Management Gateway (TMG)
- No Comments
- Jul, 19, 2012
- Angelo Schalley
- ISA/TMG, Windows-Microsoft
Build Number | Knowledge Base Article ID | Comment |
---|---|---|
7.0.7734.100 | n/a | 2010 RTM |
7.0.7734.151 | 977062 | The IP address filter conditions of the filter do not work in Forefront TMG 2010 |
7.0.7734.152 | 977691 | The application initialization fails after you build a Forefront TMG 2010 appliance if the computer does not have a valid IP address |
Read more on List of Build Numbers for Microsoft Forefront Threat Management Gateway (TMG)…
Some suggested sql server 2008 r2 instance configuration settings
- No Comments
- Jun, 07, 2012
- Angelo Schalley
- MS SQL, Windows-Microsoft
Depending on your anticipated workload and which SQL Server components you have installed, there are a number of instance level settings that you should consider changing from their default values. These include Max Server Memory, optimize for ad-hoc workloads, default backup compression, max degree of parallelism, and the number of TempDB data files for the SQL Server instance.
Read more on Some suggested sql server 2008 r2 instance configuration settings…