别再傻傻用播放器旋转了!PR效果控件+序列设置,两步搞定竖屏视频横屏播放
2026/5/16 18:01:09
MyAppEvent.psm1文件。function Get-AppEvents { <# .SYNOPSIS Get-AppEvents retrieves the newest 100 events from the Application event log, groups and sorts them by InstanceID and then displays only top 5 events that have occured the most. .DESCRIPTION See the synopsis section. .EXAMPLE To run the function, simply invoke it: PS> Get-AppEvents #> Get-EventLog –LogName Application –Newest 100|Group-Object - Property InstanceId|Sort-Object –Descending -Property