Bastien Perez perezbastien.com - itpro-tips.com (@bastienperez_) 's Twitter Profile
Bastien Perez perezbastien.com - itpro-tips.com

@bastienperez_

🇨🇵 MVP - consultant #Microsoft products #ActiveDirectory #EntraID
🌐 Share tips from the IT field
🏢 Founder of Clidsys
📃 #PowerShell #NoCode #LowCode

ID: 1050077956956192768

linkhttp://perezbastien.com calendar_today10-10-2018 17:37:49

716 Tweet

503 Takipçi

448 Takip Edilen

Bastien Perez perezbastien.com - itpro-tips.com (@bastienperez_) 's Twitter Profile Photo

📚 PowerShell Workbook - Day 4 - Ignoring the output of a command 🔺When you write a PowerShell script, some commands return values that you may not want to display. For example, when you create a folder: New-Item -ItemType Directory -path MyDirectory01 You get Directory:

📚 PowerShell Workbook - Day 4 - Ignoring the output of a command

🔺When you write a PowerShell script, some commands return values that you may not want to display.

For example, when you create a folder:
New-Item -ItemType Directory -path MyDirectory01

You get
Directory: