|
Hi, I spent ages trying to get this to run on my client PC - Win 10 - ver 1803 I finally gave up and tried on my DC running Server 2012 R2. No idea why, but letting others know so they don't lose time like I did. Reports are awesome by the way. :)
Hi, Could you please guide me how can I get all the users and the status on the HTML Report
Hey Zachary, kudos for this tool / script... however; some ++ criticism.. :) The PS1 script references a few links, CSS and image directorys not included in the zip.. directories like CSS and images, footer, not present as well as your images.. Possible you could reach out to me and share your whole structure? Example: background: url(/images/bodyback.png);
Virus Total detected Cylance? https://www.virustotal.com/#/f ile/9ad53a7b2b5 99ffa33bb0814a1 189a317f4c43d88 c494d032524bd12 6cd6f172/detect ion
Hi, I believe I'm running the script OK, but all that I see hapenning is a few lines of verbose output, and then absolutely nothing... Do you want verbose output? [Y] Yes [N] No [?] Help (default is "Y"): y VERBOSE: New-SelfContainedAssetReport: Invoking information gathering script... VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Forest Info - 0.390039 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Exchange - 0.140014 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Lync/OCS - 0.1470147 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Site Subnets - 0.3560356 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Sites - 0.2190219 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Site Links - 2.0292029 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: Domains - 0.1380138 VERBOSE: Get-ADForestRep ortInformation xxxxxxxxxxxxx.c om.au: DCs - 0.0550055 At which point it has just stopped apparently... the console has not returned the prompt, so I guess it must still be doing something, but it's been 20 minutes or so now... - is it just taking a *really* long time to do something? Thus far, I have no output files appearing in the script folder... How can I tell what is going on? - How long should I leave it? Cheers! Paul G.
I have the exact same issue after using this script for two years without issues. It hangs on the DCs. What has changed is that we now have DC's in Azure. Could this maybe be the issue?
Hello, I run the script and it seems to execute perfectly however it doesn't pull every member of enterprise administrators. Any idea why it lists some members but not others?
Looks like if the user's Primary group membership is 'domain admins' it doesn't put them in the list.
Hi Zac, When I try to run the EXE file from my local Win7 computer, I receive and error message "AD Asset Report GUI Has stopped working" with options to close or debug the program. If I select debug, I can get the following details: =========== An unhandled exception of type 'System.IO.FileNotFoundExcepti on' occurred in AD Asset Report GUI.exe Additional information: Could not load file or assembly 'System.Managem ent.Automation, Version=3.0.0.0 , Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5' or one of its dependencies. The system cannot find the file specified. ============ Initially, I though I had to run the EXE with elevated privileges or on DC, but the issue seems to be different. Please advise how I can fix that. Thank you in advance! regards,
How can I query different domains without individually logging into the DC? Do you have a variable for this or a place we can inject one? Excellent script btw!
Hello Zachary, thank you for you script! Can you run me through the Setup of GVEditProtable to output the Trust-Diagram? Thank you!
Hello MS_84, What I 've done to generate GraphViz Domain Trust Diagram : - Downloaded from https://code.google.com/p/grap h-viz-portable/ downloads/list - Installed/Extra cted to "C:\Program Files (x86)\GraphVizP ortable" - on "New-ADAssetRep port.ps1" file change "Custom Static Variable" as : $Graphviz_Path = 'C:\Program Files (x86)\GraphVizP ortable\App\bin \' The Diagrams in .PNG format are generated on the Path where New-ADAssetRepp ort.ps1 was launched. The Diagrams are only in PNG file on the current Folder, they are not integrated/show n in the HTML file (will be great) Hope this helps Regards.
Hi Zachary, Very good and usefull script ! But I can't use (or I don't understand) the $SendMail function, I fill as expected : [Parameter( HelpMessage='Email server to relay report through')] [string] $EmailRelay = 'smtp.XXX.be', [Parameter( HelpMessage='Em ail sender')] [string] $EmailSender='s kender@staff.XX X.be', [Parameter( HelpMessage='Em ail recipient')] [string] $EmailRecipient ='skender@staff .XXX.be', I've got no errors and no email recieved, event with "-Debug" and/or "-Verbose" switch :( $EmailRelay shouold be used with simple-quote ' or double-quote " ? ('or") ? How can I force usage of $SendMail ? Can I launch from cli like : .\New-ADAssetRe port.ps1 $SendMail Or should I change parameter "$SendMail," as "$SendMail = $True" Thanks in advance. Great job! Regards.