by skufel | Mar 14, 2015 | Infrastructure, Network, Security, SysAdmin
When you install TMG 2010 on Windows Server with IE9 you might find that TMG console will not work. That is caused by IE 9. In order to fix it follow steps: Open “C:\Program Files\Microsoft Forefront Threat Management...
by skufel | Mar 14, 2015 | Infrastructure, Linux, SysAdmin
If you want to install some packages on Debian and don’t know names of packages you can search in packages cache. For example if you want to see all packages related to MySQL: root@hostname:~# apt-cache search mysql akonadi-backend-mysql - MySQL storage backend...
by skufel | Mar 14, 2015 | Automation, Infrastructure, Linux, SysAdmin
I use SecureCRT quite often to access Linux systems as well as network devices. When going through one of the presentations on SecureCRT web page I found handy tip how to configure session logs to have it divided by date, time and session. Screenshot below...
by skufel | Oct 30, 2014 | Automation, Infrastructure, Scripting, SysAdmin, Windows
If there is a need to pass specific credentials to Get-WmiObject in order to gather information from remote machine, here is how you can do it: $LAdmin = "DOMAIN\Administrator" $LPassword = ConvertTo-SecureString "Password!" -AsPlainText -Force...
by skufel | Oct 21, 2014 | Automation, Infrastructure, Scripting, SysAdmin, System Center
During mass reainstallation/redeployment/migration of large number of PCs, always question about applications is raised. How to deploy/deliver applications once all machines are resintalled? If you have SCCM in the infrastructure, this might help a lot with...
by skufel | Oct 19, 2014 | Infrastructure, Network, Security, SysAdmin
Just released small app for Windows platform. This app allows to decrypt type 7 password from Cisco devices as well as passwords from Cisco VPN profiles (PCF files). Password which can be recovered using this app: wireless keys fro Cisco access points, RADIUS/TACACS...