4500 S Lakeshore Drive Tempe, AZ 85282

4500 E Speedway Blvd Tucson, AZ 85712 

 
August 12, 2009

Script to remove all network shares

Option Explicit Dim objNetwork, objShell, strDriveLetter, strDriveLetter2, strDriveLetter3, strDriveLetter4, strDriveLetter5, strDriveLetter6, strDriveLetter7, strDriveLetter8, strDriveLetter9, strDriveLetter10, strDriveLetter11, strDriveLetter12, strDriveLetter13, strDriveLetter14, strDriveLetter15, strDriveLetter16, strDriveLetter17, strDriveLetter18, strDriveLetter19, strDriveLetter20, strDriveLetter21, […]
August 2, 2009

Spoofing caller ID with Asterisk

Setup Asterisk Signup with Voice Pulse or any provider that allows you to specify your ANI Follow their manually configuration which can be found here https://www-business.voicepulse.com/Secure/Setup/Setup.aspx […]
July 28, 2009

Installing BES Express for Exchange 2003

Installing BES for Microsoft Exchange http://na.blackberry.com/eng/support/preinstallation/exchange.jsp#tab_tab_step1   Create a new user in AD name the user BESAdmin Add the user to the administrators group Go to […]
July 26, 2009

Create a certificate request on CAS server in Exchange 2007

Example 1: New-ExchangeCertificate –GenerateRequest –Path c:CAS.txt –SubjectName cn=CAS1.YourDomainName.com –DomainName mail.YourDomainName.com, CAS1, CAS1.YourDomainName.com –IncludeAcceptedDomains –IncludeAutodiscover –PrivateKeyExportable $true   Example 2: New-ExchangeCertificate –GenerateRequest   –SubjectName“cn=mail.YourDomain.com”`  -DomainName webmail.YourDomainName.com, autodiscover.YourDomainName.com,  mail.YourDomainName.com, cashub2007.YourDomain.local […]