Showing category results for Scripting Techniques

Aug 12, 2016
Post comments count0
Post likes count0

PowerTip: Identify the numeric value of a custom (dingbat) character using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use PowerShell to determine the value of an Extended ASCII character to reproduce it for later use. I have a really simple question that’s been bugging me. I have a string with a special (Extended ASCII) character that I scraped from some output. I can’t find the ASCII value of it to reproduce it. How can I get the value of this silly “D...

Windows PowerShellPowerTipguest blogger
Aug 12, 2016
Post comments count0
Post likes count0

Use PowerShell to report on SharePoint content with custom (dingbat) characters

Doctor Scripto
Doctor Scripto

Summary: Learn how to use PowerShell to retrieve SharePoint list item values as dingbat symbols to make HTML reports simple and clean. Can you show me an example of how to report on my SharePoint data by using something other than the standard ASCII characters? Today we have a special guest MVP, Chendrayan Venkatesan, to help us out! Chendra...

Windows PowerShellguest bloggerSharePoint
Jul 27, 2016
Post comments count0
Post likes count0

PowerTip: Use PowerShell to remove a user from all site collections in SharePoint Online

Doctor Scripto
Doctor Scripto

Summary: Learn how to use PowerShell to remove a corporate user from all site collections in SharePoint Online. How can I use Windows PowerShell to quickly remove a corporate user from all site collections in SharePoint Online? Use the following commands (change the login user name as required):

Scripting Guy!Windows PowerShellPowerTip
Jul 14, 2016
Post comments count2
Post likes count2

Passing through devices to Hyper-V VMs by using discrete device assignment

Doctor Scripto
Doctor Scripto

Summary: Learn how to attach a device from your Hyper-V host to your VM by using a new feature of Windows Server 2016. Today we have a guest blogger, Rudolf Vesely, who has blogged here on previous occasions. Here is a link to his previous posts if you would like to read them. Here is what Rudolf says about himself. I am an Azure Solutions Archi...

Scripting Guy!Windows PowerShellguest blogger
Jul 1, 2016
Post comments count3
Post likes count0

PowerTip: Get the public IP of an Azure VM with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to get the public IP address of an Azure virtual machine.  How can I get the public IP address information for an Azure Resource Manager virtual machine (VM)? All you need to do is use Get-AzureRmVm to find the VM and pass it to Get-AzureRmPublicIPAddress as in the following example:

Windows PowerShellPowerTipguest blogger