-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Active Directory
Quick Tip: PowerShell for Testlab DNS Entries
A quick post to cover building up the test lab DNS. Eventually these notes will appear in my test lab build series, but until then, this will give you the gist on how to automate this. The following code snippets … Continue reading
Posted in Active Directory, Deployment, Powershell, Scripting, Test Lab
Tagged Active Directory, DNS, Powershell, Test Lab
Leave a comment
Powershell: Exporting a CSV of Computer Data
I had an urgent request to pump out some data regarding a list of computer accounts similar to this: I thought “No problem, a quick ‘Get-ADComputer’ piped to ‘Export-CSV’ and we’re golden. Except for the fact that Export-CSV doesn’t handle … Continue reading