Git Product home page Git Product logo

msshells's Introduction

NT LOGON

Andrés Gorzelany - @get-itips

Hi! 👋 I am Andrés Gorzelany, I am a Computer Science Engineer and I consider myself an IT Senior Consultant. I am a @MicrosoftDocs collaborator, I mostly respond to issues that users create against the Microsoft Docs articles, create pull requests and also review them. I am Argentinian and I moved to Costa Rica recently.

I love to travel and specially I love to attend conferences and meet new people from around the world. 🌎 🌏 🌍

Get in touch

Me at Ignite 2019

msshells's People

Contributors

get-itips avatar github-actions[bot] avatar havardoveras avatar jurajsucik avatar powerbugi avatar robdy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

msshells's Issues

Autochecker script bugs

  • Script will not work as expected in very rare case when current version is the last one on the page and there's prerelease version on next page
  • Script should utilize IsAbsoluteLatestVersion parameters to detect newest preview version, such as:
Where-Object {$_.properties.isPrerelease.'#text' -eq 'true' -and $_.properties.IsAbsoluteLatestVersion.'#text' -eq 'true'}

MicrosoftTeams module supports PS7

Microsoft Teams module officially supported with PowerShell 7.

From: https://www.powershellgallery.com/packages/MicrosoftTeams/
"Microsoft Teams cmdlets module for Windows PowerShell and PowerShell Core"

From: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-install
"Microsoft Teams PowerShell module requires PowerShell 5.1 or higher"

By the way, there is an easier way check latest versions of modules:

$modulesToBeChecked = @'
Name
MicrosoftTeams
ExchangeOnlineManagement
Microsoft.Online.SharePoint.PowerShell
AzureAD
AzureADPreview
Az
WhiteboardAdmin
MicrosoftPowerBIMgmt
Microsoft.PowerApps.Administration.PowerShell
Microsoft.PowerApps.PowerShell
MSCommerce
'@ | ConvertFrom-Csv

# latest versions
$modulesToBeChecked | Find-Module

# latest prelease versions
$modulesToBeChecked | Find-Module -AllowPrerelease

Deprecated modules/API

Hello,

I stumbled upon your site and found it useful, but I have a few questions:

Aren't AzureAD, AzureADPreview and MSOnline deprecated and being replaced with Microsoft.Graph ?

Also, I don't see the AzureRm module in here, but I think it has also been replaced with Az ?

Thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.