About 200,000 results
Open links in new tab
  1. $cred = Get-Credential without asking for prompts in powershell ...

    Apr 25, 2019 · I am trying to run a script and i wanted to run it silently without asking for credential prompts.Is there a way to get around using "$cred =...

  2. Help....TAsk scheduler asking for credentials | Microsoft Community Hub

    Get-Credential | Export-Clixml -Path "C:\Users\UserName\Desktop\Data\Cred.xml When you will use this you will be prompted to enter your credentials, just enter your credentials in the pop up box that …

  3. How to use DefaultAzureCredential across multiple tenants

    May 1, 2025 · cred = AzureDeveloperCliCredential() For a full walkthrough of an end-to-end template that uses keyless auth in multiple languages, check out my colleague's tutorials on using keyless …

  4. MSOLSERVICE ERROR | Microsoft Community Hub

    Aug 21, 2025 · The HTTP request was forbidden with client authentication scheme 'Negotiate'.  i am receiving the mentioned error when i connect with msolservice via...

  5. Secure Way to store lots of credentials using powershell

    Jul 29, 2020 · Dear Community I wanted to ask if there is any way I can store lots of creedentials while still being able to use them in Powershell? I dont want...

  6. ServicePrincipal StartDate and EndDate not displaying Using Graph API ...

    Oct 23, 2020 · Hi, I am trying to get list of SPNs that are going to expire soon. Using Graph API  I am executing below powershell script. I am getting...

  7. Re-using computer account with Add-Computer | Microsoft …

    May 9, 2023 · I am having an issue getting computers to rejoin the domain after they are reimaged. It has been working up until Windows 11 22H2. I found...

  8. Secure Application Lifecycle - Part 1 - Using CredScan | Microsoft ...

    Dec 14, 2020 · It is important to frequently perform and install security validations on applications. There are two important aspects for these security validations....

  9. Connect-PnPOnline credential: can it use SharePointOnlineCredentials ...

    MVP Jun 16, 2017 You can either do this: $cred = Get-Credential -UserName $username -Message "Please enter password for $username" or this: $encpassword = convertto-securestring -String …

  10. config smtp relay to send email to anonymous users

    Jan 12, 2023 · Got testing email when run below command.Connect-exchangeonline$cred=get-credential  Send-MailMessage -To outside user mailbox -from your tenant user...