About 50 results
Open links in new tab
  1. Script to check for all updated device drivers

    So what I'm looking for is some sort of script, be it batch och PS. That cycles through all the devices and checks their drivers against windows update. Basically I want to eliminate the process of having to …

  2. Add multiple users to an AD Group - social.technet.microsoft.com

    Mar 2, 2011 · Also Remember that these QAD cmdlets don't exist in the initial PowerShell install, they are only available after you successfully run: add-PSSnapin quest.activeroles.admanagement.

  3. Azure: Moving VHD to Azure and create VM image using PowerShell …

    Aug 2, 2020 · Introduction This article intends to help you move your VHD to Azure and create the Virtual Machine image using Powershell Az Module.

  4. Print Server Audits (How many prints done by individual per month)

    I'm opening the PowerShell command prompt with Administrative access, then changing to the c:\scripts path and running .\GeneratePrintJobAccountingReports.ps1 which provides the correct syntax for the …

  5. Why do I get a 'Certutil: A referral was returned from the server ...

    Feb 25, 2015 · Vadims Podāns, aka PowerShell CryptoGuy My weblog: en-us.sysadmins.lv PowerShell PKI Module: pspki.codeplex.com PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com …

  6. Microsoft Hyper-V Server 2019 - RD Virtualization Host feature missing

    Here's some PowerShell, confirming I am running Hyper-V Server 2019 (downloaded today, 3 July 2019), and the Remote Desktop Virtualization Host feature simply not there!

  7. Internet Bandwidth Throttling with PowerShell

    The above command limits only uploading (target) and I assume that the comlet is designed for servers so that is why it works like that. Is there a way to limit both uploading and downloading bandwidth? …

  8. Connect to WSUS via powershell - social.technet.microsoft.com

    Can anyone help me out with this, I have been connecting to the WSUS server via the command below to automate some tasks which was working using the command below.

  9. Granting full access to database on Exchange 2010 server

    Jun 28, 2011 · Question 0 Sign in to vote I have granted myself full permission to a Exchange 2010 database by using the following cmdlet: Add-ADPermission -Identity "Mailbox DB Name" -User …

  10. Delete Scheduled Tasks using PowerShell - social.technet.microsoft.com

    In my cmd line batch script I used the command: SCHTASKS.exe /DELETE /TN "Adobe Flash Player Updater"