Forwarded from Windows 11, 10, etc - Вадим Стеркин
⚙️ Новое в блоге: Трюки управления языковыми параметрами из #PowerShell и командной строки
Сегодня я покажу приемы из личной практики. С этими ситуациями я сталкивался сам либо участники форума, которым я помогал. Я также расскажу о ценном дедовском методе применения региональных параметров одной командой, а в качестве бонуса – о нововведении в версии 20H1.
➡️ Читать в блоге: http://www.outsidethebox.ms/20484/
Сегодня я покажу приемы из личной практики. С этими ситуациями я сталкивался сам либо участники форума, которым я помогал. Я также расскажу о ценном дедовском методе применения региональных параметров одной командой, а в качестве бонуса – о нововведении в версии 20H1.
➡️ Читать в блоге: http://www.outsidethebox.ms/20484/
🎬 Skylines Summer Session, Adam Bertram
Premiere Date: Aug 4, 2020
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating PowerShell Scripts
- Demo: How to notice patterns when writing PowerShell and how to encapsulate patterns into functions
- Where the name Adam the Automator came from
- Adam's Hobby: Remote Control Cars
https://www.youtube.com/watch?v=7TCke2s0Lto&feature=youtu.be
Premiere Date: Aug 4, 2020
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating PowerShell Scripts
- Demo: How to notice patterns when writing PowerShell and how to encapsulate patterns into functions
- Where the name Adam the Automator came from
- Adam's Hobby: Remote Control Cars
https://www.youtube.com/watch?v=7TCke2s0Lto&feature=youtu.be
YouTube
PowerShell - Adam Bertram
In this Skylines Summer Session, Adam Bertram, #Microsoft #MVP, is interviewed by Richard Hooper and Gregor Suttie and discusses:
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating…
- About Adam
- The Difference Between #PowerShell and PowerShell Core
- Adam's Go-to Modules
- What Tool Adam uses when creating…
Give me your most strongly-held opinions about PowerShell coding style
By: Mathias R. Jessen
Join the discussion now on Twitter
Link
By: Mathias R. Jessen
Join the discussion now on Twitter
Link
Twitter
Mathias R. Jessen
Give me your most strongly-held opinions about #PowerShell coding style. I'll start! You, a pervert: $variable+=1 Me, an aesthetician: $variable += 1
👍1
I, uh, may have gotten a little carried away with my
By: Justin Grote
#Powershell #Azure #PIM role activation status monitor...
Link
By: Justin Grote
#Powershell #Azure #PIM role activation status monitor...
Link
Twitter
Justin Grote
I, uh, may have gotten a little carried away with my #Powershell #Azure #PIM role activation status monitor...
Microsoft Graph Known Issue
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
By: Sam Erde
If you're using the Microsoft Graph API and getting repeated auth prompts with every request you may have a corrupt token cache.
Link
Twitter
If you're using the Microsoft #Graph API and getting repeated auth prompts with every request, you may have a corrupt token cache. Reset it w/#PowerShell:
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…
Disconnect-MgGraph
Remove-Item "$env:USERPROFILE\.graph" -Recurse -Force
Reconnect.
Profit 😎
h…