MRTG is a Nagios Plugin
Posted in Uncategorized | Leave a Comment »
Posted in Uncategorized | Leave a Comment »
Only real way to empty the Recycle Bin for all users on a computer is to completely remove the Recycle Bin directory from the PC. This will delete all files in the Recycle Bin for all users, and then Windows will just recreate the directory when it is needed again.
For Windows 7 or Server 2008 run this command from the command prompt:
rd /s c:\$Recycle.Bin
For Windows XP or Server 2003 run this command from the command prompt:
rd /s c:\recycler
Posted in Uncategorized | Leave a Comment »
Import-Module ServerManager.
For CAS Role:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy
For HUB Role:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server
For Mailbox Role:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server
Posted in Exchange | Tagged Exchange | Leave a Comment »
Never accept downloads from unknown sources!
Posted in Uncategorized | Leave a Comment »