Reply To: Formatting Text
Beats me, I don’t have those videos memorized. I separate things onto multiple lines to make them more readable, but technically, there’s nothing there that you couldn’t jam into a single line. For...
View ArticleReply To: Network computer discovery.
Let’s be clear on what you want, first. You want to list the computers in a domain, or you want to somehow scan the local network to find computers, without a domain?
View ArticleReply To: Encrypted column
Have you considered leaving a comment on that blog? The author of the sample you’re using might be better able to help on this – it’s much more a SQL Server question than a PowerShell one,...
View ArticleReply To: Encrypted column
[Also, as a note, this forum is designated for the Scripting Games. Please use the main PowerShel Q&A forum.]
View ArticleIncrease a Value in a Hashtable
Hello Together I’m working on a script, which make a list with all the handy’s of our company and and compare the OS of the handys with a list(hashtable) with OS from Apple. For every match the Os in...
View ArticleReply To: Dealing only with Current Child Nodes
As always, thank you for your rapid responses. They are most helpful. I am new to this and it is most appreciated. I realize the scripts are odd, and that is mainly because they are not production...
View ArticleReply To: Increase a Value in a Hashtable
Focusing on these two lines of code, since that’s where you’ve gone wrong: $iPhoneHashiOS | foreach-object {if($AcSyDeStatistic.DeviceOS -ne...
View ArticleBuilding an Active Directory demo lab using Workflow to automatize the process
Hi, I’m trying to join two articles from the “Hey, Scripting Guy!” website: * Building a demo Active Directory...
View ArticleReply To: Building an Active Directory demo lab using Workflow to automatize...
That was a great article, but these days I’d use Desired State Configuration instead. Much easier to write and maintain. Is that an option?
View ArticleReply To: Building an Active Directory demo lab using Workflow to automatize...
Well, I’m kinda new to PowerShell… Will give a look at DSC and I’ll post here my opinion. Thanks a lot!
View ArticleReply To: Building an Active Directory demo lab using Workflow to automatize...
I’d second DSC – the downloads will give you AD building capability
View ArticleReply To: Building an Active Directory demo lab using Workflow to automatize...
powershell.org/wp/ebooks has an ebook on the subject – I’m using it to build my own lab environment, and I posted my scripts in a blog post here last week, I think. They’d probably be decent examples...
View ArticleReply To: Building an Active Directory demo lab using Workflow to automatize...
I’m going to do it right now! Thank you both for the replies.
View ArticleAutomation help required
Hi all, We are developing an automation script using PowerShell for Post OS Build checkouts. We typically do checks like specific software installed or not (McAfee, WinZip), Registry changes, Time...
View ArticleGuardRail and DSC
Has anyone here used guardrail and its capabilities to manage server configurations by leveraging DSC?
View ArticlePrint multi-line output
I am reading data from an SQL table and one of the fields, being a note field, has data on two or more lines. I’d like to maintain that multi-line format in my output so that the result is similar to...
View ArticleReply To: Print multi-line output
It’s probably a difference in the carriage return character being used in the database vs. what PowerShell uses. Can you look and see if there’s an actual CR and LF in the data?
View ArticleReply To: Automation help required
I’m not sure it matters, beyond what will work in your environment. Is Remoting available? If so, you could certainly use Invoke-Command. It would likely be more efficient since each computer would...
View ArticleReply To: C# code to powershell
yup i dont get the error anymore :), thx for updating the module.
View Article