Jonathan Colon
Jonathan Colon
Hello, There is a sporadic error when generating a word document. At first I thought it was related to AsBuiltReport modules but it happened to me in another project not...
Hi, Are there any plans to get the latest dev changes as a pre-release in the PowershellGallery? Good day to y'all
### Description Add Windows Update Missing Patches to the report. ```powershell try { $UpdObj = @() $Updates = Invoke-Command -Session $TempPssSession -ScriptBlock { (New-Object -ComObject Microsoft.Update.Session).CreateupdateSearcher().Search("IsHidden=0 and IsInstalled=0").Updates | Select-Object...
### Bug description When using the Find-VBRViEntity cmdlet there are times where the report hangs for a long time if there are offline objects in the vSphere or HyperV inventory....
### Description It would be nice to add some protection against running the report from a Powershell ISE window. ```powershell if ($psISE) { Write-Error -Message "You cannot run this script...
### Description Currently there is no way to set a timeout in the report configuration. If a section gets stuck there is no way to set a time limit for...
### Description If an Active Directory(AD) group has another AD group as both it's parent and as a child member you have a circular nested reference. Why would that matter?...
https://techcommunity.microsoft.com/t5/itops-talk-blog/tough-questions-answered-can-i-disable-rc4-etype-for-kerberos-on/ba-p/382718
### Description ```powershell PS C:\Users\jocolon> Get-ADReplicationSiteLinkBridge -Filter * -Properties * CanonicalName : pharmax.local/Configuration/Sites/Inter-Site Transports/IP/ACAD-UIA-Bridge CN : ACAD-UIA-Bridge Created : 2/12/2024 9:10:25 AM createTimeStamp : 2/12/2024 9:10:25 AM Deleted : Description...
### Description ```powershell PS C:\Users\jocolon> $DomainDN = (Get-ADDomain -Identity (Get-ADForest | Select-Object -ExpandProperty RootDomain )).DistinguishedName PS C:\Users\jocolon> PS C:\Users\jocolon> $DomainDN DC=pharmax,DC=local PS C:\Users\jocolon> PS C:\Users\jocolon> Get-ADObject -Filter {(objectClass -eq "interSiteTransport")}...