Questions tagged [exchange-management-shell]

a command line interface and scripting platform for Microsoft Exchange Server. It is a fully featured version of Windows PowerShell with Exchange-specific extensions, first introduced with Exchange Server 2007 and included in all later versions.

48 questions
0
votes
1 answer

Getting name of all the exchange server within an organisation?

I have using the exchange server 2013 , there are six exchange server in the organization. I wants to display the name of all the six exchange server in the organization using exchange management shell (cmdlets) . I am using get-exchangeServer…
0
votes
2 answers

Power Shell Output Re-Filter | Get-CalendarProcessing

I'm trying to write a script that shows resource delegates in Outlook 2010 mailboxes. The code for this is: input > Get-CalendarProcessing -Identity $Alias | where {$_.ResourceDelegates -ne "{}"} | ft * The output important to me is the Resource…
-2
votes
2 answers

Connect to Exchange online with EXO v2 PS module - Problem started this week

Hello ive seen a question here on Stack Overflow about problems to access Exchange online using EXO v2 PS module, if you have other Culture than en-US. The problem is first published here (as far as i can see): Suddenly can't connect to Exchange…
Takke
  • 1
  • 2
1 2 3
4