
PoshTip #54 – Change AD computers attributes with PowerShell
PowerShell can help you to easily update some attributes on a computer or user Active Directory object. Basically it means that if you need to Read More
PowerShell can help you to easily update some attributes on a computer or user Active Directory object. Basically it means that if you need to Read More
When you try to run a script block with alternate credentials on a local or remote computer, you may get the following error message: Parameter Read More
If you want to learn Windows PowerShell, you will be a lucky guy because Microsoft released the Windows PowerShell Survival Guide. Please read this guide Read More
You may want to kill a Windows Process on a remote computer for many reasons. Thanks to PowerShell, this task can be performed easily using Read More
When you deploy a new KMS server in order to replace your existing KMS server, you will need to update the “_VLMCS” DNS record. But you Read More
PowerShell can help you to protect against Petya Ransomware by creating the perfc file automatically. PS > New-Item C:\Windows\perfc -Type File -Force Directory: C:\Windows Mode Read More
You are building an application with PowerShell Studio, and this App has many textboxes in your form. Now, when you press “TAB”, you notice that Read More
Windows stores the commands that you have executed from the Run window in the registry. It means that you can easily clear this history. Click Read More
Have you ever desperately looked for a PowerShell command that you typed and not saved… Well great news! PowerShell has a big memory and it Read More
If you often work with PowerShell Studio from SAPIEN, you will create some GUI with PowerShell. You will probably get the following issue: You have Read More