jagilberps 

By: | 448 downloads | Last Updated: 3/16/2022 | Latest Version: 1.1

To enable script execution, you may need to Set-ExecutionPolicy Bypass -Force This script will optionally enable / disable debug and analytic event logs. This can be against both local and remote machines. It will also take a regex filter pattern for both event log names and traces. For each match, all event logs will be exported to csv format. Ea... More info

By: | 406 downloads | Last Updated: 3/16/2022 | Latest Version: 1.5

this script will setup Microsoft.IdentityModel.Clients Msal for use with powershell 5.1, 6, and 7 KustoObj will be created as $global:kusto to hold properties and run methods from use the following to save and pass arguments: [net.servicePointManager]::Expect100Continue = $true;[net.servicePointManager]::SecurityProtocol = [net.SecurityProtocolTyp... More info

By: | 334 downloads | Last Updated: 3/16/2022 | Latest Version: 1.1

To download and execute with arguments: invoke-webRequest "http://aka.ms/directory-treesize.ps1" -outFile "$(get-location)\directory-treesize.ps1"; .\directory-treesize.ps1 c:\windows\system32 To enable script execution, you may need to Set-ExecutionPolicy Bypass -Force Licensed under the Apache License, Version 2.0 (the "License"); you may not u... More info