PowerShell 复制 Get-LogProperties [-Name] <Object> [<CommonParameters>]说明此cmdlet 仅在 Windows 平台上可用。此cmdlet 获取 Windows 事件日志的配置设置。 此 cmdlet 由 Enable-PSTrace 和Disable-PSTrace cmdlet 使用。示例示例1:获取 Windows Po
PowerShell Copy Get-CMFolder [[-Name] <String>] [-InputObject <IResultObject>] [-ParentFolderPath <String>] [-TypeName <String>] [-IsEmpty <Boolean>] [-IsSearchFolder <Boolean>] [-SiteCode <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>] PowerShell ...
模块: ExchangePowerShell 适用于: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online此cmdlet 可在本地 Exchange 和基于云的服务中使用。 一些参数和设置可能只适用于某个特定的环境。 使用Get-MailPublicFolder cmdlet 可以检索已启用邮件的公用文件夹的邮件...
Microsoft.PowerShell.Archive Microsoft.PowerShell.Core Commands About Add-History Clear-History Clear-Host Connect-PSSession Debug-Job Disable-ExperimentalFeature Disable-PSRemoting Disable-PSSessionConfiguration Disconnect-PSSession Enable-ExperimentalFeature ...
powershellCopy Get-MailPublicFolder[-Anr <String>] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope] [-IncludeGrantSendOnBehalfToWithDisplayNames] [-ReadFromDomainController] [-ResultSize <Unlimited>] [-Server <ServerIdParameter>] [-SortBy <String>...
PowerShell Copy Get-MailPublicFolder [-Anr <String>] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope] [-IncludeGrantSendOnBehalfToWithDisplayNames] [-ReadFromDomainController] [-ResultSize <Unlimited>] [-Server <ServerIdParameter>] [-SortBy <...
In this example we use the properties of the CounterSamples object to examine, select, sort, and group the data. PowerShell Copy $Counter = "\\Server01\Process(Idle)\% Processor Time" $Data = Get-Counter $Counter $Data.CounterSamples | Format-List -Property * Path : \\Server01\...
PowerShellCopy Get-DynamicDistributionGroup[[-Identity] <DynamicGroupIdParameter>] [-Credential <PSCredential>] [-DomainController <Fqdn>] [-Filter <String>] [-IgnoreDefaultScope] [-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames] [-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames] [-In...
to display files in a folder, but just display their name and length. Similar your example: (Get-PnPListItem -web (Get-PnPWeb) -List ((Get-PnPList -web (Get-PnPWeb))|where {$_.Title -eq $listNewJoiners})).FieldValues | select First_x0020_Name, Last_x...
Hi all. My org has created a site/document library in our SPO instance to share files with external collaborators. Does anyone know if it's possible to...