Robuta

https://devblogs.microsoft.com/scripting/powertip-difference-between-xml-powershell-cmdlets/ PowerTip: Difference Between XML PowerShell Cmdlets - Scripting Blog [archived] Jul 4, 2014 - Summary: Understand the difference between XML cmdlets in Windows PowerShell. What is the difference between the Windows PowerShell cmdlets, Export-CliXML and... difference betweenpowershell cmdletspowertipxmlscripting https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-see-if-winrm-is-running-on-remote-computer/ PowerTip: Use PowerShell to See If WinRM Is Running on Remote Computer - Scripting Blog [archived] Oct 14, 2014 - Summary: Learn how to easily use Windows PowerShell to check if WinRM is running on a remote computer. How can I use Windows PowerShell to ensure that WinRM is... https://devblogs.microsoft.com/scripting/powertip-easily-find-the-location-of-current-user-profile/ PowerTip: Easily Find the Location of Current User Profile - Scripting Blog [archived] Jan 4, 2013 - Summary: Easily find the location of the Windows PowerShell current user current host profile. How can I find the location of the current Windows PowerShell... find the location https://devblogs.microsoft.com/scripting/powertip-pause-a-powershell-script/ PowerTip: Pause a PowerShell Script - Scripting Blog [archived] Dec 31, 2012 - Summary: Learn how to pause a Windows PowerShell script. How can I pause a Windows PowerShell script? In Windows PowerShell 3.0 use the pause function, as... powershell scriptpowertippausescriptingblog https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-reserved-system-volumes/ PowerTip: Use PowerShell to Find Reserved System Volumes - Scripting Blog [archived] May 3, 2013 - Summary: Use Windows PowerShell 3.0 in Windows 8 to find information about the system reserved volume. How can I use Windows PowerShell 3.0 in Windows 8 to... powertipusepowershellfind https://devblogs.microsoft.com/scripting/powertip-find-current-runspaces-in-powershell/ PowerTip: Find Current Runspaces in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Boe Prox shows how to find the current runspaces in Windows PowerShell. How can I list all of the currently running runspaces in Windows PowerShell?... powershell scriptingpowertipfindcurrentblog https://www.st.com/content/st_com/en/partner/partner-program/partnerpage/powertip-technology.html Powertip Technology - STMicroelectronics powertiptechnologystmicroelectronics https://devblogs.microsoft.com/scripting/powertip-capture-the-output-of-a-linux-application-in-powershell/ PowerTip: Capture the output of a Linux application in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the built-in features of PowerShell to obtain data produced by a Linux application. Can I run a Linux application like ls and capture its output... https://devblogs.microsoft.com/scripting/powertip-clone-virtual-disk-with-powershell/ PowerTip: Clone Virtual Disk with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to use Windows PowerShell to clone a virtual disk. How can I use Windows PowerShell to clone a virtual disk? Use the New-VirtualDiskClone... virtual diskpowershell scriptingpowertipcloneblog https://devblogs.microsoft.com/scripting/powertip-identify-drives-encrypted-with-bitlocker/ PowerTip: Identify Drives Encrypted with Bitlocker - Scripting Blog [archived] Oct 2, 2019 - Summary: Using the Get-Bitlocker Cmdlet to show the status of drives on your Windows 10 computer Hey, Doctor Scripto. Is there a nice simple way to see if... powertipidentifydrivesencryptedbitlocker https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-back-up-system-databases/ PowerTip: Use PowerShell to Back Up System Databases - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to back up system databases. How can I use Windows PowerShell to dynamically back up all of the system databases on my servers?... back uppowertipusepowershell https://devblogs.microsoft.com/scripting/powertip-use-the-get-cimclass-cmdlet-to-find-wmi-properties/ PowerTip: Use the Get-Cimclass Cmdlet to Find WMI Properties - Scripting Blog [archived] Dec 16, 2012 - Summary: Use Windows PowerShell 3.0 to find specific WMI properties. How do I find what WMI class contains the Service Pack property? Charlotte PowerShell User... https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-total-cpu-time/ PowerTip: Use PowerShell to Find Total CPU Time - Scripting Blog [archived] Apr 28, 2013 - Summary: Use Windows PowerShell to find the total CPU time of a process. How can I return a timespan that represents the total CPU time of a process? Use the... powertipusepowershellfind https://devblogs.microsoft.com/scripting/powertip-automatically-open-a-script-in-the-powershell-ise/ PowerTip: Automatically Open a Script in the PowerShell ISE - Scripting Blog [archived] Jul 28, 2013 - Summary: Learn how to automatically open a script in the Windows PowerShell ISE. How can I automatically open a script in a new pane inside the Windows... open ain the https://devblogs.microsoft.com/scripting/powertip-use-pester-to-test-functions-in-module/ PowerTip: Use Pester to Test Functions in Module - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Pester to test new functions in your module. How can I unit test a non-exported function in my script module? Use the InModuleScope command to... to testpowertipusepester https://devblogs.microsoft.com/scripting/powertip-find-how-many-days-until-powershell-summit-europe-2014/ PowerTip: Find How Many Days until PowerShell Summit Europe 2014 - Scripting Blog [archived] Sep 5, 2014 - Summary: Use Windows PowerShell to find how many days until Windows PowerShell Summit Europe in Amsterdam. How can I use Windows PowerShell to help me find how... how many days until https://devblogs.microsoft.com/scripting/powertip-import-colon-delimited-file-with-powershell/ PowerTip: Import colon-delimited file with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to use Windows PowerShell to import a file that uses a colon as a delimiter. How can I use Windows PowerShell to import a file that is... powershell scriptingpowertipimportcolonfile https://devblogs.microsoft.com/scripting/powertip-count-backwards-in-array/ PowerTip: Count backwards in array - Scripting Blog [archived] powertipcountbackwardsarrayscripting https://devblogs.microsoft.com/scripting/powertip-display-hidden-files-in-powershell/ PowerTip: Display Hidden Files in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Boe Prox shows how to use Windows PowerShell to display hidden files. How can I use Windows PowerShell to display hidden files and folders? There are... hidden filespowershell scriptingpowertipdisplayblog https://devblogs.microsoft.com/scripting/powertip-check-windows-8-edition-by-using-powershell-3-0/ PowerTip: Check Windows 8 Edition by Using PowerShell 3.0 - Scripting Blog [archived] Sep 27, 2012 - Summary: Use Windows PowerShell 3.0 to determine the specific edition of Windows 8 running on your computer. Using Windows PowerShell 3.0 in Windows 8, how can... https://devblogs.microsoft.com/scripting/powertip-create-a-sortable-date-with-powershell/ PowerTip: Create a Sortable Date with PowerShell - Scripting Blog [archived] Mar 12, 2013 - Summary: Use Windows PowerShell to easily create a sortable date. How can I use Windows PowerShell to create an ISO 8601 standard sortable date time-stamp for... powershell scriptingpowertipcreatesortabledate https://devblogs.microsoft.com/scripting/powertip-create-a-transcript-of-commands-in-powershell/ PowerTip: Create a Transcript of Commands in PowerShell - Scripting Blog [archived] Aug 19, 2012 - Summary: Learn how to create a transcript of all commands and associated output from within Windows PowerShell. How can I create an audit file of all commands... powershell scriptingpowertipcreatetranscript https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-round-to-specific-decimal-place/ PowerTip: Use PowerShell to Round to Specific Decimal Place - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to round numbers to a specific decimal place. How can I use Windows PowerShell to round a number to a specific number of... powertipusepowershellround https://devblogs.microsoft.com/scripting/powertip-get-author-information-about-powershell-session-configuration/ PowerTip: Get Author Information about PowerShell Session Configuration - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to get session owner information. How can I get more information about which Windows PowerShell session configurations came... author informationpowertipget https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-identify-bootable-disks/ PowerTip: Use PowerShell to Identify Bootable Disks - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the Get-Disk cmdlet to identify all bootable devices that are attached. How can I use Windows PowerShell to see which USB devices are set to be... powertipusepowershellidentifybootable https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-delete-scheduled-task/ PowerTip: Use PowerShell to Delete Scheduled Task - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to delete a scheduled task. How can I use Windows PowerShell to delete a scheduled task? Use the Unregister-ScheduledTask... scheduled taskpowertipusepowershelldelete https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-easily-view-contents-of-vbscript/ PowerTip: Use PowerShell to Easily View Contents of VBScript - Scripting Blog [archived] Nov 27, 2012 - Summary: Learn how to use Windows PowerShell to view contents of a VBScript file. How can I use Windows PowerShell to easily view the contents of a VBScript... view contents https://devblogs.microsoft.com/scripting/powertip-verify-default-output-encoding-in-powershell/ PowerTip: Verify Default Output Encoding in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to verify your default output encoding in Windows PowerShell. How can I use Windows PowerShell to verify my default output encoding? Check... powershell scriptingpowertipverifydefaultoutput https://devblogs.microsoft.com/scripting/powertip-how-to-detect-phone-numbers-using-regular-expressions/ PowerTip: How to detect phone numbers using regular expressions - Scripting Blog [archived] Feb 18, 2019 - Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how to use regex to detect if a string is a phone number. I have an array like $phoneornot =... using regular expressionshow tophone numbers https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-determine-network-connection-profile/ PowerTip: Use PowerShell to Determine Network Connection Profile - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to use Windows PowerShell to determine the network connection profile. How can I use Windows PowerShell to determine the network connection... network connectionpowertipusepowershelldetermine https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-size-of-user-profile/ PowerTip: Use PowerShell to Find Size of User Profile - Scripting Blog [archived] Apr 21, 2014 - Summary: Use Windows PowerShell to find the size of your user profile. How can I use Windows PowerShell to find the size of my user profile and to see the size... find size https://devblogs.microsoft.com/scripting/powertip-specify-that-a-script-requires-admin-privileges-to-run/ PowerTip: Specify that a script requires admin privileges to run - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to require admin privileges to run a Windows PowerShell script. How can I make sure that my Windows PowerShell script has administrator... https://devblogs.microsoft.com/scripting/powertip-adjusting-the-case-of-a-string/ PowerTip: Adjusting the Case of a String - Scripting Blog [archived] Dec 13, 2012 - Summary: Use Windows PowerShell to adjust the case of an entire string. How can I adjust the case of an entire string? Charlotte PowerShell User Group member... the casepowertipadjustingstringscripting https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-connections-to-remote-servers/ PowerTip: Use PowerShell to Find Connections to Remote Servers - Scripting Blog [archived] Dec 13, 2013 - Summary: Use Windows PowerShell to find connections to remote servers. How can I use Windows PowerShell while I am troubleshooting my computer to find what... find connectionsremote serverspowertipusepowershell https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-retrieve-the-date-and-time-of-the-given-time-zone-id/ PowerTip: Use PowerShell to retrieve the date and time of the given time zone ID - Scripting Blog... Feb 18, 2019 - Summary: Use PowerShell to pull out specify TimeZone data from an object. I have data retrieved from an external source that contains different time zone IDs... https://devblogs.microsoft.com/scripting/powertip-find-all-required-assemblies-for-powershell-modules/ PowerTip: Find All Required Assemblies for PowerShell Modules - Scripting Blog [archived] May 15, 2013 - Summary: Find required assemblies for your Windows PowerShell modules. How can I use Windows PowerShell to show required assemblies for my Windows PowerShell... find allpowershell modulespowertiprequiredassemblies https://devblogs.microsoft.com/scripting/powertip-use-powershell-tab-expansion-to-navigate-registry/ PowerTip: Use PowerShell Tab Expansion to Navigate Registry - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the Windows PowerShell tab expansion feature to quickly navigate the Windows registry. How can I use Windows PowerShell to explore settings in the... powertipusepowershelltabexpansion https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-check-status-of-client-dns-cache/ PowerTip: Use PowerShell to Check Status of Client DNS Cache - Scripting Blog [archived] Jul 8, 2013 - Summary: Use Windows PowerShell 3.0 in Windows 8 to check the status of your client DNS cache. How can I use Windows PowerShell 3.0 in Windows 8 to inspect the... check status of https://devblogs.microsoft.com/scripting/powertip-find-stats-with-powershell/ PowerTip: Find Stats with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to find stats of objects. How can I use Windows PowerShell to see the minimum, maximum, and average values of a specific... powershell scriptingpowertipfindstatsblog https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-display-only-hidden-files/ PowerTip: Use PowerShell to Display Only Hidden Files - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to display only hidden files. How can I use Windows PowerShell to locate only hidden files? Use the Get-ChildItem cmdlet and... hidden filespowertipusepowershelldisplay https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-status-of-directaccess-connection/ PowerTip: Use PowerShell to Find Status of DirectAccess Connection - Scripting Blog [archived] Jul 20, 2013 - Summary: Use Windows PowerShell in Windows 8 to find the status of DirectAccess connection. How can I find the status of a DirectAccess connection in Windows 8... https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-send-beep-to-console/ PowerTip: Use PowerShell to Send Beep to Console - Scripting Blog [archived] Sep 21, 2013 - Summary: Use the Beep command in Windows PowerShell. How can I send a sound in Windows PowerShell to notify a user if an error occurs in the script? Windows... powertipusepowershellsendbeep https://devblogs.microsoft.com/scripting/powertip-how-to-detect-a-valid-active-directory-user-name-using-regular-expressions/ PowerTip: How to detect a valid Active Directory user name using regular expressions - Scripting... Feb 18, 2019 - Summary: Cloud and Datacenter Management MVP, Thomas Rayner, shows how use regex to detect if a string is a valid Active Directory user name. The invalid... https://devblogs.microsoft.com/scripting/powertip-export-certificate-by-using-powershell/ PowerTip: Export Certificate by Using PowerShell - Scripting Blog [archived] Oct 31, 2014 - Summary: Learn how to use Windows PowerShell to export a certificate. How can I use Windows PowerShell to export a certificate? Use the Export-Certificate... export certificatepowershell scriptingpowertipusingblog https://devblogs.microsoft.com/scripting/powertip-format-decimal-numbers-in-powershell/ PowerTip: Format Decimal Numbers in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to display a specific number of decimal points in Windows PowerShell. How can I use Windows PowerShell to display only one decimal place on... decimal numberspowershell scriptingpowertipformatblog https://devblogs.microsoft.com/scripting/powertip-clear-recycle-bin-with-powershell-5/ PowerTip: Clear Recycle Bin with PowerShell 5 - Scripting Blog [archived] Feb 18, 2019 - Summary: Easily purge the Recycle Bin on a targeted drive with PowerShell 5. How can I use Windows PowerShell to easily flush out the Recycle Bin? In Windows... recycle binpowertipclearpowershellscripting https://devblogs.microsoft.com/scripting/powertip-save-help-content-for-module/ PowerTip: Save Help Content for Module - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to target content to save with the Save-Help cmdlet. How can I use Windows PowerShell to save the Help content for a single module? Use the... help contentpowertipsavemodulescripting https://devblogs.microsoft.com/scripting/powertip-see-number-of-errors-in-powershell-session/ PowerTip: See Number of Errors in PowerShell Session - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to determine how many errors there are in the Windows PowerShell session. How can I determine how many current errors there are in my... powertipseenumbererrors https://devblogs.microsoft.com/scripting/powertip-change-color-of-powershell-errors/ PowerTip: Change Color of PowerShell Errors - Scripting Blog [archived] Oct 3, 2014 - Summary: Learn how to change the color of Windows PowerShell errors. How can I change the color of Windows PowerShell errors in the Windows PowerShell console?... change colorpowertippowershellerrorsscripting https://devblogs.microsoft.com/scripting/powertip-enter-a-powershell-nested-prompt-directly/ PowerTip: Enter a PowerShell Nested Prompt Directly - Scripting Blog [archived] Oct 5, 2012 - Summary: Learn how to directly enter a Windows PowerShell nested prompt. How can you directly enter a nested prompt without going through a cmdlet and using... powertipenterpowershellnestedprompt https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-status-of-scheduled-tasks/ PowerTip: Use PowerShell to Find Status of Scheduled Tasks - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to find the status of scheduled tasks. My laptop is acting strangely. Task Manager shows lots of processes running, but I have... https://devblogs.microsoft.com/scripting/powertip-use-set-variable-to-create-a-readonly-powershell-variable/ PowerTip: Use Set-Variable to Create a ReadOnly PowerShell Variable - Scripting Blog [archived] May 13, 2013 - Summary: Use the Set-Variable cmdlet to create a ReadOnly Windows PowerShell variable. How can I create a ReadOnly variable in Windows PowerShell? Use the... set variableto create https://devblogs.microsoft.com/scripting/powertip-find-commands-in-specific-powershell-modules/ PowerTip: Find Commands in Specific PowerShell Modules - Scripting Blog [archived] Jan 28, 2014 - Summary: Learn how to find commands in specific Windows PowerShell modules. How can I find all the commands in the CIMCmdlets Windows PowerShell module? Use... powershell modulespowertipfindcommandsspecific https://devblogs.microsoft.com/scripting/powertip-find-available-virtual-machine-size-by-using-powershell/ PowerTip: Find available virtual machine size by using PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the Azure Resource Manager cmdlets to get the proper name for a virtual machine size. Is there a way to see the proper name for a virtual machine... virtual machine https://devblogs.microsoft.com/scripting/powertip-display-windows-powershell-ise-add-ons/ PowerTip: Display Windows PowerShell ISE add-ons - Scripting Blog [archived] Feb 18, 2019 - Summary: Display the Windows PowerShell ISE add-ons that are available. How can I programmatically display the Windows PowerShell ISE add-ons that are... display windowsadd onspowertippowershellise https://devblogs.microsoft.com/scripting/powertip-use-a-powershell-function-to-find-scheduled-task-info/ PowerTip: Use a PowerShell Function to Find Scheduled Task Info - Scripting Blog [archived] Jan 22, 2013 - Summary: Use a Windows PowerShell function to find running scheduled tasks on your computer running Windows 8. How can I find information about running... https://devblogs.microsoft.com/scripting/powertip-find-wmi-classes-that-support-updates/ PowerTip: Find WMI Classes that Support Updates - Scripting Blog [archived] Jan 20, 2014 - Summary: Use Windows PowerShell to find WMI classes that support updates. How can I use Windows PowerShell to find WMI classes that support updates? Use the... support updatespowertipfindwmiclasses https://devblogs.microsoft.com/scripting/powertip-list-locked-out-accounts-in-active-directory-with-powershell/ PowerTip: List locked-out accounts in Active Directory with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Active Directory cmdlets to identify locked-out user accounts and computer accounts. Is there a quick and easy way to find all users who are... https://devblogs.microsoft.com/scripting/powertip-count-your-powershell-scripts/ PowerTip: Count Your PowerShell Scripts - Scripting Blog [archived] Jul 24, 2013 - Summary: Learn how to count how many PowerShell scripts you have written. My boss asked me how many Windows PowerShell scripts I have written. I keep all my... powershell scriptspowertipcountscriptingblog https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-view-trusted-hosts/ PowerTip: Use PowerShell to View Trusted Hosts - Scripting Blog [archived] Nov 15, 2012 - Summary: Learn how to use Windows PowerShell to view trusted hosts on a local computer. How can I find out if any trusted hosts are configured on my local... to viewpowertipusepowershelltrusted https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-create-a-computer-restore-point/ PowerTip: Use PowerShell to Create a Computer Restore Point - Scripting Blog [archived] Jun 9, 2013 - Summary: Learn how to use Windows PowerShell to create a computer restore point. How can I use Windows PowerShell to create a computer restore point? Use the... to create https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-locate-the-help-file-you-need/ PowerTip: Use PowerShell to Locate the Help File You Need - Scripting Blog [archived] Jul 8, 2014 - Summary: Learn how to use Windows PowerShell to find the Help file you need. How can I figure out the exact name of the Help file that I am looking for about... https://devblogs.microsoft.com/scripting/powertip-see-enumeration-value-in-powershell/ PowerTip: See Enumeration Value in PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to retrieve an enumeration value in Windows PowerShell. How can I see enumeration allowed values in Windows PowerShell? Place the... powershell scriptingpowertipseeenumerationvalue https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-determine-active-cim-sessions/ PowerTip: Use PowerShell to determine active CIM sessions - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the Common Information Model (CIM) cmdlets to pull a list of active sessions to remote workstations. How can I find active CIM sessions on my... powertipusepowershelldetermine https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-mount-iso-image-2/ PowerTip: Use PowerShell to Mount ISO Image - Scripting Blog [archived] Jun 5, 2019 - Summary: Learn how to use Windows PowerShell to mount ISO images. How can I use Windows PowerShell to mount an ISO image so I can see what it contains? Use the... iso imagepowertipusepowershellmount https://devblogs.microsoft.com/scripting/powertip-get-a-quick-update-on-event-log-status-via-powershell/ PowerTip: Get a Quick Update on Event Log Status via PowerShell - Scripting Blog [archived] Feb 25, 2013 - Summary: Use Windows PowerShell to get a quick event log status update. How can I quickly obtain a status update on my event logs? Things such as the retention... https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-get-licensed-users-in-office-365/ PowerTip: Use PowerShell to Get Licensed Users in Office 365 - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to get a list of users who are licensed in Office 365. How can I get a list of all users that are licensed in Office 365? Use... https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-list-time-zones-defined-on-system/ PowerTip: Use PowerShell to List Time Zones Defined on System - Scripting Blog [archived] Aug 4, 2014 - Summary: Use Windows PowerShell to list time zones that are defined on a system. How can I use Windows PowerShell to produce a list of all the time zones that... https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-cmdlets-that-use-cim/ PowerTip: Use PowerShell to Find Cmdlets that Use CIM - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to find cmdlets that use CIM. I want to see what Windows PowerShell cmdlets will use a CIM session, but when I use Get-Command,... powertipusepowershellfind https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-unblock-files-in-folder/ PowerTip: Use PowerShell to Unblock Files in Folder - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to use Windows PowerShell to unblock files downloaded from the Internet. I downloaded a module from the Script Center Repository, and when I... in folderpowertipusepowershellunblock https://devblogs.microsoft.com/scripting/powertip-start-azure-automation-job-from-powershell/ PowerTip: Start Azure Automation Job from PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Azure PowerShell cmdlets to launch a remote Azure Automation job. How can I trigger an Azure Automation job from a regular computer? Use the... azure automationpowershell scriptingpowertipstartjob https://devblogs.microsoft.com/scripting/powertip-get-azure-virtual-machine-diagnostics-by-using-powershell/ PowerTip: Get Azure Virtual Machine Diagnostics by using PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use the Azure Resource Manager cmdlets to retrieve diagnostic data within Azure Resource Manager virtual machines. Our QA department was asking a very... azure virtual machine https://devblogs.microsoft.com/scripting/powertip-compare-processes-with-powershell/ PowerTip: Compare Processes with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to compare two processes with Windows PowerShell. How can I use Windows PowerShell to find the differences between two instances of the same... compare processespowershell scriptingpowertipblogarchived https://devblogs.microsoft.com/scripting/powertip-get-the-latest-powershell-help/ PowerTip: Get the Latest PowerShell Help - Scripting Blog [archived] Feb 22, 2014 - Summary: Learn how to get the latest Windows PowerShell Help online. I do not have Admin rights so I cannot update my local Windows PowerShell Help. How can I... get the latestpowertippowershellhelpscripting https://devblogs.microsoft.com/scripting/powertip-get-dns-server-cache-details/ PowerTip: Get DNS Server Cache Details - Scripting Blog [archived] Jan 16, 2013 - Summary: Use Windows PowerShell to get details about the DNS server cache. How can I find information such as the maximum TTL on my remote DNS server running... dns serverpowertipgetcachedetails https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-get-bitlocker-recovery-key/ PowerTip: Use PowerShell to Get BitLocker Recovery Key - Scripting Blog [archived] Aug 24, 2013 - Summary: Use Windows PowerShell to get the BitLocker recovery key. How can I quickly find my BitLocker recovery key? Jason Walker, Microsoft PFE, says: From an... bitlocker recovery keyto getpowertipusepowershell https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-get-virtual-machine-start-mode/ PowerTip: Use PowerShell to Get Virtual Machine Start Mode - Scripting Blog [archived] May 17, 2013 - Summary: Sean Kearney shows how to determine virtual machine start mode by using Windows PowerShell. How can I tell which virtual machines will start... to getvirtual machine https://devblogs.microsoft.com/scripting/powertip-split-string-with-powershell/ PowerTip: Split String with PowerShell - Scripting Blog [archived] Jun 11, 2014 - Summary: Easily split a string on multiple characters with Windows PowerShell. How can I use Windows PowerShell to split a string that contains multiple... powershell scriptingpowertipsplitstringblog https://devblogs.microsoft.com/scripting/powertip-find-scheduled-tasks-with-powershell/ PowerTip: Find Scheduled Tasks with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to find the location of scheduled tasks. How can I use Windows PowerShell to easily look for scheduled tasks in the graphical... scheduled taskspowershell scriptingpowertipfindblog https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-find-system-uptime/ PowerTip: Use PowerShell to Find System Uptime - Scripting Blog [archived] Feb 18, 2019 - Summary: Use Windows PowerShell to find your system uptime. How can I use Windows PowerShell to easily find how long my computer has been running? Use the... powertipusepowershellfindsystem https://devblogs.microsoft.com/scripting/powertip-get-azure-subscription-names-with-powershell/ PowerTip: Get Azure Subscription Names with PowerShell - Scripting Blog [archived] Nov 18, 2014 - Summary: Use Windows PowerShell to get the name of cmdlets referring to your Azure subscription. Is there an easy way to obtain the Azure cmdlets referring to... azure subscriptionpowershell scriptingpowertipgetnames https://devblogs.microsoft.com/scripting/powertip-find-all-breakpoints-in-powershell-session/ PowerTip: Find All Breakpoints in PowerShell Session - Scripting Blog [archived] Feb 18, 2019 - Summary: Find all breakpoints for a Windows PowerShell script. How can I see the debugging breakpoints that are set in my current Windows PowerShell session?... find allpowertipbreakpointspowershellsession https://devblogs.microsoft.com/scripting/powertip-read-exe-magic-number-with-powershell/ PowerTip: Read .exe Magic Number with PowerShell - Scripting Blog [archived] Feb 18, 2019 - Summary: Learn how to use Windows PowerShell to see an .exe magic number. How can I use Windows PowerShell to see the "magic number" associated with an... magic numberpowershell scriptingpowertipreadexe https://devblogs.microsoft.com/scripting/powertip-find-the-powershell-version-2/ PowerTip: Find the PowerShell Version - Scripting Blog [archived] Feb 18, 2019 - Summary: Easily find your Windows PowerShell version. How can I find information about my Windows PowerShell version? Use the $psversionTable automatic... find thepowertippowershellversionscripting