标签: excel powershell refresh credentials windows-security
我需要使用Powershell脚本刷新excel(以便我以后可以在任务调度程序中安排它)。此刷新需要输入凭据。有没有人知道从powershell脚本传递这些凭据的方法? excel挂起在RefreshAll()上,供用户输入凭据。
答案 0 :(得分:0)
您可以使用pscredential对象提供凭据。 可以将其存储到文件(加密)。
save PSCredential in the file
你可能正在寻找什么。