-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Bug description
Hi there,
I've been able to run the script and output a report. I'll follow up as to whether there's anything obvious missing from the report.
WARNING: [ 11:41:22:754 ] [ Document ] - The term 'iCloudFirefox.exe' is not recognized as a name of a cmdlet, function, script file, or executable program.
This appeared multiple times across the 27 subscriptions I was scanning.
Command-line input
New-AsBuiltReport -Report Microsoft.Azure -Target 'XXX' -MFA -Format Html,Word -OutputFolderPath 'C:\AsBuiltReport' -Timestamp -ReportConfigFilePath 'C:\AsBuiltReport\AzureXXXAll.json' -AsBuiltConfigFilePath 'C:\Users\XXXX\AsBuiltReport\AsBuiltReport.json'
Steps to reproduce
New-AsBuiltReport -Report Microsoft.Azure -Target 'XXX' -MFA -Format Html,Word -OutputFolderPath 'C:\AsBuiltReport' -Timestamp -ReportConfigFilePath 'C:\AsBuiltReport\AzureXXXAll.json' -AsBuiltConfigFilePath 'C:\Users\XXXX\AsBuiltReport\AsBuiltReport.json'
Copy of AzureXXXAll.json:
{
"Report": {
"Name": "Microsoft Azure As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"ShowSectionInfo": true,
"ShowTags": true
},
"Filter": {
"Subscription": ["*"]
},
"InfoLevel": {
"comment": "0 = Disabled, 1 = Enabled / Summary, 2 = Detailed, 3 = Comprehensive",
"AvailabilitySet": 1,
"Bastion": 2,
"DnsPrivateResolver": 2,
"ExpressRoute": 2,
"Firewall": 3,
"IpGroup": 2,
"KeyVault": 1,
"LoadBalancer": 2,
"NetworkSecurityGroup": 2,
"Policy": {
"Assignments": 2,
"Definitions": 1
},
"RecoveryServicesVault": 2,
"RouteTable": 2,
"SiteRecovery": 1,
"StorageAccount": 1,
"Subscription": 1,
"Tenant": 1,
"VirtualNetwork": 2,
"VirtualMachine": 2
},
"HealthCheck": {
"ExpressRoute": {
"CircuitStatus": true
},
"SiteRecovery": {
"ReplicationHealth": true,
"FailoverHealth": true
},
"StorageAccount": {
"ProvisioningState": true,
"StorageAccountKeyAccess": true,
"SecureTransfer": true,
"BlobAnonymousAccess": true,
"PublicNetworkAccess": true,
"MinimumTlsVersion": true
},
"VirtualMachine": {
"Status": true,
"DiskEncryption": true,
"BootDiagnostics": true,
"BackupEnabled": true
}
}
}
Expected behaviour
Not expecting iCloudFireFox.exe to be used at all.
Screenshots
No response
Operating System
Windows 11 24H2
PowerShell Version
Name Value
PSVersion 7.5.1
PSEdition Core
GitCommitId 7.5.1
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PowerShell Modules
Name Version
AsBuiltReport.Core 1.4.3
AsBuiltReport.Core 1.4.0
AsBuiltReport.Microsoft.Azure 0.1.8.2
AsBuiltReport.Microsoft.Azure 0.1.6
Az 14.1.0
Az 10.2.0
PScribo 0.11.1
PScribo 0.10.0
Az 12.1.0
Az 12.1.0
Az 11.1.0
Additional Context
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have read the documentation, and referred to the known issues before submitting this bug report.
- I have checked for previously opened & closed issues before submitting this bug report.