-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DFSNameSpaceReport error with HighLevelReport #1
Comments
Hi, Sorry for the delay in responding. This is an incomplete script I was working on pre-Windows 2012. Since then Microsoft added new DFS cmdlets. I’m actually going to remove these as they are old and I forgot that I still had them on GitHub. The Targets column has System.Management.Automation.PSObject[] in it because it’s an object that contains the Target Path, Target Parent and Target State. I just hadn’t completed that part of it. Cheers, From: aburrow [mailto:[email protected]] When I run the script the HighLevelReport is created but the Targets column only has "System.Management.Automation.PSObject[]" in it. The Full Report which is echo'd to the screen has the details as does the $HighLevelReport variable. — |
Jeremy, Any chance of coming out with an updated script or finishing the existing one? Thanks Anthony B Anthony Burrow From: Jeremy Saunders [email protected] Hi, Sorry for the delay in responding. This is an incomplete script I was working on pre-Windows 2012. Since then Microsoft added new DFS cmdlets. I’m actually going to remove these are they are old and I forgot that I still had them on GitHub. The Targets column has System.Management.Automation.PSObject[] in it because it’s an object that contains the Target Path, Target Parent and Target State. I just hadn’t completed that part of it. Cheers, From: aburrow [mailto:[email protected]] When I run the script the HighLevelReport is created but the Targets column only has "System.Management.Automation.PSObject[]" in it. The Full Report which is echo'd to the screen has the details as does the $HighLevelReport variable. — — [Charles Sturt University]http://www.csu.edu.au/ | ALBURY-WODONGA | BATHURST | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA | LEGAL NOTICE Charles Sturt University in Australiahttp://www.csu.edu.au The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA Provider Number: PV12018 Consider the environment before printing this email. |
Hi Anthony, Not at present as I’m so overloaded with work unless Charles Sturt University wants to pay me ☺ In the meantime have a go yourself, as it’s a good way to learn PowerShell, and I’ll do what I can. Cheers, From: aburrow [mailto:[email protected]] Jeremy, Any chance of coming out with an updated script or finishing the existing one? Thanks Anthony B Anthony Burrow From: Jeremy Saunders <[email protected]mailto:[email protected]> Hi, Sorry for the delay in responding. This is an incomplete script I was working on pre-Windows 2012. Since then Microsoft added new DFS cmdlets. I’m actually going to remove these are they are old and I forgot that I still had them on GitHub. The Targets column has System.Management.Automation.PSObject[] in it because it’s an object that contains the Target Path, Target Parent and Target State. I just hadn’t completed that part of it. Cheers, From: aburrow [mailto:[email protected]] When I run the script the HighLevelReport is created but the Targets column only has "System.Management.Automation.PSObject[]" in it. The Full Report which is echo'd to the screen has the details as does the $HighLevelReport variable. — — [Charles Sturt University]http://www.csu.edu.au/ | ALBURY-WODONGA | BATHURST | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA | LEGAL NOTICE Charles Sturt University in Australiahttp://www.csu.edu.au The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA Provider Number: PV12018 Consider the environment before printing this email. — |
When I run the script the HighLevelReport is created but the Targets column only has "System.Management.Automation.PSObject[]" in it.
The Full Report which is echo'd to the screen has the details as does the $HighLevelReport variable.
The text was updated successfully, but these errors were encountered: