powershell

  1. 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...
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. M

    Windows 10 permission archive in powershell

    what permission archive in powershell?
  11. 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!
  12. W

    Windows 10 Certificate Expired (Windows Update)

    Windows defender and windows update, cer. expired. Non of the Windows apps are working , so i have uninstalled most of them , using PowerShell admin. In my opinion, most Microsoft stock apps are useless, so no big deal. However, the same can not be said for the Windows Defender. When getting...
  13. Q

    Windows 10 Accesing indented Windows folder name with Powershell.

    Please help! how do I access a Windows folder that has the following name 'Start Menu' ? I tried using cd Start Menu however its not working instead I get an error See image below. thanks in advance.
  14. S

    Windows 8 Creating CA signed certificate in powershell on windows-server 2012R2

    for windows-server2016 its quite easy using " New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "myCertificate" -Signer $rootcert " command with $rootcert having another self-signed certificate however for windows server 2012 R2, -Signer parameter does not exist. I'm...
  15. T

    Exchange 2010 - 2016 Migration Issue

    Hi guys, I have been trying to migrate an Exchange 2010 on SBS2011 to Server 2016. I have followed this guide to the letter Link Removed. I moved my test account to the new Exchange server , but both Outlook and my phone failed to reconnect. I checked all my virtual directories three...
  16. E

    Windows 10 [SOLVED] Windows 10: schtasks job start, but does not work

    Hi, I'm new of this thread and I do not know if this is the right section of the forum. I'm under windows 10 1803 64 bit. I have two scripts (.cmd and .ps1) which execute the same operation. The scripts work well if I run them from cmd or powershell while they do not work if I use schtasks. In...
  17. News

    Announcing Windows Server Insider Preview Build 17093 and Project Honolulu Technical Preview 1802

    Hello Windows Insiders! Today we are releasing Windows Server Insider Preview Build 17093 to Windows Server Insiders. This build is a preview build of the next Semi-Annual Channel release of Windows Server. For more information on the Semi-Annual channel, please see the Windows Server...
  18. News

    Savill's FAQs: Execute a PowerShell script in Windows PE

    Three times a week, John Savill tackles your most pressing IT questions. Today learn about using your own images to create a VM using PowerShell, wiping a disk when using the Windows PE environment, and how to execute a PowerShell script in Windows PE. Continue reading...
  19. W

    Windows 10 BSOD Help Needed WestCost

    Daily BSOD recently. Used Powershell instructions. Does not seem specific to any one event or application. File created and attached. Ian Britten Perth, Western Australia
  20. Psilocelium

    PowerShell Syntax Question

    I just took a quiz that asked what type of parameter <String> is. Could you tell me if it is a mandatory parameter? For some reason I was thinking <String> would be defined as a value, not a parameter. Syntax Get-EventLog [-LogName] <String> [[-InstanceId] <Int64[]>] [-After <DateTime>]...
Back
Top