Weekly Exchange PowerShell Tip: List Unified Messaging Extensions
To get all the users Unified Messaging Extensions: Get-UMMailbox |ft name,extensions,UMDialPlan,UMMailboxPolicy
To get all the users Unified Messaging Extensions: Get-UMMailbox |ft name,extensions,UMDialPlan,UMMailboxPolicy
As the data in Microsoft SQL Server tables changes their indexes change. Over time these indexes become fragmented. This fragmentation will adversely affect performance. This post provides information to help you understand the detailed mechanics behind fragmentation. It will also help you understand the methods and approaches for performing defragmentation so you can improve your…
I recently encountered a situation in which one of our CRM users wanted to clean up some old CRM Views which were created using Advanced Find and shared with him by someone who is no longer with the company. This presented an interesting dilemma, because the person who shared the views did not give…
It occurred to me that I have not touted the newest Business Unit within Catapult Systems, my company (well I wish it was MY Company, but I do work for them). We started a new Cloud Services Unit the first of this year to focus on Microsoft Cloud Services, Office 365, Intune, CRM Online and…
Getting everyone who doesn’t have Java 7 cu13 Create a Collection to get Everyone who has Java 7 Update 13 Create A NEW Collection Called Java 7 cu13 Click Next Click “add query Rule” Click “show Query Language” Edit Query PASTE the below code into the query Box …
AppV v5 Sp1 is the newest release of Microsoft’s Application virtualization software. The below will walk through the needed prerequisites for installing the AppV Client and also screen shot the needed steps to deploy AppV 5 within SCCM. Microsoft .NET Framework 4 (Full Package) (http://www.microsoft.com/en-us/download/details.aspx?id=17718) Windows PowerShell 3.0 (http://www.microsoft.com/en-us/download/details.aspx?id=34595) NOTE Installing PowerShell 3.0 requires…
To get a List of SMTP Addresses and export them to CSV: Get-Mailbox -ResultSize Unlimited |Select-Object DisplayName,PrimarySmtpAddress, @{Name=“EmailAddresses”;Expression={$_.EmailAddresses |Where-Object {$_.PrefixString -ceq “smtp”} | ForEach-Object {$_.SmtpAddress}}} | Export-CSV "C:\Temp\List-SMTP-Address.csv"
SCCM 2012 Application Model “bug”??? Sharing in the hopes I am either doing something WRONG or this is a bug in the application Model functionality I wanted to recreate the AppV Client install within the “Application Model” I wanted to “delete” the previous AppV Client Application Setup: These Dependencies popped up:…
USMT v5 Usage within SCCM 2012 Sp1 Task sequences USMT allows for multiple scenarios when implementing: In place refresh Offline Mode (USMT running within WinPE) SMP My obviously favorites are In place and Offline. I like the option of allowing for a streamlined approach to support calls, if for example, a support call takes…
I am about to endeavor in two AppV 5 deployments 1 will be a clean deployment of AppV 5 and the other will be a site wide migration. I cant wait – but in the interim I am deep diving into everything AppV. Below are some of the best resources I’ve found to…
Catapult uses cookies to enhance your experience, to display customized content in accordance with your browser settings, and to help us better understand how you use our website. By continuing to browse or closing this banner, you indicate your agreement. To learn more about the cookies we use and to set your own preferences, see our Privacy and Cookie Policy.