Hi together,
I'm trying to run a script (exporting shares etc.) without a password promt.
Our CVO 9.5P10 is domain joined and the user the powershell session is running with is set as admin on clust and svm level.
Is there a way to use the user of the Powershell session to do the login without storing the password somewhere and without having a password prompt?
I tried multiple things, e.g.
connect-nccontroller $server
connect-nccontroller $server -Credential $(whoami)