How can I install the PowerShell module for SkypeforBusiness?












0














Trying to install the PowerShell module called "SkypeforBusiness"



The PowerShell module is installed on the server where Skype is currently running but I want to install the module on a different server.



The Skype version is Skype for Business Server 2015



Microsoft mentions the module in the following article.
https://docs.microsoft.com/en-us/skypeforbusiness/manage/management-shell



I have tried the following



Find-Module -Name "SkypeforBusiness"


I receive the error: No match was found for the specified search criteria and module name.



I am guessing I don't have the correct PSRepository installed?










share|improve this question
























  • Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
    – Jeff Zeitlin
    Dec 19 '18 at 19:24










  • Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
    – Westfall_T
    Dec 19 '18 at 20:21






  • 1




    On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
    – Jeff Zeitlin
    Dec 19 '18 at 20:59
















0














Trying to install the PowerShell module called "SkypeforBusiness"



The PowerShell module is installed on the server where Skype is currently running but I want to install the module on a different server.



The Skype version is Skype for Business Server 2015



Microsoft mentions the module in the following article.
https://docs.microsoft.com/en-us/skypeforbusiness/manage/management-shell



I have tried the following



Find-Module -Name "SkypeforBusiness"


I receive the error: No match was found for the specified search criteria and module name.



I am guessing I don't have the correct PSRepository installed?










share|improve this question
























  • Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
    – Jeff Zeitlin
    Dec 19 '18 at 19:24










  • Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
    – Westfall_T
    Dec 19 '18 at 20:21






  • 1




    On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
    – Jeff Zeitlin
    Dec 19 '18 at 20:59














0












0








0







Trying to install the PowerShell module called "SkypeforBusiness"



The PowerShell module is installed on the server where Skype is currently running but I want to install the module on a different server.



The Skype version is Skype for Business Server 2015



Microsoft mentions the module in the following article.
https://docs.microsoft.com/en-us/skypeforbusiness/manage/management-shell



I have tried the following



Find-Module -Name "SkypeforBusiness"


I receive the error: No match was found for the specified search criteria and module name.



I am guessing I don't have the correct PSRepository installed?










share|improve this question















Trying to install the PowerShell module called "SkypeforBusiness"



The PowerShell module is installed on the server where Skype is currently running but I want to install the module on a different server.



The Skype version is Skype for Business Server 2015



Microsoft mentions the module in the following article.
https://docs.microsoft.com/en-us/skypeforbusiness/manage/management-shell



I have tried the following



Find-Module -Name "SkypeforBusiness"


I receive the error: No match was found for the specified search criteria and module name.



I am guessing I don't have the correct PSRepository installed?







windows powershell skype windows-server-2016 skype-for-business






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 19 '18 at 20:24

























asked Dec 19 '18 at 19:18









Westfall_T

4518




4518












  • Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
    – Jeff Zeitlin
    Dec 19 '18 at 19:24










  • Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
    – Westfall_T
    Dec 19 '18 at 20:21






  • 1




    On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
    – Jeff Zeitlin
    Dec 19 '18 at 20:59


















  • Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
    – Jeff Zeitlin
    Dec 19 '18 at 19:24










  • Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
    – Westfall_T
    Dec 19 '18 at 20:21






  • 1




    On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
    – Jeff Zeitlin
    Dec 19 '18 at 20:59
















Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
– Jeff Zeitlin
Dec 19 '18 at 19:24




Do you have Skype for Business installed? Note that this is not the same as the consumer Skype that used to be an independent company. If you have Skype for Business installed, the module should also have been installed, and you should be able to load it into a standard PowerShell session with Import-Module, as the linked page states.
– Jeff Zeitlin
Dec 19 '18 at 19:24












Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
– Westfall_T
Dec 19 '18 at 20:21




Sorry, I'll update my post. I need the module on a different server and it's Skype for Business Server 2015.
– Westfall_T
Dec 19 '18 at 20:21




1




1




On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
– Jeff Zeitlin
Dec 19 '18 at 20:59




On the server where it's installed, start up PowerShell or the Skype for Business Server Management Shell, and check the value of $env:psmodulepath. The module you're looking for should be in one of the directories named there; however, note that cmdlets in the module may be implemented such that they make calls to Skype for Business Server DLLs, which may not be available if the module is copied to another computer without the product installed.
– Jeff Zeitlin
Dec 19 '18 at 20:59










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386009%2fhow-can-i-install-the-powershell-module-for-skypeforbusiness%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386009%2fhow-can-i-install-the-powershell-module-for-skypeforbusiness%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown