powershell

  1. Santy

    Windows 10 Powershell keeps booting up when i turn on my computer

    I've had my computer for a little bit over a year, and until recently every time I boot up my computer Powershell starts up and sits there for like 10 seconds then goes away, so i did what a regular person would do and checked the Startup tab on Task Manager, Powershell wasn't there. I go and...
  2. LifeLine1620

    Windows 10 Manage-bde key protector create complete no files on USB

    Full disclosure I posted this on MS forums with no hits. Hi and Thank you, No files are saved to USB when generating protector key in powershell (Admin) or CMD (Admin). I am the only user for this system and have full Administrator rights. I have a home built PC Win 10 Pro 1909 that has a...
  3. News

    Hosted App Model

    In Windows 10 version 2004, we are introducing the concept of Hosted Apps to the Windows App Model. Hosted apps are registered as independent apps on Windows, but require a host process in order to run. An example would be a script file which requires its host (eg: Powershell or Python) to be...
  4. q988988

    Windows 10 Powershell code to copy files into a specific folder

    I am just trying to copy the AVI files from a source folder into the corresponding destination folder based on the folder names. For example, the multiple AVI files under Folder C should be copied into Folder xx based on the name"10Q_2P". I guess the trick here would be the name folders...
  5. jdeblasio49

    Windows 10 Powershell

    Let's script Sent from my SM-A102U using Tapatalk
  6. E

    Automatically revoke permissions?

    Hi all, Is there a tool available that can schedule the revoking of file share access permissions? Example: Two members need read access to the Sales folder for one week. We get approval and add them to the required security group, but are too busy to remember dozens of these each week. I know...
  7. G

    2 Controller Nodes in an AD Cluster - Windows Server 2012 One is given trust relationship issue when trying to log.

    Hi, Who can help me to put back conroller3 within the trust? Or help me to allow controller4 to take control on th entire AD. Issue: We have two servers in an Active Directory Cluster with no GUI. Everything is done by powershell. One is called Controller3 and the other one Controller4...
  8. M

    Windows 10 Laptop Platform Role is Mobile in System Information?

    I just saw in System Information that my Desktop Laptop Platform Role is Mobile. Turned on the other two laptops in the home network and they also are mobile. This is a newly reset computer with no connection with a mobile phone whatsoever. To confirm my suspicions, in autoruns I get multiple...
  9. S

    Windows 10 Windows Apps Not Working (Including Store App)

    Hello new guy, here so recently I ran into a problem. Just recently I notice that none of the in built windows apps is working. This includes things like photos, microsoft store, and even the troubleshooter itself (to be exact, the the prompt that asked me to send feedback when it doesn't find...
  10. P

    Windows 7 How to execute Powershell command from CommandPrompt? One line!

    I want to execute a PowerShell command from Command Prompt. This should be done by entering ONE command! I DO NOT want to start PowerShell first and then enter the PowerShell command. Instead I want to enter something like powershell.exe -command "......." How does that work in detail on...
  11. B

    Windows 10 Clear protection history in Windows defender security center

    With version 1903 it is not possible to clear the log of protection history collected when false positive or real malwares are detected by this toy. One possibility is to use Powershell and see which items are listed and could be modified. To do this type Get-MpPreference.. In order to modity...
  12. nikolaymartin

    Windows 7 PowerShell Version

    I have Windows 7 machine and i want to run different powershell scripts and commands but they can run specşfşc powerShell versions. How can i find current PowerShell version?
  13. MikeHawthorne

    Windows 10 Hi, need help with Dos?

    Hi I'm still trying to get rid of the Avast folders on my wife's laptop. I decided to try and remove it using the command prompt, or the Power Shell in this case. What I want to delete is the folder at C:\Windows\Program Files\AVAST Software "Avast Software" is the folder I want to delete...
  14. News

    AA18-284A: Publicly Available Tools Seen in Cyber Incidents Worldwide

    Original release date: October 11, 2018 Summary This report is a collaborative research effort by the cyber security authorities of five nations: Australia, Canada, New Zealand, the United Kingdom, and the United States.Link Removed[2][3][4]Link Removed In it we highlight the use of five...
  15. News

    TA18-276B: Advanced Persistent Threat Activity Exploiting Managed Service Providers

    Original release date: October 3, 2018 Systems Affected Network Systems Overview The National Cybersecurity and Communications Integration Center (NCCIC) is aware of ongoing APT actor activity attempting to infiltrate the networks of global managed service providers (MSPs). Since May 2016...
  16. ARNK

    EXT HDD Show "Online" but are "Offline" After Clone (Can't Format)

    I'm on Windows 10 Home, using USB 3.0 EXT HDD (one Glyph & one Fantom) The Problem: I attempted to clone each drive using Macrium Reflect as I've done many times before to back up information. Something's up because both drives seem to be bricked. At the moment that is. If you look disk.jpg...
  17. M

    Windows 10 Permission in folder

    I try to give permission in with the commands: New-Object DirectorySecurity.FileSystemAccessRule ('User', 'FullControl', 'Allow') acl.SetAccessRule ($) Set-ACL c: \ windows \ system32 \ drivers -AclObject it should changed to FullControl In PowerShell when I...
  18. eager2learn

    Windows 10 Error handling in Powershell

    A Windows system use an external drive N:. A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available". To test the continuous availability I write the next batch script. :loop @TimE /t >> N:\datastore\test_times.txt @sleep...
  19. M

    Windows 10 permission archive in powershell

    what permission archive in powershell?
  20. M

    Windows 10 Find and replace TEXT with FILENAME

    Hello. I have several hundred text files in a folder. I would like to replace the text "Hello" present in every files with the actual "filename". How to do that? Can I use a Script or PowerShell? Thank you!
Back
Top