Create a PSCredential with empty username
I need to create a PSCredential with an empty username.
$Password = ConvertTo-SecureString -AsPlainText -Force -String 'a'
$Credential = New-Object -...
4 years ago
Powershell resume script after reboot
I am currently working on a school assignment where i have to make a couple of powershell scripts to perform a basic configuration of a windows server...
4 years ago
Object manipulation in PowerShell
Is there a way to manipulate the content of the Object so that the output shows the applications present on DESKTOP A?
$DB_struct = Import-Csv -Path ...
4 years ago
Installing Heroku Toolbelt on Windows 10
I've been having some issues installing the Heroku toolbelt on Windows 10, 64-bit.
It's the first time I install Heroku. I downloaded it from https:/...
4 years ago
Extracting numbers in text file
I have a text file which came from excel. I dont know how to take five digits after a specific character.
I want to take only five digits after #ACA ...
4 years ago
output will not format correctly
I am having some problems writing to a text file with powershell using the correct format. I am pulling some windows event logs and saving the output...
4 years ago