Forum Discussion

tomwrigglesworth's avatar
tomwrigglesworth
Copper Contributor
Dec 19, 2024

Creating an exported report of members

# Define the tenant $tenant = "testing" # Ensure the output directory exists $outputDir = "C:\temp" if (-Not (Test-Path -Path $outputDir)) { New-Item -Path $outputDir -ItemType Directory } # Connect ...

Resources