-
Hello All, I get the following exception when I start Exchange management shell. Can anyone help me to solve this? -------------------------------------------------------------------------------------------------------------------------------------- Welcome to the Exchange Management Shell! Full list...
-
Hello All, I have installed power-shell & Exchange server 2010 in a machine. When I try to browse power-shell using following URL http://192.168.1.235/powershell?ser...evel=Full, It gives the below error. Can anyone help me on this? I have referred the following article msexchange and did the following...
-
I'm trying to verify transport backpressure and want to display it in a nice format. For some reason I cna't get the columns to be closer together, also want to filter by the event id's mentioned below instead of the details in the message. Im using the following syntax: Can anyone help me...
-
I want to be able to see the commands that each person in a role group has the perms to run based on the assigned role for the group they are in. If I run get-rolegroup it shows me the roleassignments but not the cmds the role group has the permission to run. Any way to see the users and the cmds they...
-
Team, I need help with a quick one hopefully someone can help i have a custom address in email address that is NUMERIC:000000 it is for voicemail. I am trying to remove the custom attribute from emc but to no evail the only thing i can remove are the SMTP address. Any one have any ideas on how to remove...
Posted to
PowerShell for Exchange
(Forum)
by
gelmera
on
07-29-2012
Filed under: Exchange, powershell, exchange 2010, how to remove domainname for one user from exchange server 2010, activedirectory
-
I'm trying to run the test-mailflow cmdlet, within the invoke-command cmdlet. I'm on a Client Access Server and I can issue the test-mapiconnectivity cmdlet against a user. However in order to run the test-mailflow cmdlet, I need to be on the mailbox server that the user is on. I'm referencing...
Posted to
PowerShell for Exchange
(Forum)
by
jwhite
on
07-31-2012
Filed under: InvokeCommand, remoting, Exchange, remote, exchange 2010, Powershell command:, exchange2010, powershellshell
-
I'm having this issue with using multiple variables in exchange powershell. Basically I have $var1 and $var2. I have an if,else statement that is looking at those two variables. Upon either of them being eq - true, they provide a service restart capability. This works fine, the problem is that if...
-
I have a foreach loop. And what I want to do is get a reg key value from each server in that loop. I have something like this: $serverlist = get-exchangeserver blah blah foreach ($server in $serverlist){ get-itemproperty -path "hklm:\..\.." } However im returning the value for only the computer...
-
Hello team, I have a question of using an alternative to Exchange Event Scripting for Exchange 2010. We used to have some VB Scripts used for Event Scripting in Exchange 2007 which Exchange 2010 doesn't support (Event Scripting). Can Powershell be used an alternative to that or we have to use Exchange...
-
Hi All, I have a PS script that's working well in Exchange 2007, but doesn't in Exchange 2010. In 2010 I get the error that $Recipients.DistinguishedName is null. Anyone point me in the right direction to get this working? What the script does is checks all the mailbox folders of the Linked Mailboxes...