My blog
  • Home
  • Posts
  • About
My blog

Powershell


Install Module Unable to Resolve

 Posted on May 20, 2020  |  1 minutes  |  Viggo stomsvik

If you try to install but get the error message unable to resolve package source ‘https://www. [Read More]
Powershell  Reminder 

Powershell Script Change Proxyaddresses

 Posted on September 4, 2019  |  1 minutes  |  Viggo stomsvik

Quick tip to change proxyaddresses in Active Directory fast with csv input. [Read More]
Powershell  Exchange  Reminder 

Gather Windows Autopilot Device Data

 Posted on May 14, 2019  |  1 minutes  |  Viggo stomsvik

Link to powershell script Export Computer AutoPilot Data .\Get-WindowsAutoPilotInfo.ps1 -ComputerName MYCOMPUTER -OutputFile . [Read More]
Powershell  Intune  Autopilot 

How to Create Azcopy Container and Automate Run in Azure

 Posted on March 12, 2019  |  1 minutes  |  Viggo stomsvik

Was working on an case where the customer wanted to copy files within an Azure blob to another blob every nigth. [Read More]
Microsoft  Azure  Powershell 

Quick Tip to Get Guid Code for Apps

 Posted on March 3, 2019  |  1 minutes  |  Viggo stomsvik

get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
Intune  Powershell 

Remove Windows 10 Applications From Powershell

 Posted on July 8, 2018  |  1 minutes  |  Viggo stomsvik

You can remove application as Get Office, Calender and Mail from powershell, if you are using Intune. [Read More]
Intune  Powershell 

Identify Users Who Have Registered for Mfa Using the Powershell

 Posted on June 26, 2018  |  1 minutes  |  Viggo stomsvik

Identify users who have registered for MFA: Get-MsolUser -All | where {$_. [Read More]
Powershell  MFA  M365 

Viggo stomsvik  • © 2022  •  My blog

Hugo v0.96.0 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll