I've searched all over the internet and have yet to find a good Lotus Domino or Lotus Notes Visio Stencil for use in diagrams and slidedecks. I created this for personal use and am sharing it for the same. It is not perfect and won't be supported but I think you will find it is pretty useful. It will work with Microsoft Visio 2007 & 2010, just copy it to your My Documents\My Stencil folder for it to be displayed in your Visio program.
Link to download:
Lotus Domino Notes Visio Stencil VSS
Wednesday, March 14, 2012
Tuesday, April 12, 2011
Provisioning Exchange 2010 Users with Remote Powershell in Windows XP/2003
Using Remote PowerShell to provisionin Exchange 2010 Users
Exchange 2010 provides us with some new features for PowerShell in order to run commands remotely to a CAS server. However, there are a few prerequisites you need to know in order to do this. First of all, the Windows 2003 or XP, out of the box does not provide this. You will have to download the "WINRM" update patch that installs Windows PowerShell. Here is the URL for the download:
Also, you need to enable remote PowerShell on your Exchange 2010 CAS server with the following PS command, 'Enable-PSRemoting' . You can then choose "YES" to configure Firewall ports if necessary and then ensure that the 'WINRM" service is running on the CAS Server. There is a command to verify that the user you are logged in with has the necessary authority to run the commands and it is, 'get-user (username) | fl'.
Start the Windows Remote Management Service task from Services.MSC console
Exchange 2010 provides us with some new features for PowerShell in order to run commands remotely to a CAS server. However, there are a few prerequisites you need to know in order to do this. First of all, the Windows 2003 or XP, out of the box does not provide this. You will have to download the "WINRM" update patch that installs Windows PowerShell. Here is the URL for the download:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F002462B-C8F2-417A-92A3-287F5F81407E
Also, you need to enable remote PowerShell on your Exchange 2010 CAS server with the following PS command, 'Enable-PSRemoting' . You can then choose "YES" to configure Firewall ports if necessary and then ensure that the 'WINRM" service is running on the CAS Server. There is a command to verify that the user you are logged in with has the necessary authority to run the commands and it is, 'get-user (username) | fl'.
Verify that “RemotePowerShellEnabled” is set to True. To set this, enter: ‘Set-User –identity (username) –RemotePowerShellEnabled $true’.
Finally, after ensuring that the Exchange server is accepting remote PS commands, there are a few more settings on the Windows 2003/XP machine prior to running.Start the Windows Remote Management Service task from Services.MSC console
Then run Windows Powershell Command from Program\Accessories:
set-executionpolicy remotesigned
That's it! Have fun but be careful, this is pretty powerful.
Monday, January 5, 2009
Anyone ever see network packet re-tranmissions on a Nokia Checkpoint Firewall?
We are getting lots of packet retransmissions and can't figure out why at a client of mine.
Tuesday, November 18, 2008
Welcome to my blog!
I hope to make this informational as well as give an inside peek to my daily activities. I know, why not Facebook or something like that. I can be a geek here and help out other fellow geeks in need. There is nothing like information sharing, eh?
Feel free to drop me a line.
Feel free to drop me a line.
Subscribe to:
Posts (Atom)