automated environment you would want to put this into a .ps1 script that accepts parameters (seeherefor an example). However, you may find the method below good for learning and experimenting. Replace all the “YOURxyz” sections with your actual information. Beware of oddities introduce...
To use PowerShell for IIS administration, install IIS 7.0 PowerShell Provider. Also readily available for download are Sample Windows PowerShell scripts in Script Center Script Repository and free books of PowerShell workshops by Frank Koch in Microsoft Switzerland. PowerShellDemoFiles.zip...
Hi, I am Nitin Bhat, Program Manager on the SCVMM team. Today I am going to provide you with sample PowerShell scripts to leverage our investments made for networking and storage. These scripts would execute against the SCVMM 2012 Beta builds. The best part about expo...
Backup and Restore is critical to operate real world systems. In this article I will walk you through the process to backup and restore Windows Server system disk from a VM running in the Windows Azure IaaS environment using PowerShell. Follow these instructions to backup and restore Windows Ser...
Microsoft Dynamics NAV Administration Shell. Similarly, to run the sample scripts for merging application objects, open the HowTo-Start-Import-NAV-Module.ps1 script in the Windows PowerShell IDE, navigate the command prompt to the folder where you placed the samples, and then run the script....
This topic describes the structure of the XML data file as required by the sample PowerShell script. If you modify the script, you might have to modify the structure of the data file to match your changes. The sample script uses the publicly documented RAS APIs and data structures to create...
PowerShell Script Sample: Backup & Restore on Windows Azure Iaas Backup and Restore is critical to operate real world systems. In this article I will walk you through the process to backup and restore Windows Server system disk from a VM running in the…...
microsoftgraph / powershell-intune-samples Star 1.4k Code Issues Pull requests This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell. devxsample Updated Aug...
Run PowerShell x64 from the start menu Browse to the directory (e.g. cd C:\IntuneGraphSamples) For each Folder in the local repository you can browse to that directory and then run the script of your choice Example Application script usage: To use the Manage Applications scripts, from ...
Sample script PowerShell Copy # This sample script gets all Microsoft Entra application proxy application "non-custom domain" apps (.msappproxy.net). # # Version 1.0 # # This script requires PowerShell 5.1 (x64) and one of the following modules: # # Microsoft.Graph.Beta 2.10 or ...