You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, getting the following error when trying to import BARK:
Get-Command : The term 'Get-ServicePrincipalOwner' 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 C:\foo\BARK\BARK.ps1:1556 char:66
+ ... nition' -Value (Get-Command -Name "Get-ServicePrincipalOwner") -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-ServicePrincipalOwner:String) [Get-Command], CommandNotFoundExcepti
on
+ FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand
Get-Command : The term 'New-AppRegSecret' 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 C:\foo\BARK\BARK.ps1:2098 char:57
+ ... ecretDefinition' -Value (Get-Command -Name "New-AppRegSecret") -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (New-AppRegSecret:String) [Get-Command], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand
Please assist.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, getting the following error when trying to import BARK:
Please assist.
Thank you!
The text was updated successfully, but these errors were encountered: