@swapnilkambli
-
-
-
Swapnil Kambli liked Create a cluster name object and solve cluster connection problems. (So far, This post has 3 likes) 2 years, 5 months ago
-
Swapnil Kambli liked An overview of Azure security. (So far, This post has 1 likes) 2 years, 5 months ago
-
Swapnil Kambli liked What is Microsoft Compliance Score?. (So far, This post has 1 likes) 3 years, 9 months ago
-
Swapnil Kambli liked Windows Server 2016/2019 audit policy best practice. (So far, This post has 1 likes) 3 years, 9 months ago
-
Swapnil Kambli posted an update 3 years, 9 months ago
Another release is out for the Windows Terminal preview! This release is labeled as v0.7 in the About section of the Terminal. As always, you can download the Terminal from the Microsoft Store and from the GitHub releases page. -
Swapnil Kambli liked VMware Cloud Foundation (VCF): VMware cloud on AWS. (So far, This post has 1 likes) 3 years, 9 months ago
-
Swapnil Kambli liked Encrypt event logs and files with PowerShell and group policies. (So far, This post has 1 likes) 3 years, 10 months ago
-
Swapnil Kambli commented on
Manage Azure role-based access control with PowerShell 3 years, 10 months ago
here is an example for creating custom role
$role = [Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition]::new()$role.Name = ‘custom access role’$role.Description = ‘custom role.’$role.IsCustom = $true$perms = ‘Microsoft.Network/networkInterfaces/read’,’Microsoft.Compute/virtualMachines/read’$role.Actions = $perms$subs = ‘/subscriptions/hjhjhjhjhjhjhjhjh’$role.AssignableScopes = $subsNew-AzRoleDefinition -Role $role
-
Swapnil Kambli commented on
Manage Azure role-based access control with PowerShell 3 years, 10 months ago
Dear Venkat, you may create custom role with permissions defined in 'Microsoft.Databricks' section of document https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations.
Then assign that role to user.
-
Swapnil Kambli liked Windows 10 1909: The most important changes for professional users. (So far, This post has 1 likes) 3 years, 10 months ago
-
Swapnil Kambli replied to the topic Using "tree" with C:PROGRAM FILES (X86) in
PowerShell Forum 3 years, 10 months ago
Hi Ratan, By test-path I meant
PS C:Userstechv> "$Env:ProgramFiles(x86)" C:Program Files(x86) PS C:Userstechv> Test-path "$Env:ProgramFiles(x86)" False PS C:Userstechv>
-
-
Swapnil Kambli liked Configuring Azure Private DNS. (So far, This post has 1 likes) 3 years, 10 months ago
-
Swapnil Kambli liked comment of dev reddy on Monitoring virtual machines with Log Analytics (OMS) using PowerShell. (So far, dev reddy has 1 likes for this comment.) 3 years, 10 months ago
-
Swapnil Kambli liked Securden Privileged Account Manager: Password management for privileged accounts. (So far, This post has 1 likes) 3 years, 10 months ago
-
Swapnil Kambli liked SolarWinds Serv-U: Fast, easy, and secure file transfers. (So far, This post has 2 likes) 3 years, 10 months ago
-
Swapnil Kambli liked FSLogix: Alternative to roaming profiles, user profile disks, and offline files. (So far, This post has 1 likes) 3 years, 10 months ago
-
Swapnil Kambli liked Azure Migrate: Moving Hyper-V and VMware VMs to Azure. (So far, This post has 1 likes) 3 years, 10 months ago
- Load More