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
Update-AzStorageAccountADObjectPassword: Exception calling "ShouldProcess" with "3" argument(s): "Object reference not set to an instance of an object."
#152
Open
maddewac opened this issue
Jul 14, 2023
· 2 comments
Update-AzStorageAccountADObjectPassword: Exception calling "ShouldProcess" with "3" argument(s): "Object reference not set to an instance of an object."+ CategoryInfo : NotSpecified: (Update-A...an object.":String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError + PSComputerName : localhost
The text was updated successfully, but these errors were encountered:
I'm getting something similar when trying to execute this via a pipeline
16:00:38 Info | System.Management.Automation.MethodInvocationException: Exception calling "ShouldProcess" with "3" argument(s): "Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available." ---> System.Management.Automation.PSInvalidOperationException: Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available.
16:00:38 Info | at Microsoft.PowerShell.ConsoleHostUserInterface.HandleThrowOnReadAndPrompt()
16:00:38 Info | at Microsoft.PowerShell.ConsoleHostUserInterface.PromptForChoice(String caption, String message, Collection`1 choices, Int32 defaultChoice)
I've noticed that a dialogue is shown when run interactively
@madde-g are you running interactively???
I'm not sure how I can get this to automatically accept
Using v0.2.7
Running in PowerShell 7.3.6
The text was updated successfully, but these errors were encountered: