Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

Ansible playbook, what is the proper syntax to run a powershell script with a specific (domain) user, in an elevated mode?

Start-Process redirect output to $null

powershell

SMB share mappings created with New-SmbGlobalMapping for docker containers not restored after reboot on windows server 1803

How to get the index of the last occurence of a char in PowerShell string?

powershell

How to follow a symbolic/soft link in cmd or PowerShell?

script to save file as unicode

unicode powershell cygwin

How do I use a parameterized script block with Where-Object in Powershell?

powershell

Using PowerShell's Add-Member results in an error

object powershell wmi pipeline

Can I access My Custom .NET Class from PowerShell?

Why is my boolean of value 0 returning true?

PowerShell Remove Files smaller than 500bytes in directory recursively

powershell

PowerShell - Connecting to Azure Active Directory using Microsoft Account

Disable inheritance and manually apply permissions when creating a folder in Powershell

powershell inheritance

$string.Substring Index/Length exception

powershell

Powershell : How to get Antivirus product details

powershell

How to move a single txt file to the zip in powershell 3

powershell

How to add a custom property to a PowerShell array?

Set Value of Nested Object Property by Name in PowerShell

How to open Visual Studio Code through PowerShell and close PowerShell right after starting VSCode?

In powershell is there a difference between having param in a function or putting parameters in the function?

powershell