Regex to retrieve value from table
We have users replying on an e-mail and we need to retrieve the date mentioned in the table.
For the moment I made the following code to do that for ...
4 years ago
SSH-Keygen "no such file or directory"
Trying to Generate a public key for my git. Using Powershell.
PS>ssh-keygen -t rsa -b 4096 -C "my@emailaddress.com"
Generating public/private rs...
4 years ago
Putting CSV Data as is into a New CSV
I have a CSV file with two columns; Identitiy, and User. the User column contains UserPrincipalNames, and the Identity column contains a name. What I'...
4 years ago
Zabbix script timeout
I'm trying to run powershell script for cleaning disk on agent from Zabbix. Seems that script is running too long and instead response I got error.
p...
4 years ago
Sort and export-CSV
I have a csv file containing rows of the following extract:
"EmployeeID","FirstName","LastName","Location","Department","TelephoneNo","Email"
"0...
4 years ago
How to find MAX RAM in powershell
How to find the maximum RAM a computer can be extended upto in powershell.
I tried using
$colItems3 = get-wmiobject -class "Win32_OperatingSystem"
...
4 years ago
Creating log file in powershell
I have a powershell program that checks if the site is responding and retrieves data and put it inside a file using invoke-webrequest function. I want...
4 years ago