Найденные страницы с тегом powershell всего 19981

Prototype worm targets Windows PowerShell | Network World

Microsoft has not released its PowerShell scripting technology in commercial products yet, but a group of hackers has already written a prototype virus for it.

Cybercriminals use sophisticated PowerShell-based malware | Network World

Cybercriminals have been developing increasingly sophisticated malware that make use of Windows PowerShell scripts in an attempt to fly under the radar.

Microsoft PowerShell goes open source and lands on Linux and Mac | Network World

Sysadmins, rejoice: PowerShell is coming to Linux. Microsoft announced Thursday that its automation and scripting system is breaking out of the confines of Windows and going open source.

Chapter 1: First Steps with Windows PowerShell | Network World

Your source for the news, opinions, and reader reaction on the industry's hottest controversy.

How to read certificates and CRLs using PowerShell | Network World

I've been in the process of updating a PowerShell script of mine, and I really needed to find a way to programmatically check if a certificate or CRL was newer then the one that I already had.

Microsoft is replacing the CMD prompt with PowerShell | Network World

In the latest build of Windows 10, Microsoft replaces the Command Prompt with Windows PowerShell.

Microsoft fires back on reports of CMD prompt’s demise | Network World

Microsoft says the CMD prompt will NOT disappear. Its plan is only to make the PowerShell the default command line interface in the WIN-X menu.

Windows 10 | TechRepublic

To automate the changing of ownership of files and folders in Windows 10, you can make use of PowerShell scripts. PowerShell is a powerful scripting

How to use PowerShell to switch default app (from pre-determined list)? | TechRepublic

I frequently switch App to open PDFs and wish for shortcut. Without Admin Right, can PowerShell Script change default App from pre-determined list: (1)

remove edge from windows | TechRepublic

To remove Microsoft Edge from Windows, you can uninstall it through Settings or by using PowerShell commands. Be cautious, as removing Edge might impact

How PowerShell can find features and roles on Windows servers | Network World

Learning about the PowerShell Get-WindowsFeature command is a good introduction to the time-savings that Powershell scripting can bring to server admins.

How to inventory server software with PowerShell | Network World

PowerShell can ID installed software, application services, and scheduled tasks, which can help with planning and management.

How to inventory server hardware with PowerShell | Network World

Prioritizing hardware upgrades for Windows Servers need not be a lengthy manual process with knowledge of the Get-WmiObject cmdlet.

How to inventory server storage with PowerShell | Network World

Figuring out how much storage is free on servers is important, and the PowerShell cmdlet Get-PhysicalDisk can help.

REST API/Web сервер на PowerShell / Хабр

Все привет! В продолжение статьи о возможностях PowerShell , хочу поделиться несложной реализацией создания REST API и простого Web-сервера, используя только PowerShell на базе класса .NET...

PowerShell и его возможности в уходящем году / Хабр

Все привет! В уходящем году хочу оставить небольшой след про такой сильный язык программирования, как PowerShell . Вероятно, уже в следующем году, ввиду тенденции отказа от Windows систем в нашей...

Скрипт исправления даты установки пароля пользователя в AD / Хабр

Всем привет! Иногда возникает ситуация, когда надо пользователю изменить дату установки пароля в Active Directory. Представляю скрипт. Наверняка многим пригодится. set-ADUserPswDate.ps1 # Основной...

Снижаем потребление CPU в VS Code в 5 раз [Кратко] / Хабр

Всем привет, недавно столкнулся с проблемой - рабочий ноутбук начал непривычно шуметь системой охлаждения. В диспетчере задач наблюдал следующую картину: Никаких других окон, кроме пустого проекта...

A Simple Guide to Running LlaMA 2 Locally - KDnuggets

We will learn a simple way to install and use Llama 2 without setting up Python or any program. Just download the files and run a command in PowerShell.

Злой отладчик. Изучаем новый способ обхода AMSI в Windows — Хакер

Antimalware Scan Interface — система, которую в Microsoft создали для защиты от вредоносных сценариев на PowerShell. В этой статье я продемонстрирую, как работает один из методов обхода этого механизма. Мы будем запускать сценарий PowerShell как процесс под отладкой, что откроет некоторые интересны?

How to Create GUIs with PowerShell?

Creation of GUIs using WinForms and WPF libraries, part of .NET framework. It provides a user-interactive graphical Interface.

How to Fix Windows 10 Update Error 0x80070057?

Windows 10 update error 0x80070057 can be fixed by bash scripting, changing SystemCertificates, decimal symbol settings, and updating using PowerShell.

How to Optimize PowerShell Script Performance

Optimization of script performance for better speed and efficiency using techniques, such as string concatenations, output suppression, and array addition.

How to Secure PowerShell Scripts?

PowerShell scripts are secured using encryption. Scripts are converted into Secure string, which can be reformed using decryption.