Azure Data Factory
2 TopicsInstall-Module MSOnline - not working
Hi all, I am struggling to install: Install-Module MSOnline I get: I have tried: Get-PSRepository WARNING: Unable to find module repositories. When I run: Register-PSRepository -Default I get no error but when trying to run Get-PSRepository again i get WARNING: Unable to find module repositories. Any ideas on how to fix this?Solved21KViews0likes1CommentPowershell not recognizing cmdlet?
I'm launching Powershell ISE and attempting to use get-azureadmconditionalaccesspolicy. This is from a shared server. Another user is able to run the same script without issue. I get the following response. get-azureadmconditionalaccesspolicy : The term 'get-azureadmconditionalaccesspolicy' 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:1 + get-azureadmconditionalaccesspolicy + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (get-azureadmconditionalaccesspolicy:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException In Powershell ISE, I'm able to select the AzureADPreview module and locate the command. When I run Get-installedmodule, I'm able to see the following entries. 2.0.2.140 AzureAD PSGallery Azure Active Directory V2 General Availability Module.... 2.0.2.138 AzureADPreview PSGallery Azure Active Directory V2 Preview Module. ... the command should be available, so I'm unsure what I'm missing.Solved6KViews0likes2Comments