Nov 23, 2018
Azure, Cloud Computing I wanted to share how my recent experience in community coding helped me improve what I was doing internally. At Agile IT, we’ve been making big investments in building PowerShell scripts, Azure DevOPS processes, and improving our automation processes to…
Keep Reading »
Jul 01, 2012
Active Directory, Office 365 You must disable Extended Protection in ADFS 2.0 (Office 365 SSO) to allow IE, Google Chrome and Firefox to Authenticate Using NTLM when using reverse proxies such as TMG and UAG…or external employee access. To learn about the security implications…
Keep Reading »
Aug 25, 2011
Office 365, Tech Team Tips & Tricks So first I had to get what fields I could import from Exchange and you can do that by logging into your Exchange Organization via PowerShell and then typing in the cmdlet “Get-Contact | FL” this will give you a…
Keep Reading »
Jan 16, 2011
News and Articles In setting up SCOM to monitor Exchange 2010, I was getting SCOM Alerts that indicated that certain test scripts could not run such as Test-WebServicesConnectivity. When running the powershell, I receive the error: [PS] C:Program FilesMicrosoftExchange ServerV14Scripts>.new-TestCasConnectivityUser.ps1 Please enter a…
Keep Reading »
Nov 23, 2009
News and Articles Eric Kraus points out this great nugget of how to create a unattended install of SharePoint 2010 1. Create an XML file that looks like this. This will do a Full Farm Install (quietly). For other config files, check out …
Keep Reading »
Apr 30, 2009
News and Articles In this session we will look at some of the powerful scripting capabilities of Windows PowerShell. First, we will introduce some of the basics of Windows PowerShell. We will examine how the help system works and review the Windows PowerShell…
Keep Reading »
May 31, 2008
News and Articles Mike Murgolo from Microsoft MCS released some great UAC scripting power tools to help scripting tools get around UAC security prompts.
Keep Reading »
May 07, 2008
News and Articles From the Exchange Management Shell (PowerShell Command Line): To Get Mailbox List With Size (Sorted by mailbox size): Get-MailboxStatistics |sort $_.TotalItemSize |FT DisplayName,ItemCount,TotalItemSize
Keep Reading »
May 04, 2008
News and Articles Announcing the release of Windows PowerShell 2.0 CTP (pre-Beta). Do not install on a production system. The Windows PowerShell Team is pleased to release the second Community Technology Preview (CTP2) of Windows PowerShell V2! This release adds a plethora of new features. PowerShell remoting…
Keep Reading »
May 04, 2008
News and Articles Note- This topic covers the use of virtual machine snapshots…which Microsoft does not recommend them as a permanent data or system recovery solution. Virtual machine snapshots are intended mainly for use in development and test environments because they provide a convenient…
Keep Reading »
May 04, 2008
News and Articles PowerShell+ is a true PowerShell console embedded in a rich and intuitive user interface. Costs about $79 for commercial use and worth every penny. Features: External Editor Support for PS1-Scripts Support for XML-Files Integrated Debugger Live-Preview with Vista Aero Multiple…
Keep Reading »
Nov 08, 2007
News and Articles Created by Mark Nivens from the Microsoft Exchange Team, this script allows bul editing of mutivalued attributes like groups or mail proxy addresses (extra, x400, and x500 addresses). One of the strengths of Windows PowerShell scripting is the ability to…
Keep Reading »