gpt4 book ai didi

powershell - Office 364审核日志:Search-UnifiedAuditLog不被识别为cmdlet的名称

转载 作者:行者123 更新时间:2023-12-02 23:33:17 25 4
gpt4 key购买 nike

我试图通过PowerShell从Office 365中读取AuditLogs,因此我们可以分析使用情况并自动更新数据:

# Create/Import remote session (no errors, no warnings)
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -DisableNameChecking -AllowClobber

Search-UnifiedAuditLog -StartDate $StartDate -EndDate $EndDate -ResultSize 5000 # <- Fails here

错误:
Search-UnifiedAuditLog : The term 'Search-UnifiedAuditLog' 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.

该cmdlet是否已删除,或者我错过了什么?

如果这不再起作用,是否还有另一种自动获取审核日志的方法?

最佳答案

我似乎缺少对Exchange的某些访问权限,这意味着某些命令对我来说是隐藏的。

关于powershell - Office 364审核日志:Search-UnifiedAuditLog不被识别为cmdlet的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61273255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com