How to call a script from PowerShell console when the script file path contains white space. PS C:\> c:\new folder\myscript.ps1 param1 (will give the below error) The term ‘c:\new’ is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again. Putting the path in between the quotations...
Read more »
CACLS: Change Access Control List C:\> cacls foldername /e /p Username:F (Full Permission) C:\> cacls foldername /D Username (to deny) C:\> cacls foldername /e /p username:F (full control) (e:edit) (p:permission) C:\> cacls “Foldername” /grant “Username”:F (full control) C:\> cacls C:\Shared /e /p Everyone:F (to create a permission on shared folder) where /e is to...
Read more »
Users with Windows servers may occasionally encounter an issue when an imported certificate disappears from the list of server certificates. Most often, this happens right after completing certificate request in Internet Information Services (IIS) Manager . The lists of server certificates in IIS contains only certificates that are assigned to the corresponding private key...
Read more »
To check which OU’s are linked to a Group Policy. 1. Login to Cionsystems GPO manager. 2. Go to Filters -> OU Linked GPO’s ->Click on OU Linked GPO’s. 3. When we click on OU Linked GPO’s it will display the list of GPO’s linked to OU’s. 4. Right click on any GPO and select link...
Read more »
To restrict Group Policy for any user/group we need to follow the below steps. 1. Login to Cionsystems GPO Manager. 2. Select the group policy which has to be restricted and click on permissions tab. 3. From the GPO permissions click on Add button and search for the user / group. 4. Select the...
Read more »
For the above error please follow the below steps to resolve the issue. Login to the Microsoft Azure Account portal with administrator access account. Url to login is https://portal.azure.com After login –> Click on view Manage Azure Active Directory as shown in the below image. Select properties. Click on Manage Security defaults. By default...
Read more »