Quantcast
Channel: PowerShell.org » All Posts
Browsing all 13067 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Reply 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 Article


Reply 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 Article

Reply To: Encrypted column

[Also, as a note, this forum is designated for the Scripting Games. Please use the main PowerShel Q&A forum.]

View Article

Increase 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 Article


Reply 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 Article

Reply 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 Article

Reply To: Encrypted column

Apologies about the incorrect forum…

View Article


Building 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 Article


Reply 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 Article

Reply 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 Article

Reply To: Building an Active Directory demo lab using Workflow to automatize...

I’d second DSC – the downloads will give you AD building capability

View Article

Reply 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 Article


Reply 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 Article

Automation 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 Article


GuardRail and DSC

Has anyone here used guardrail and its capabilities to manage server configurations by leveraging DSC?

View Article

Print 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 Article


Reply 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 Article

Reply 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 Article

Reply To: C# code to powershell

yup i dont get the error anymore :), thx for updating the module.

View Article
Browsing all 13067 articles
Browse latest View live