Tag: help
Microsoft Outlook 2007 Tutorial – Using the Email function & more (Part 1 of 2)
by Installer on May.19, 2012, under Exchange 2007
BlewMyMind.net is proud to present a tutorial of Microsoft Office 2007. This segment will show you the basics on how to send an email. If you want to know more please see part 2. Learn how to use Office in minutes. If you are looking for the latest video on Microsoft Office 2010 click on this video link www.youtube.com
Microsoft Office 2010 Comparison Screencast
by Installer on May.14, 2012, under Exchange 2007
go.tagjag.com – twitter.com – I recently asked all of you to submit your screencasts to me for review. The best of the best will be chosen to be featured here, in my various channels and outlets. This provides content of a different perspective for our community, and gives you new exposure for your work! Jack has submitted another excellent screencast, this time showing us a nice comparison between different versions of Microsoft Office. www.youtube.com – chris.pirillo.com
Will Kerio MailServer Replace Exchange Server? – FrugalTech
by Installer on Apr.16, 2012, under Exchange 2007
www.frugalbrothers.com If you haven’t heard of Kerio MailServer, I recommend you check it out.Version 6.6 may dethrone Exchange Server 2007 in many small companies, especially those with Macs and PC’s, Distributed by Tubemogul.
M10135 Demo 1: Integration of AD with Exchange 2010
by Installer on Apr.06, 2012, under Exchange 2010
A demo by Bryan O’Connor from our Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 course (www.qa.com – this covers Integration of AD with Exchange 2010
How Do I: Configure Security Policies?
by Installer on Mar.29, 2012, under Exchange 2007
Exchange 2007 provides a no cost option for securing Windows Mobile devices through the use of Active Sync Policies. In this video Gordon Ryan steps through the process the of creating a policy and assigning it to a user.
How to install: Microsoft Exchange 2010 on Windows Server 2008 R2 [720p]
by Installer on Mar.08, 2012, under Exchange 2010
A video guide to install Microsoft Exchange 2010 on Windows Server 2008 R2. Please rate/comment/subscribe. Next video: How to configure Exchange 2010 for e-mail www.rosendaal.net Software used VMware Workstation 8 Camtasia recorder Sony Vegas 10
Exchange 2010 new Management Features with Astrid mcclean
by Installer on Apr.03, 2010, under Exchange 2010
In this visit to Astrid, she showed me a few of the new management features in Exchange 2010. There are many administrative tasks that can now be done via a browser – no management console install required. There are several things users can now do for themselves, like creating and managing distribution groups, again, via a browser interface.
How to make a Html editor with Visual basic 2008
by Installer on Apr.02, 2010, under Vbscript
Please visit my website @ www.nickmeow.tk Here is the code for the form1.vb Public Class Form1 Private Sub openbrowsertoolstripmenuitem_click(byval sender As System.Object, byval e As System.eventargs) Handles openbrowsertoolstripmenuitem.Click form2.show() End Sub Private Sub textbox1_textchanged(byval sender As System.Object, byval e As System.eventargs) Handles textbox1.textchanged Form2.webbrowser1.documenttext = textbox1.Text End Sub Private Sub button1_click(byval sender As System.Object, byval e As System.eventargs) Handles Button1.Click Dim request As System.Net.httpwebrequest = System.Net.httpwebrequest.Create(textbox2.Text) Dim response As System.Net.httpwebresponse = request.getresponse() Dim sr As System.IO.streamreader = New System.IO.streamreader(response.getresponsestream()) Dim sourcecode As String = sr.readtoend() textbox1.Text = sourcecode End Sub End Class Please comment rate and subscirbe add your suggestions in the comments for my next video if you need help comment and ill help you