Wiedza
  • 0 Koszyk
  • Kontakt
  • Moje konto
  • Blog
  • MOC On-Demand – co to takiego?
  • MOC On-Demand – Co zyskujesz?
  • Kursy MS

SharePoint Sites Templates – from the battlefield

# Install Required Modules Install-Module PnP.PowerShell -RequiredVersion 1.12.0 -Force Install-Module PnP.PowerShell # Register AppID Register-PnPEntraIDAppForInteractiveLogin -ApplicationName “PnP PowerShell” -SharePointDelegatePermissions “AllSites.FullControl” -Tenant xxx.onmicrosoft.com   # Connect to the SharePoint Online $adminSiteUrl = “https://xxx-admin.sharepoint.com/” $siteUrl = “https://xxx.sharepoint.com/sites/Test01” Connect-PnPOnline $adminSiteUrl -Interactive -ClientId xxx # Test connection (display all SharePoint Online Sites) Get-PnPTenantSite   # Get the json template […]

Czytaj dalej

Installing Azure Arc on Unsupported Machines 

  Azure Arc enables you to manage and govern your servers, Kubernetes clusters, and applications across on-premises, multi-cloud, and edge environments. However, sometimes you might encounter unsupported machines. This guide will help you bypass these limitations and install Azure Arc on unsupported operating systems.  1: Identify the Closest Supported Operating System  First, identify the closest […]

Czytaj dalej

Microsoft Windows 2003 Resource Kit – Run any exe as a service

Microsoft Windows 2003 Resource Kit can be download from web.archive.org here (version that was in 2020 year).   If you are looking for software that allows you to run any exe as service – check this (srvany-ng).

Czytaj dalej

Windows and SSH

It was a some time ago, when native SSH server has been announced by Microsoft not third party. I mention it here:   SSH demon for Windows / Jak zainstalować demona SSH na Windows Now it is time to update, you can install ssh server on Windows, even ARM edition from here: https://github.com/PowerShell/Win32-OpenSSH/releases   Do […]

Czytaj dalej

All Windows Services connected with Azure ARC

To display all Windows Services connected with Azure ARC you can execute:   Get-WmiObject win32_service | Where-Object {$_.PathName -like “*AzureConnectedMachineAgent*”} | Select-Object Name, DisplayName, State, PathName | Format-Table -AutoSize

Czytaj dalej

1 2 3 4 5 >»
Projekt i wykonanie: Mobiconnect i fast-sms.net   |    Regulamin
Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie.Zgoda

Added to Cart

Keep Shopping