Forum Discussion
AdamK_DC
Jul 11, 2024Brass Contributor
Prepare-PlacesEnablement script fails with "Please run the PreparePlacesPowershell7 script first"
And yet I literally ran PreparePlacesGroups.ps1 before this in the same Admin PowerShell Window. Suggestions? PS C:\program files\WindowsPowerShell\Scripts> PreparePlacesGroups.ps1 Adding the E...
AdamK_DC
Jul 11, 2024Brass Contributor
digging further - I manually installed Places - seemingly successfully - and then it won't connect to places:
PS C:\WINDOWS\system32> Install-Module -Name MicrosoftPlaces -AllowPrerelease -Force
PS C:\WINDOWS\system32> Connect-MicrosoftPlaces
Connect-MicrosoftPlaces : The term 'Connect-MicrosoftPlaces' 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
+ Connect-MicrosoftPlaces
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-MicrosoftPlaces:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32>