New-EdgeSubscription not recognized
Hi,
I'm trying to subscribe to a new edge subscription on a ClientAccess, Hub, Mailbox and Management Exchange 2010sp1 running in hosting mode.
When I try excute the New-EdgeSubscription command I just get an error the cmdlet is not available even though I'm running the Exchange PowerShell as a domain adminstrator.
Any ideas?
Thanks
Clemens
October 4th, 2011 5:19am
Please post the complete command you are entering and the complete error message you receive.
You didn't say that you've built an Edge Transport server. Did you?Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2011 10:07am
Hi Clemens,
What is the exact error did you get, could you paste it in your next post?
When you try to use New-EdgeSubscription cmdlet, you can refer to this document:
New-EdgeSubscription
http://technet.microsoft.com/en-us/library/bb123800.aspx
Thanks,
Evan Liu
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com
October 5th, 2011 1:38am
Hi Evan,
I just get a PowerShell Error even though I'm using the local Exchange PS-Console and ClientAccess, Hub, Mailbox and Management roles are installed:
The term 'New-EdgeSubscription' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:21
+ New-EdgeSubscription <<<<
+ CategoryInfo : ObjectNotFound: (New-EdgeSubscription:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Thanks
Clemens
Free Windows Admin Tool Kit Click here and download it now
October 5th, 2011 8:12am
Hi Clemens,
I suggest you refer to the document in my last post.
Use the New-EdgeSubscription cmdlet to export an Edge Subscription file from a computer that has the Edge Transport server role installed and to import
the Edge Subscription file to a computer that has the Hub Transport server role installed.
Thanks,
Evan Liu
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com
October 6th, 2011 4:23am
Hi Evan,
Even though the HT-Role is installed there is no New-EdgeSubscription cmdlet! It does not show up in the Get-ExCommand List.
The document does not help at all in the case.
Regards
Clemens
Free Windows Admin Tool Kit Click here and download it now
October 6th, 2011 8:42am
I am asking you again. Do you have an Edge Transport server? You cannot install the Edge Transport role on the same server as the Hub Transport role as you suggested in your earlier post. You must have a separate server. If you
do have a separate Edge Transport role server, then please post the exact command you're entering and on what server you're entering it, and the exact and complete error message.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
October 6th, 2011 10:42am
The answer remains the same...
I can't run the New-EdgeSubscription cmdlet on the HT-server because seams not to exist.
To clarify the procedure:
create a subcription using New-EdgeSubscription on the Edge-Server import the subscription-file using New-EdgeSubscription on the HubTransport-Server
The first step works on the edge-server which is not joined to any ActiveDirectory
The second step fails as described several times.
We're dealing with an Exchange environment that has been prepared for hosting using the /hosting
switch during setup. I also tried to reinstalled the HT-role already setup /mode:install /role:HT /hosting
The result remains the same: The term 'New-EdgeSubscription' is not recognized as the name of a cmdlet.....
Free Windows Admin Tool Kit Click here and download it now
October 6th, 2011 11:13am
1. You did not answer the question I asked.
Do you have an Edge Transport server? You cannot install the Edge Transport role on the same server as the Hub Transport role as you suggested in your earlier post, and again in your most recent post.
2. You did not follow the steps I asked you to test the way I asked you to.
If you do have a separate Edge Transport role server, then please post the exact command you're entering and on what server you're entering it, and the exact and complete error message.
3. I'm not going to be able to help you if you can't provide basic information.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
October 6th, 2011 11:53am
As described above I do have a seperate Exchange-Server that is not a domain member running just the edge role. I currently don't have any issues on the edge server.
I can't import the edge-subscription on the HUB because the cmdlet New-EdgeSubscription
needed to import as described in
http://technet.microsoft.com/en-us/library/bb123800.aspx is not available on the HUB-Server "You must run this command on the Hub Transport
server." I can create the subsription file but can't import it.
Free Windows Admin Tool Kit Click here and download it now
October 6th, 2011 12:27pm
2. You did not follow the steps I asked you to test the way I asked you to.
If you do have a separate Edge Transport role server, then please post the exact command you're entering and on what server you're entering it, and the exact and complete error message.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
October 6th, 2011 1:51pm
No matter what parameters I enter on the HUB-server when trying to import the subscription-file I get the following error (see also in one my first posts)
The term 'New-EdgeSubscription' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:21
+ New-EdgeSubscription <<<<
+ CategoryInfo : ObjectNotFound: (New-EdgeSubscription:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I have to use the Exchange-PowerShell on the HUB-server since EMC is not available in hosting mode.
Setup was done unattended setup /mode:install /role:c,m,t,h /organizationname:MyCompany /hosting
I DO NOT have a problem creating the subscription on the seperate edge server. I can't import it since the cmdlet does not exist on the HUB-server!
Free Windows Admin Tool Kit Click here and download it now
October 6th, 2011 2:14pm
When you run:
Get-PSSnapin -Registered
Do you see this?
Name : Microsoft.Exchange.Management.PowerShell.E2010
PSVersion : 1.0
Description : Admin Tasks for the Exchange Server
Name : Microsoft.Exchange.Management.PowerShell.Setup
PSVersion : 1.0
Description : Setup Tasks for the Exchange Server
Name : Microsoft.Exchange.Management.Powershell.Support
PSVersion : 1.0
Description : Support Tasks for the Exchange ServerEd Crowley MVP "There are seldom good technological solutions to behavioral problems."
October 6th, 2011 5:43pm
Yes I do get exact that output...
However when I run Get-ExCommand New-EdgeSubscrtiption is not listed.
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2011 3:03am
Hello,
deploying the Edge server role in combination with the Hosting mode is not possible. That's the reason why the New-EdgeSubscription isn't available here.
http://www.exchangeinbox.com/article.aspx?i=173
Greetings,
Toni
October 7th, 2011 3:17am
I was wondering about that.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2011 11:11am