I want to parse user values contained in .CSV file. I don't want my users to enter "Yes" or "No" but instead enter "True" or "False". In each case I want to c
I'm just asking the communitty if they have come across a way to have the a script check what version of POSH is running prior to the execution of the script.
I am trying to create a script to pull contact groups and put them in an excel sheet. Here is what I have so far: Import-Module ActiveDirectory Get-ADUser -Sea
I am trying to install the Datadog agent on Windows using PowerShell only, not manual however, the APIKEY is not being setup. Is there a way to update/set the A
I'm updating the logging function I use for all my scripts and making it compatible with the SCCM logging viewer. Under the fields that the SCCM viewer takes i
I am trying to automate the installation of gstreamer on windows using powershell I have the msi file downloaded, and am installing it as shown below PS C:\User
I'm beginning to build out a kubernetes cluster for our applications. We are using Azure for cloud services, so my K8s cluster is built using AKS. The AKs clust
I want to check if the DateTime field is not an empty\null string. if datetime field is not null then I will do stuff. [DateTime]$expdate = Read-Host "Expirati
I am able to get the date of the last modified item in the list using the script below: $SiteURL="https://abc.sharepoint.com/sites/sitename" $ListName="Document
I am translating vba code to PowerShell Does with and endwith exist in PowerShell? What is the alternative? Could you give me an example?
I need to download files from SFTP server to a local machine using a PowerShell script. The API/library that will be used for the download needs to be able to
I have prepared powershell script which access outlook to save the attachment and prepare the new report. Currently my script always ask/throws the pop up askin
I want to create a menu with show-menu that will depend on what is present on the computer. I want to list in the menu usernames available on c:\users\ (based
In terms of runtime performance, which is the fastest method in powershell to write a large body of text into a file?
I need to convert a date in Windows PowerShell to the ISO 8601 format. In Linux/Unix it was no problem with TZ=0 date -d "<random-format>" +%Y-%m-
I've gathered some code from around the web to create Contacts and then Contact groups. However, if I update the contact after creation, the "relation" between
I have a O365 tenant with a bunch of resources (=rooms) in it, e.g. [email protected], and a few users, e.g. [email protected]. The rooms are possible to book for users
I would like to use a WGET command line program under Windows in a powershell script. example : wget https://domain-name/file_01.pdf -o wgetlog.txt Step 1 - E
I am trying to perform an SQL query using Invoke-SqlCmd launching script as inputfile which contains SQLCMD variables, as $(varPROJECTNAME). For example: CREAT
I've got to reconfigure 300 user profiles in the next week or two, changing their outlook from looking at the current exchange server to a new one outside of th