Windows 10: Problems with Powershell Scripts and Credential Manager

Discus and support Problems with Powershell Scripts and Credential Manager in Windows 10 Software and Apps to solve the problem; Hi All,I have been trying to create either a script for entering credentials into Windows Credential Manager via Intune. Credentials are for a mapped... Discussion in 'Windows 10 Software and Apps' started by PowershellGoneNuts, Jan 27, 2024.

  1. Problems with Powershell Scripts and Credential Manager


    Hi All,I have been trying to create either a script for entering credentials into Windows Credential Manager via Intune. Credentials are for a mapped drive connection to a non-windows server. Have not been able to make it work yet. I have tried many permutations of scripts, either command line .bat scripts using CMDKEY, and also regular Powershell scripts like this: but none work, all failNew-StoredCredential -Comment TestComment -Password Password -Persist Enterprise -Target 192.168.X.X -Type DomainPassword -UserName User1Tried creating a Win32 App with the above script with installati

    :)
     
    PowershellGoneNuts, Jan 27, 2024
    #1

  2. Web credentials in Credential manager

    I am having an uwp app using password vault, so my credentials are stored under the Web credential in credential manager and we have a situation so i need to change the publisher id of the app because of this the app will be treated as new app so i planned to run a powershell script to copy data from old app sandbox to new App sand box

    But the issue i am facing i can fetch windows credentials details but not the Web credentials. Is there any way to fetch web credentials using c# or even powershell script?
     
    shriram sankaranarayanan, Jan 27, 2024
    #2
  3. Studynxx Win User
    Powershell / Batch scripts do NOT run!

    Please help me. I have written some powershell and batch scripts, yet when I run those files, they don't run. At most the powershell script just does step #1 but not all the other steps (lines of code / instructions). The batch script .bat file doesn't do anything. Both just pop up for like 2 seconds and then they disappear, Task Manager says nothing's being done.
     
    Studynxx, Jan 27, 2024
    #3
  4. Brink Win User

    Problems with Powershell Scripts and Credential Manager

    Secure Credentials with Self-Signed Certificates for PowerShell Script

    Read more: Secure Credentials with Self-Signed Certificates for PowerShell Scripts | Ask Premier Field Engineering (PFE) Platforms
     
    Brink, Jan 27, 2024
    #4
Thema:

Problems with Powershell Scripts and Credential Manager

Loading...
  1. Problems with Powershell Scripts and Credential Manager - Similar Threads - Problems Powershell Scripts

  2. PowerShell script help

    in Windows 10 Software and Apps
    PowerShell script help: Hello,I am trying to use PowerShell to edit similar file names examples below. no_25!2-2_FORSE_COMP.prnno_25!2-4_FORSE_COMP.prnno_25!2-9_FORSE_COMP.prnno_30!10-5_FORSE_COMP.prngb_10!01-_5_FORSE_COMP.prnno_30!11-3_FORSE_COMP.prnI need all the writing in upper case, the '!'...
  3. Problems with Powershell Scripts and Credential Manager VIA Intune

    in Windows 10 Gaming
    Problems with Powershell Scripts and Credential Manager VIA Intune: Hi All,I have been trying to create either a script for entering credentials into Windows Credential Manager via Intune. Credentials are for a mapped drive connection to a non-windows server. Have not been able to make it work yet. I have tried many permutations of scripts,...
  4. PowerShell script

    in Windows 10 Support
    PowerShell script: The code below tests a series of IPs in a txt file.The result is as follows and is written in a txt file. 19.191.12.161 - online 19.191.12.162 - offline 19.191.12.163 - offline 19.191.12.164 - offline 19.191.12.165 - offline also see the scrennshot Code: $Output= @()$GetIP =...
  5. powershell scripts

    in AntiVirus, Firewalls and System Security
    powershell scripts: Hi, I have azure. Someone is somehow installing powershell scripts onto my computer that allows them to host my PC through P2P and UDP connections, well I think so anyway. I have only just found powershell script entry changes in my registry by accident. These criminals...
  6. powershell script

    in Windows 10 Customization
    powershell script: looking for a script to monitor for a folder, if there is a file in that folder send it as an email, once the email is sent out, confirm and then move the files to an archive folder. monitor c:\test\*.pdf No files, do not send email. Yes Files, send an email to someone at...
  7. Powershell Script on Shutdown

    in Windows 10 Performance & Maintenance
    Powershell Script on Shutdown: Hi all, I try to run a Powershell Script (*.ps1) when i shut down my PC. I created the script and it is working fine when i run it. However if i want to run it on a regular Shutdown it seems like it does not start or is not finished, before Windows is killing every running...
  8. Secure Credentials with Self-Signed Certificates for PowerShell Script

    in Windows 10 News
    Secure Credentials with Self-Signed Certificates for PowerShell Script: Hello everyone, I’m Preston K. Parsard, specializing in Platforms, Azure Infrastructure and Automation topics, and I’d like to share some insights for securing PowerShell credentials using certificates. This post is based on a recent customer project, but we’ll also wrap a...
  9. A Powershell Script for HandBrake

    in Windows 10 Software and Apps
    A Powershell Script for HandBrake: Here's the thing. My system is an age-old i3-530 overclocked to 3.5GHz coupled with GTX 1050 2GB. I have around 1.5TB of tutorial videos that I have to encode due to dearth in HDD space. I want to encode the videos while keeping the folder and subfolder structure intact....
  10. PowerShell Scripting - The Basics

    in Windows 10 Tutorials
    PowerShell Scripting - The Basics: How to: PowerShell Scripting - The Basics [img] Information A PowerShell script is a collection of commands and cmdlets to be run in logical order, previous lines in script determining values and variables in command lines thereafter. The principle is the same than in...