Andrew Hodgson
Andrew Hodgson
Hi all, OS: Windows Server 2016 I am trying to set perms on a directory that I create after formatting a new drive and always I get the following output...
When we run the export for the EXOGroupSettings it only exports 1000 objects. Using module version 1.24.619.1 with PowerShell 7. The Exchange administrator believes there should be more of these...
Using the following export command on PowerShell 7 with module version 1.24.619.1: ``` Export-M365DSCConfiguration -MaxProcesses $cores -Components O365SearchAndIntelligenceConfigurations -Path $outputPath -FileName $outputFile -CertificateThumbprint $certificateThumbprint -TenantId $TenantId -ApplicationId $ApplicationID ``` I...
When attempting to export SharePoint Online properties I am getting the following in the event log and blank configuration files for the various components, an example is shown: The collection...
I'm trying to use the Dynamic Resource Generator to create code for the `CustomSecurityAttributes` field on the `AADServicePrincipal` resource, as I am unsure how to handle that complex field inside...
### Terraform Version ```shell 1.5.0 ``` ### Use Cases Given a pipeline with multiple environments, I want the import command to be made idempotent across all environments, only operating in...